commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6252 - in gnuradio/branches/features/deb: config debi


From: jcorgan
Subject: [Commit-gnuradio] r6252 - in gnuradio/branches/features/deb: config debian usrp
Date: Sat, 1 Sep 2007 09:48:49 -0600 (MDT)

Author: jcorgan
Date: 2007-09-01 09:48:49 -0600 (Sat, 01 Sep 2007)
New Revision: 6252

Added:
   gnuradio/branches/features/deb/debian/libusrp-inband0c2a.dirs
   gnuradio/branches/features/deb/debian/libusrp-inband0c2a.install
   gnuradio/branches/features/deb/usrp/usrp-inband.pc.in
Modified:
   gnuradio/branches/features/deb/config/grc_usrp.m4
   gnuradio/branches/features/deb/debian/
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
   gnuradio/branches/features/deb/usrp/Makefile.am
Log:
Create libusrp-inband0c2a, libusrp-inband0-dev packages.

Modified: gnuradio/branches/features/deb/config/grc_usrp.m4
===================================================================
--- gnuradio/branches/features/deb/config/grc_usrp.m4   2007-09-01 07:01:19 UTC 
(rev 6251)
+++ gnuradio/branches/features/deb/config/grc_usrp.m4   2007-09-01 15:48:49 UTC 
(rev 6252)
@@ -23,6 +23,7 @@
     AC_CONFIG_FILES([ \
        usrp/Makefile \
        usrp/usrp.pc \
+       usrp/usrp-inband.pc \
         usrp/usrp.iss \
         usrp/doc/Doxyfile \
         usrp/doc/Makefile \


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

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


Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-01 07:01:19 UTC 
(rev 6251)
+++ gnuradio/branches/features/deb/debian/control       2007-09-01 15:48:49 UTC 
(rev 6252)
@@ -114,6 +114,7 @@
 Depends: libusb
 Conflicts: libusrp0
 Replaces: libusrp0
+Suggests: usrp-doc
 Description: Client side library for the USRP
  The Universal Software Radio Peripheral (USRP) is an USB-connected,
  low-cost and open board. It features four high-speed analog-to-digital
@@ -142,10 +143,30 @@
  .
  This package contains header files needed by developers.
 
+Package: libusrp-inband0c2a
+Section: libs
+Architecture: any
+Depends: libmlock0c2a, libusb
+Conflicts: libusrp0
+Replaces: libusrp0
+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
+ an experimental in-band signaling method across the USB.
+
+Package: libusrp-inband0-dev
+Section: libdevel
+Architecture: any
+Depends: libmblock0c2a-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.
+ .
+ This package contains header files needed by developers.
+
 Package: usrp-doc
 Section: doc
 Architecture: all
 Description: Software Defined Radio
  This package contains the documentation for the Universal Software Radio
  Peripheral (USRP) hardware and interface library.
-

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
07:01:19 UTC (rev 6251)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
15:48:49 UTC (rev 6252)
@@ -67,3 +67,10 @@
 touch $NAME
 $EXTRACT usrp/host/lib/legacy/Makefile include_HEADERS >>$NAME
 $EXTRACT usrp/firmware/include/Makefile include_HEADERS >>$NAME
+
+# libusrp-inband0-dev
+NAME=debian/libusrp-inband0-dev.install
+rm -f $NAME
+touch $NAME
+$EXTRACT usrp/host/lib/inband/Makefile include_HEADERS >>$NAME
+

Added: gnuradio/branches/features/deb/debian/libusrp-inband0c2a.dirs
===================================================================
--- gnuradio/branches/features/deb/debian/libusrp-inband0c2a.dirs               
                (rev 0)
+++ gnuradio/branches/features/deb/debian/libusrp-inband0c2a.dirs       
2007-09-01 15:48:49 UTC (rev 6252)
@@ -0,0 +1,2 @@
+usr/lib
+usr/lib/pkgconfig

Added: gnuradio/branches/features/deb/debian/libusrp-inband0c2a.install
===================================================================
--- gnuradio/branches/features/deb/debian/libusrp-inband0c2a.install            
                (rev 0)
+++ gnuradio/branches/features/deb/debian/libusrp-inband0c2a.install    
2007-09-01 15:48:49 UTC (rev 6252)
@@ -0,0 +1,3 @@
+usr/lib/pkgconfig/usrp-inband.pc
+usr/lib/libusrp_inband.la
+usr/lib/libusrp_inband.so.*

Modified: gnuradio/branches/features/deb/usrp/Makefile.am
===================================================================
--- gnuradio/branches/features/deb/usrp/Makefile.am     2007-09-01 07:01:19 UTC 
(rev 6251)
+++ gnuradio/branches/features/deb/usrp/Makefile.am     2007-09-01 15:48:49 UTC 
(rev 6252)
@@ -19,8 +19,16 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-EXTRA_DIST = usrp.pc.in usrp.iss.in usrp.inf
+EXTRA_DIST = \
+       usrp.pc.in \
+       usrp-inband.pc.in \
+       usrp.iss.in \
+       usrp.inf
+
 SUBDIRS = host firmware fpga doc
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = usrp.pc
+pkgconfig_DATA = \
+       usrp.pc \
+       usrp-inband.pc
+

Added: gnuradio/branches/features/deb/usrp/usrp-inband.pc.in
===================================================================
--- gnuradio/branches/features/deb/usrp/usrp-inband.pc.in                       
        (rev 0)
+++ gnuradio/branches/features/deb/usrp/usrp-inband.pc.in       2007-09-01 
15:48:49 UTC (rev 6252)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+Name: usrp
+Description: Universal Software Radio Peripheral
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lusrp -lusb
+Cflags: -I${includedir} @DEFINES@





reply via email to

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