commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10952 - in gnuradio/branches/developers/jcorgan/deb:


From: jcorgan
Subject: [Commit-gnuradio] r10952 - in gnuradio/branches/developers/jcorgan/deb: debian usrp/host/lib/legacy
Date: Mon, 4 May 2009 11:39:56 -0600 (MDT)

Author: jcorgan
Date: 2009-05-04 11:39:56 -0600 (Mon, 04 May 2009)
New Revision: 10952

Modified:
   gnuradio/branches/developers/jcorgan/deb/debian/control
   gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh
   gnuradio/branches/developers/jcorgan/deb/usrp/host/lib/legacy/Makefile.am
Log:
checkpoint: libusrp, libusrp-dev

Modified: gnuradio/branches/developers/jcorgan/deb/debian/control
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/control     2009-05-04 
17:00:32 UTC (rev 10951)
+++ gnuradio/branches/developers/jcorgan/deb/debian/control     2009-05-04 
17:39:56 UTC (rev 10952)
@@ -122,7 +122,7 @@
 Package: libgnuradio-audio-alsa-dev
 Section: libdevel
 Architecture: any
-Depends: libgnuradio-audio-alsa, libgnuradio-core-dev
+Depends: libgnuradio-audio-alsa (= ${binary:Version}), libgnuradio-core-dev
 Description: GNU Radio C++ block for ALSA sound system
  This package contains the ALSA sound system driver for GNU Radio.
  .
@@ -139,13 +139,48 @@
 Package: libgnuradio-qtgui-dev
 Section: libdevel
 Architecture: any
-Depends: libgnuradio-qtgui, libgnuradio-core-dev, qwt5-qt4-dev, 
libqwtplot3d-qt4-dev, qt4-dev-tools
+Depends: libgnuradio-qtgui (= ${binary:Version}), libgnuradio-core-dev, 
qwt5-qt4-dev, libqwtplot3d-qt4-dev, qt4-dev-tools
 Description: GNU Radio C++ blocks fro QT-based GUI applications
  This package contains the C++ library for using GNU Radio inside
  QT-based GUI applications.
  .
  This package contains header files needed by developers.
 
+Package: libusrp
+Section: comm
+Architecture: any
+Depends: ${shlibs:Depends}
+Replaces: libusrp0, libusrp0c2a, usrp-firmware
+Suggests: usrp-doc
+Description: Client side library for the USRP(1) hardware
+ The Universal Software Radio Peripheral (USRP) is an USB-connected,
+ low-cost and open board. It features four high-speed analog-to-digital
+ and digital-to-analog converters, an FPGA and a microcontroller. It's
+ ideal for capturing or transmitting various signals, usually in
+ combination with GNU Radio. The design schemas are available under a
+ free license.
+ .
+ This package contains the client-side library, providing an easy interface
+ for communicating with the USRP.
+
+Package: libusrp-dev
+Section: libdevel
+Architecture: any
+Replaces: libusrp0-dev
+Depends: libusrp (= ${binary:Version}), libusb-dev
+Description: Client side library for the USRP(1) hardware
+ The Universal Software Radio Peripheral (USRP) is an USB-connected,
+ low-cost and open board. It features four high-speed analog-to-digital
+ and digital-to-analog converters, an FPGA and a microcontroller. It's
+ ideal for capturing or transmitting various signals, usually in
+ combination with GNU Radio. The design schemas are available under a
+ free license.
+ .
+ This package contains the client-side library, providing an easy interface
+ for communicating with the USRP.
+ .
+ This package contains header files needed by developers.
+
 Package: gnuradio-doc
 Section: doc
 Architecture: all

Modified: gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh        
2009-05-04 17:00:32 UTC (rev 10951)
+++ gnuradio/branches/developers/jcorgan/deb/debian/gen-install-files.sh        
2009-05-04 17:39:56 UTC (rev 10952)
@@ -58,6 +58,15 @@
 echo usr/lib/libgnuradio-qtgui.so >>$NAME
 echo usr/lib/pkgconfig/gr-qtgui.pc >>$NAME
 
+# libusrp-dev
+NAME=debian/libusrp-dev.install
+rm -f $NAME
+touch $NAME
+$EXTRACT usrp/host/lib/legacy/Makefile include_HEADERS >>$NAME
+$EXTRACT usrp/firmware/include/Makefile include_HEADERS >>$NAME
+echo usr/lib/libusrp.so >>$NAME
+echo usr/lib/pkgconfig/usrp.pc >>$NAME
+
 exit 0
 
 # python-gnuradio-core
@@ -76,15 +85,6 @@
 $EXTRACT gnuradio-core/src/python/gnuradio/gruimpl/Makefile grupython_PYTHON 
>>$NAME
 $EXTRACT gnuradio-core/src/python/gnuradio/vocoder/Makefile 
grvocoderpython_PYTHON >>$NAME
 
-# libusrp-dev
-NAME=debian/libusrp-dev.install
-rm -f $NAME
-touch $NAME
-$EXTRACT usrp/host/lib/legacy/Makefile include_HEADERS >>$NAME
-$EXTRACT usrp/firmware/include/Makefile include_HEADERS >>$NAME
-echo usr/lib/libusrp.so >>$NAME
-echo usr/lib/pkgconfig/usrp.pc >>$NAME
-
 # libusrp-inband-dev
 NAME=debian/libusrp-inband-dev.install
 rm -f $NAME

Modified: 
gnuradio/branches/developers/jcorgan/deb/usrp/host/lib/legacy/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/usrp/host/lib/legacy/Makefile.am   
2009-05-04 17:00:32 UTC (rev 10951)
+++ gnuradio/branches/developers/jcorgan/deb/usrp/host/lib/legacy/Makefile.am   
2009-05-04 17:39:56 UTC (rev 10952)
@@ -142,6 +142,15 @@
 
 include_HEADERS =                      \
        db_base.h                       \
+       db_basic.h                      \
+       db_dbs_rx.h                     \
+       db_dtt754.h                     \
+       db_dtt768.h                     \
+       db_flexrf.h                     \
+       db_flexrf_mimo.h                \
+       db_tv_rx.h                      \
+       db_util.h                       \
+       db_xcvr2450.h                   \
        usrp_basic.h                    \
        usrp_bytesex.h                  \
        usrp_config.h                   \
@@ -155,17 +164,8 @@
 noinst_HEADERS =                       \
        ad9862.h                        \
        db_base_impl.h                  \
-       db_basic.h                      \
        db_boards.h                     \
-       db_dbs_rx.h                     \
-       db_dtt754.h                     \
-       db_dtt768.h                     \
-       db_flexrf.h                     \
-       db_flexrf_mimo.h                \
-       db_tv_rx.h                      \
-       db_util.h                       \
        db_wbx.h                        \
-       db_xcvr2450.h                   \
        fusb.h                          \
        fusb_darwin.h                   \
        fusb_generic.h                  \





reply via email to

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