commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6259 - gnuradio/branches/features/deb/debian


From: jcorgan
Subject: [Commit-gnuradio] r6259 - gnuradio/branches/features/deb/debian
Date: Sat, 1 Sep 2007 13:26:38 -0600 (MDT)

Author: jcorgan
Date: 2007-09-01 13:26:38 -0600 (Sat, 01 Sep 2007)
New Revision: 6259

Added:
   gnuradio/branches/features/deb/debian/python-usrp.install
Modified:
   gnuradio/branches/features/deb/debian/
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
Log:
Created python-usrp and python-gnuradio-usrp packages; fixed miscellaneous bits.


Property changes on: gnuradio/branches/features/deb/debian
___________________________________________________________________
Name: svn:ignore
   - libmblock0-dev.install
libgnuradio-core0-dev.install
python-gnuradio-core.install
python-gnuradio-audio-alsa.install
libusrp0-dev.install
libusrp-inband0-dev.install

   + libmblock0-dev.install
libgnuradio-core0-dev.install
python-gnuradio-core.install
python-gnuradio-audio-alsa.install
libusrp0-dev.install
libusrp-inband0-dev.install
python-gnuradio-usrp.install


Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-01 19:05:09 UTC 
(rev 6258)
+++ gnuradio/branches/features/deb/debian/control       2007-09-01 19:26:38 UTC 
(rev 6259)
@@ -101,7 +101,7 @@
 
 Package: python-gnuradio-audio-alsa
 Architecture: any
-Depends: ${python:Depends}, libasound2
+Depends: ${python:Depends}, python-gnuradio-core, libasound2
 Section: python
 XB-Python-Version: ${python:Versions}
 Description: Python bindings for GNU Radio ALSA audio driver
@@ -111,7 +111,7 @@
 Package: libusrp0c2a
 Section: libs
 Architecture: any
-Depends: libusb
+Depends: libusb-0.1-4
 Conflicts: libusrp0
 Replaces: libusrp0
 Suggests: usrp-doc
@@ -146,7 +146,7 @@
 Package: libusrp-inband0c2a
 Section: libs
 Architecture: any
-Depends: libusrp0c2a, libusb
+Depends: libusrp0c2a, libusb-0.1-4
 Suggests: usrp-doc
 Description: Client side library for the USRP with in-band signaling
  The package is an alternative C++ interface to the USRP that implements
@@ -155,7 +155,7 @@
 Package: libusrp-inband0-dev
 Section: libdevel
 Architecture: any
-Depends: libmblock0c2a-dev, libusb-dev
+Depends: libmblock0-dev, libusb-dev
 Description: Client side library for the USRP with in-band signaling
  The package is an alternative C++ interface to the USRP that implements
  an experimental in-band signaling method across the USB.
@@ -182,3 +182,23 @@
 Description: Software Defined Radio
  This package contains the documentation for the Universal Software Radio
  Peripheral (USRP) hardware and interface library.
+
+Package: python-usrp
+Architecture: any
+Depends: ${python:Depends}, libusrp0c2a
+Conflicts: python-gnuradio 
+Provides: ${python:Provides}
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the USRP library
+ This package provides the modules that enable one to use the USRP as a
+ standalone device from Python, independent of GNU Radio proper.
+
+Package: python-gnuradio-usrp
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, python-usrp
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for GNU Radio USRP driver
+ This package provides the Python interface to the GNU Radio USRP
+ driver and daughterboard drivers.

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
19:05:09 UTC (rev 6258)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
19:26:38 UTC (rev 6259)
@@ -74,3 +74,21 @@
 touch $NAME
 $EXTRACT usrp/host/lib/inband/Makefile include_HEADERS >>$NAME
 
+# python-usrp
+NAME=debian/python-usrp.install
+rm -f $NAME
+touch $NAME
+$EXTRACT usrp/host/swig/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT usrp/host/swig/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+$EXTRACT usrp/host/lib/legacy/Makefile usrppython_PYTHON >>$NAME
+$EXTRACT usrp/host/swig/Makefile ourpython_PYTHON >>$NAME
+
+# python-gnuradio-usrp
+NAME=debian/python-gnuradio-usrp.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-usrp/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-usrp/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-usrp/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME

Added: gnuradio/branches/features/deb/debian/python-usrp.install
===================================================================
--- gnuradio/branches/features/deb/debian/python-usrp.install                   
        (rev 0)
+++ gnuradio/branches/features/deb/debian/python-usrp.install   2007-09-01 
19:26:38 UTC (rev 6259)
@@ -0,0 +1,6 @@
+home/jcorgan/gnuradio/install/lib/python2.5/site-packages/usrpm/_usrp_prims.la
+home/jcorgan/gnuradio/install/lib/python2.5/site-packages/usrpm/_usrp_prims.so
+home/jcorgan/gnuradio/install/lib/python2.5/site-packages/usrpm/usrp_dbid.py
+home/jcorgan/gnuradio/install/lib/python2.5/site-packages/usrpm/__init__.py
+home/jcorgan/gnuradio/install/lib/python2.5/site-packages/usrpm/usrp_fpga_regs.py
+home/jcorgan/gnuradio/install/lib/python2.5/site-packages/usrpm/usrp_prims.py





reply via email to

[Prev in Thread] Current Thread [Next in Thread]