commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6269 - in gnuradio/trunk: config debian dtools/bin mb


From: jcorgan
Subject: [Commit-gnuradio] r6269 - in gnuradio/trunk: config debian dtools/bin mblock omnithread pmt usrp
Date: Sun, 2 Sep 2007 15:20:25 -0600 (MDT)

Author: jcorgan
Date: 2007-09-02 15:20:24 -0600 (Sun, 02 Sep 2007)
New Revision: 6269

Added:
   gnuradio/trunk/debian/build-all.sh
   gnuradio/trunk/debian/build-bin.sh
   gnuradio/trunk/debian/build-src.sh
   gnuradio/trunk/debian/gen-install-files.sh
   gnuradio/trunk/debian/gnuradio-doc.install
   gnuradio/trunk/debian/libgnuradio-core0-dev.dirs
   gnuradio/trunk/debian/libmblock0c2a.dirs
   gnuradio/trunk/debian/libmblock0c2a.install
   gnuradio/trunk/debian/libpmt0-dev.dirs
   gnuradio/trunk/debian/libpmt0-dev.install
   gnuradio/trunk/debian/libpmt0c2a.dirs
   gnuradio/trunk/debian/libpmt0c2a.install
   gnuradio/trunk/debian/libusrp-inband0c2a.dirs
   gnuradio/trunk/debian/libusrp-inband0c2a.install
   gnuradio/trunk/debian/libusrp0c2a.dirs
   gnuradio/trunk/debian/libusrp0c2a.install
   gnuradio/trunk/debian/make-build-area.sh
   gnuradio/trunk/debian/usrp-doc.install
   gnuradio/trunk/debian/usrp-firmware.dirs
   gnuradio/trunk/debian/usrp-firmware.install
   gnuradio/trunk/mblock/mblock.pc.in
   gnuradio/trunk/omnithread/gnuradio-omnithread.pc.in
   gnuradio/trunk/pmt/pmt.pc.in
   gnuradio/trunk/usrp/usrp-inband.pc.in
Modified:
   gnuradio/trunk/config/grc_mblock.m4
   gnuradio/trunk/config/grc_omnithread.m4
   gnuradio/trunk/config/grc_pmt.m4
   gnuradio/trunk/config/grc_usrp.m4
   gnuradio/trunk/debian/
   gnuradio/trunk/debian/changelog
   gnuradio/trunk/debian/control
   gnuradio/trunk/debian/libgnuradio-core0c2a.dirs
   gnuradio/trunk/debian/libgnuradio-core0c2a.install
   gnuradio/trunk/debian/libgnuradio-omnithread0c2a.dirs
   gnuradio/trunk/debian/libgnuradio-omnithread0c2a.install
   gnuradio/trunk/debian/rules
   gnuradio/trunk/dtools/bin/extract_install_filenames
   gnuradio/trunk/mblock/Makefile.am
   gnuradio/trunk/omnithread/
   gnuradio/trunk/omnithread/Makefile.am
   gnuradio/trunk/pmt/
   gnuradio/trunk/pmt/Makefile.am
   gnuradio/trunk/usrp/Makefile.am
   gnuradio/trunk/usrp/usrp.pc.in
Log:
Merged r6224:6268 from features/deb into trunk.  Implements most of a Debian 
package generation system. EXPERIMENTAL.

Modified: gnuradio/trunk/config/grc_mblock.m4
===================================================================
--- gnuradio/trunk/config/grc_mblock.m4 2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/config/grc_mblock.m4 2007-09-02 21:20:24 UTC (rev 6269)
@@ -22,6 +22,7 @@
 
     AC_CONFIG_FILES([\
        mblock/Makefile \
+       mblock/mblock.pc \
        mblock/doc/Makefile \
        mblock/src/Makefile \
        mblock/src/lib/Makefile \

Modified: gnuradio/trunk/config/grc_omnithread.m4
===================================================================
--- gnuradio/trunk/config/grc_omnithread.m4     2007-09-02 20:30:00 UTC (rev 
6268)
+++ gnuradio/trunk/config/grc_omnithread.m4     2007-09-02 21:20:24 UTC (rev 
6269)
@@ -22,6 +22,7 @@
 
     AC_CONFIG_FILES([ \
         omnithread/Makefile \
+       omnithread/gnuradio-omnithread.pc
     ])
     
     passed=yes

Modified: gnuradio/trunk/config/grc_pmt.m4
===================================================================
--- gnuradio/trunk/config/grc_pmt.m4    2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/config/grc_pmt.m4    2007-09-02 21:20:24 UTC (rev 6269)
@@ -22,6 +22,7 @@
 
     AC_CONFIG_FILES([\
        pmt/Makefile \
+       pmt/pmt.pc
        pmt/doc/Makefile \
        pmt/src/Makefile \
        pmt/src/lib/Makefile \

Modified: gnuradio/trunk/config/grc_usrp.m4
===================================================================
--- gnuradio/trunk/config/grc_usrp.m4   2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/config/grc_usrp.m4   2007-09-02 21:20:24 UTC (rev 6269)
@@ -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/trunk/debian
___________________________________________________________________
Name: svn:ignore
   + libmblock0-dev.install
libgnuradio-core0-dev.install
libusrp0-dev.install
libusrp-inband0-dev.install
python-gnuradio-core.install
python-gnuradio-audio-alsa.install
python-gnuradio-usrp.install
python-gnuradio-wxgui.install
python-gnuradio-atsc.install
python-gnuradio-gsm-fr-vocoder.install
python-gnuradio-comedi.install
python-gnuradio-audio-oss.install
python-gnuradio-audio-portaudio.install
python-gnuradio-audio-jack.install
python-gnuradio-trellis.install
python-gnuradio-video-sdl.install
python-gnuradio-cvsd-vocoder.install
python-usrp.install


Copied: gnuradio/trunk/debian/build-all.sh (from rev 6268, 
gnuradio/branches/features/deb/debian/build-all.sh)
===================================================================
--- gnuradio/trunk/debian/build-all.sh                          (rev 0)
+++ gnuradio/trunk/debian/build-all.sh  2007-09-02 21:20:24 UTC (rev 6269)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cd ..
+svn-buildpackage \
+    --svn-ignore-new \
+    -uc \
+    -us \
+    -rfakeroot
+
+

Copied: gnuradio/trunk/debian/build-bin.sh (from rev 6268, 
gnuradio/branches/features/deb/debian/build-bin.sh)
===================================================================
--- gnuradio/trunk/debian/build-bin.sh                          (rev 0)
+++ gnuradio/trunk/debian/build-bin.sh  2007-09-02 21:20:24 UTC (rev 6269)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+cd ..
+svn-buildpackage \
+    --svn-ignore-new \
+    --svn-dont-clean \
+    --svn-dont-purge \
+    --svn-reuse \
+    -uc \
+    -us \
+    -nc \
+    -rfakeroot
+
+

Copied: gnuradio/trunk/debian/build-src.sh (from rev 6268, 
gnuradio/branches/features/deb/debian/build-src.sh)
===================================================================
--- gnuradio/trunk/debian/build-src.sh                          (rev 0)
+++ gnuradio/trunk/debian/build-src.sh  2007-09-02 21:20:24 UTC (rev 6269)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+cd ..
+svn-buildpackage \
+    --svn-ignore-new \
+    -S \
+    -uc \
+    -us \
+    -rfakeroot
+
+

Modified: gnuradio/trunk/debian/changelog
===================================================================
--- gnuradio/trunk/debian/changelog     2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/debian/changelog     2007-09-02 21:20:24 UTC (rev 6269)
@@ -1,4 +1,4 @@
-gnuradio (3.0svn) UNRELEASED; urgency=low
+gnuradio (3.0.svn) UNRELEASED; urgency=low
 
   * fix build failure with gcc-4.3 by adding a #include, closes: #420896
   * update copyright assertion on the debian/ contents, since I have

Modified: gnuradio/trunk/debian/control
===================================================================
--- gnuradio/trunk/debian/control       2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/debian/control       2007-09-02 21:20:24 UTC (rev 6269)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Bdale Garbee <address@hidden>
 Build-Conflicts: automake1.8, automake1.9
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, doxygen, fftw3-dev, 
libasound2-dev, libboost-dev, libcppunit-dev, libjack0.100.0-dev, 
libsdl1.2-dev, portaudio19-dev, libtool, libusb-dev, pkg-config, python, 
python-all-dev, python-central (>= 0.5), python-numeric, python-numpy, 
python-wxgtk2.6, sdcc, swig, xmlto
+Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, doxygen, fftw3-dev, 
libasound2-dev, libboost-dev, libcppunit-dev, libjack0.100.0-dev, 
libsdl1.2-dev, portaudio19-dev, libtool, libusb-dev, pkg-config, python, 
python-all-dev, python-central (>= 0.5), python-numpy, python-wxgtk2.6, sdcc, 
swig, xmlto
 Build-Depends-Indep: python-all-dev
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.3
@@ -11,12 +11,7 @@
 Package: libgnuradio-omnithread0c2a
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts:  
-Replaces:  
-Recommends: 
-Suggests: 
-Description: Software Defined Radio
+Description: GNU Radio Omnithreads Abstraction Library
  This package is a fork of the omniORB-4.0.1 threading library
  for use with GNU Radio.
 
@@ -24,19 +19,275 @@
 Section: libdevel
 Architecture: any
 Depends: libgnuradio-omnithread0c2a (= ${Source-Version})
-Description: Software Defined Radio
+Description: GNU Radio Omnithreads Abstraction Library
  This package is a fork of the omniORB-4.0.1 threading library
  for use with GNU Radio.
  .
  This package contains header files needed by developers.
 
+Package: libpmt0c2a
+Section: libs
+Architecture: any
+Depends: libgnuradio-omnithread0c2a
+Description: GNU Radio Polymorphic Type Library
+ This package implements polymorphic types.  These are similar 
+ to lisp or python data objects, and implement transparent
+ reference counting using the boost shared_ptr templates.
+
+Package: libpmt0-dev
+Section: libdevel
+Architecture: any
+Depends: libpmt0c2a (= ${Source-Version}), libgnuradio-omnithread0-dev, 
libboost-dev
+Description: GNU Radio Polymorphic Type Library
+ This package implements polymorphic types.  These are similar 
+ to lisp or python data objects, and implement transparent
+ reference counting using the boost shared_ptr templates.
+ .
+ This package contains header files needed by developers.
+
+Package: libmblock0c2a
+Section: libs
+Architecture: any
+Depends: libgnuradio-omnithread0c2a, libpmt0c2a
+Description: GNU Radio Message Block Library
+ This package provides the GNU Radio message block library.
+
+Package: libmblock0-dev
+Section: libdevel
+Architecture: any
+Depends: libmblock0c2a (= ${Source-Version}), libgnuradio-omnithread0-dev, 
libpmt0-dev
+Description: GNU Radio Message Block Library
+ This package provides the GNU Radio message block library.
+ .
+ This package contains header files needed by developers.
+
 Package: libgnuradio-core0c2a
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgnuradio-omnithread0c2a
+Depends: libgnuradio-omnithread0c2a, fftw3
 Conflicts:  libgnuradio-core0, libgnuradio-core0c2
 Replaces:  libgnuradio-core0, libgnuradio-core0c2
-Recommends: 
-Suggests:
+Suggests: gnuradio-doc
+Description: GNU Radio Core Library
+ This package contains the core GNU Radio libraries.
+
+Package: libgnuradio-core0-dev
+Section: libdevel
+Architecture: any
+Depends: libgnuradio-core0c2a (= ${Source-Version}), 
libgnuradio-omnithread0-dev, libboost-dev, fftw3-dev
 Description: Software Defined Radio
  This package contains the core GNU Radio libraries.
+ .
+ This package contains header files needed by developers.
+
+Package: gnuradio-doc
+Section: doc
+Architecture: all
+Description: Software Defined Radio
+ This package contains the documentation for the GNU Radio software
+ defined radio system.
+
+Package: python-gnuradio-core
+Architecture: any
+Depends: ${python:Depends}, libgnuradio-core0c2a, python-numpy
+Conflicts: python-gnuradio 
+Replaces: python-gnuradio
+Provides: ${python:Provides}
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for GNU Radio core library
+ This package provides the modules that enable one to use gnuradio 
+ from Python scripts.
+
+Package: python-gnuradio-audio-alsa
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, libasound2
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for GNU Radio ALSA audio driver
+ This package provides the Python interface to the GNU Radio ALSA
+ audio driver.
+
+Package: libusrp0c2a
+Section: libs
+Architecture: any
+Depends: libusb-0.1-4
+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
+ 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: libusrp0-dev
+Section: libdevel
+Architecture: any
+Depends: libusb-dev
+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
+ 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: libusrp-inband0c2a
+Section: libs
+Architecture: any
+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
+ an experimental in-band signaling method across the USB.
+
+Package: libusrp-inband0-dev
+Section: libdevel
+Architecture: any
+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.
+ .
+ This package contains header files needed by developers.
+
+Package: usrp-firmware
+Section: contrib/comm
+Architecture: all
+Description: control applications and firmware 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
+ 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 basic FPGA bitstrings for normal USRP operation,
+ which need non-free tools to build.
+
+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.
+
+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.
+
+Package: python-gnuradio-wxgui
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, python-wxgtk2.6
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Graphical Interface Routines based on wxPython
+ This package provides high level GUI construction classes based
+ upon the wxPython bindings for wxWidgets.
+
+Package: python-gnuradio-atsc
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio ATSC Receiver
+ This package provides a decoder for ATSC waveforms using GNU Radio.
+
+Package: python-gnuradio-audio-jack
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, libjack0.100.0-0
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Python JACK Audio Driver
+ This package provides the Python interface to the GNU Radio driver
+ for the JACK audio system.
+
+Package: python-gnuradio-audio-oss
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Python OSS Audio Driver
+ This package provides the Python interface to the GNU Radio driver
+ for the OSS audio system.
+
+Package: python-gnuradio-audio-portaudio
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, libportaudio2
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Python PortAudio Driver
+ This package provides the Python interface to the GNU Radio driver
+ for the PortAudio audio system.
+
+Package: python-gnuradio-comedi
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, libcomedi-0.7.22
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Python Comedilib Driver
+ This package provides the Python interface to the GNU Radio driver
+ for the comedilib data acquisition hardware library.
+
+Package: python-gnuradio-cvsd-vocoder
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio CVSD Vocoder
+ This package provides an implementation of a CVSD vocoder for
+ GNU Radio.
+
+Package: python-gnuradio-gsm-fr-vocoder
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio GSM Full-Rate Vocoder
+ This package provides an implementation of a full-rate GSM vocoder 
+ for GNU Radio.
+
+Package: python-gnuradio-trellis
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Trellis-Coded Modulation library
+ This package provides an implementation of trellis-code modulation
+ for GNU Radio.
+
+Package: python-gnuradio-video-sdl
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, libsdl1.2debian
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Trellis-Coded Modulation library
+ This package provides an implementation of trellis-coded modulation
+ for GNU Radio.

Copied: gnuradio/trunk/debian/gen-install-files.sh (from rev 6268, 
gnuradio/branches/features/deb/debian/gen-install-files.sh)
===================================================================
--- gnuradio/trunk/debian/gen-install-files.sh                          (rev 0)
+++ gnuradio/trunk/debian/gen-install-files.sh  2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,187 @@
+#!/bin/sh
+
+EXTRACT=dtools/bin/extract_install_filenames
+
+# libgnuradio-core0-dev
+NAME=debian/libgnuradio-core0-dev.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gnuradio-core/src/lib/filter/Makefile grinclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/filter/Makefile swiginclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/general/Makefile grinclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/general/Makefile swiginclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/gengen/Makefile grinclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/gengen/Makefile swiginclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/io/Makefile grinclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/io/Makefile swiginclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/reed-solomon/Makefile grinclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/reed-solomon/Makefile swiginclude_HEADERS 
>>$NAME
+$EXTRACT gnuradio-core/src/lib/runtime/Makefile grinclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/runtime/Makefile swiginclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/swig/Makefile grinclude_HEADERS >>$NAME
+$EXTRACT gnuradio-core/src/lib/swig/Makefile swiginclude_HEADERS >>$NAME
+
+# libmblock0-dev
+NAME=debian/libmblock0-dev.install
+rm -f $NAME
+touch $NAME
+$EXTRACT mblock/src/lib/Makefile include_HEADERS >>$NAME
+$EXTRACT mblock/src/lib/Makefile swiginclude_HEADERS >>$NAME
+
+# python-gnuradio-core
+NAME=debian/python-gnuradio-core.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/Makefile grpython_PYTHON >>$NAME
+$EXTRACT gnuradio-core/src/lib/swig/Makefile grgrlib_LTLIBRARIES >>$NAME
+$EXTRACT gnuradio-core/src/lib/swig/Makefile grgrlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+$EXTRACT gnuradio-core/src/lib/swig/Makefile grgrpython_PYTHON >>$NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/gr/Makefile grgrpython_PYTHON 
>>$NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/blks/Makefile grblkspython_PYTHON 
>>$NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/blks2/Makefile grblks2python_PYTHON 
>>$NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/blksimpl/Makefile 
grblkspython_PYTHON >>$NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/blksimpl2/Makefile 
grblkspython_PYTHON >>$NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/gru/Makefile grblkspython_PYTHON 
>>$NAME
+$EXTRACT gnuradio-core/src/python/gnuradio/gruimpl/Makefile grupython_PYTHON 
>>$NAME
+
+# libusrp0-dev
+NAME=debian/libusrp0-dev.install
+rm -f $NAME
+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
+
+# 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
+
+# python-gnuradio-wxgui
+NAME=debian/python-gnuradio-wxgui.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-wxgui.conf >>$NAME
+$EXTRACT gr-wxgui/src/python/Makefile ourpython_PYTHON >>$NAME
+
+# python-gnuradio-atsc
+NAME=debian/python-gnuradio-atsc.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-atsc/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-atsc/src/lib/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-audio-alsa
+NAME=debian/python-gnuradio-audio-alsa.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-alsa.conf >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile ourpython_PYTHON >>$NAME
+# Note: these will migrate to libgnuradio-audio-alsa in 3.2
+# They are only separate in this package for C++ only experimentation
+$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile lib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+#
+$EXTRACT gr-audio-alsa/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-alsa/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-audio-jack
+NAME=debian/python-gnuradio-audio-jack.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-jack.conf >>$NAME
+$EXTRACT gr-audio-jack/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-audio-jack/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-jack/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-audio-oss
+NAME=debian/python-gnuradio-audio-oss.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-oss.conf >>$NAME
+$EXTRACT gr-audio-oss/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-audio-oss/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-oss/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-audio-portaudio
+NAME=debian/python-gnuradio-audio-portaudio.install
+rm -f $NAME
+touch $NAME
+echo etc/gnuradio/conf.d/gr-audio-portaudio.conf >>$NAME
+$EXTRACT gr-audio-portaudio/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-audio-portaudio/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-audio-portaudio/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-comedi
+NAME=debian/python-gnuradio-comedi.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-comedi/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-comedi/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-comedi/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-cvsd-vocoder
+NAME=debian/python-gnuradio-cvsd-vocoder.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-cvsd-vocoder/src/python/Makefile grblkspython_PYTHON >>$NAME
+$EXTRACT gr-cvsd-vocoder/src/lib/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-cvsd-vocoder/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-cvsd-vocoder/src/lib/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-gsm-fr-vocoder
+NAME=debian/python-gnuradio-gsm-fr-vocoder.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-gsm-fr-vocoder/src/lib/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-gsm-fr-vocoder/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-gsm-fr-vocoder/src/lib/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-trellis
+NAME=debian/python-gnuradio-trellis.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-trellis/src/lib/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-trellis/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-trellis/src/lib/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-video-sdl
+NAME=debian/python-gnuradio-video-sdl.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-video-sdl/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-video-sdl/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-video-sdl/src/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME

Copied: gnuradio/trunk/debian/gnuradio-doc.install (from rev 6268, 
gnuradio/branches/features/deb/debian/gnuradio-doc.install)
===================================================================
--- gnuradio/trunk/debian/gnuradio-doc.install                          (rev 0)
+++ gnuradio/trunk/debian/gnuradio-doc.install  2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,2 @@
+usr/share/doc/gnuradio*/html usr/share/doc/gnuradio-doc
+usr/share/doc/gnuradio*/README /usr/share/doc/gnuradio-doc

Copied: gnuradio/trunk/debian/libgnuradio-core0-dev.dirs (from rev 6268, 
gnuradio/branches/features/deb/debian/libgnuradio-core0-dev.dirs)
===================================================================
--- gnuradio/trunk/debian/libgnuradio-core0-dev.dirs                            
(rev 0)
+++ gnuradio/trunk/debian/libgnuradio-core0-dev.dirs    2007-09-02 21:20:24 UTC 
(rev 6269)
@@ -0,0 +1,2 @@
+usr/include/gnuradio
+usr/include/gnuradio/swig

Modified: gnuradio/trunk/debian/libgnuradio-core0c2a.dirs
===================================================================
--- gnuradio/trunk/debian/libgnuradio-core0c2a.dirs     2007-09-02 20:30:00 UTC 
(rev 6268)
+++ gnuradio/trunk/debian/libgnuradio-core0c2a.dirs     2007-09-02 21:20:24 UTC 
(rev 6269)
@@ -1 +1,3 @@
+etc/gnuradio/conf.d
 usr/lib
+usr/lib/pkgconfig

Modified: gnuradio/trunk/debian/libgnuradio-core0c2a.install
===================================================================
--- gnuradio/trunk/debian/libgnuradio-core0c2a.install  2007-09-02 20:30:00 UTC 
(rev 6268)
+++ gnuradio/trunk/debian/libgnuradio-core0c2a.install  2007-09-02 21:20:24 UTC 
(rev 6269)
@@ -1,2 +1,4 @@
+etc/gnuradio/conf.d/gnuradio-core.conf
 usr/lib/libgnuradio-core.la
 usr/lib/libgnuradio-core.so.*
+usr/lib/pkgconfig/gnuradio-core.pc

Modified: gnuradio/trunk/debian/libgnuradio-omnithread0c2a.dirs
===================================================================
--- gnuradio/trunk/debian/libgnuradio-omnithread0c2a.dirs       2007-09-02 
20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/debian/libgnuradio-omnithread0c2a.dirs       2007-09-02 
21:20:24 UTC (rev 6269)
@@ -1,2 +1,4 @@
 usr/lib
+usr/lib/pkgconfig
 
+

Modified: gnuradio/trunk/debian/libgnuradio-omnithread0c2a.install
===================================================================
--- gnuradio/trunk/debian/libgnuradio-omnithread0c2a.install    2007-09-02 
20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/debian/libgnuradio-omnithread0c2a.install    2007-09-02 
21:20:24 UTC (rev 6269)
@@ -1,3 +1,3 @@
 usr/lib/libgromnithread.la
 usr/lib/libgromnithread.so
-
+usr/lib/pkgconfig/gnuradio-omnithread.pc

Copied: gnuradio/trunk/debian/libmblock0c2a.dirs (from rev 6268, 
gnuradio/branches/features/deb/debian/libmblock0c2a.dirs)
===================================================================
--- gnuradio/trunk/debian/libmblock0c2a.dirs                            (rev 0)
+++ gnuradio/trunk/debian/libmblock0c2a.dirs    2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,2 @@
+usr/lib
+usr/lib/pkgconfig

Copied: gnuradio/trunk/debian/libmblock0c2a.install (from rev 6268, 
gnuradio/branches/features/deb/debian/libmblock0c2a.install)
===================================================================
--- gnuradio/trunk/debian/libmblock0c2a.install                         (rev 0)
+++ gnuradio/trunk/debian/libmblock0c2a.install 2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,4 @@
+usr/lib/pkgconfig/mblock.pc
+usr/lib/libmblock.la
+usr/lib/libmblock.so
+

Copied: gnuradio/trunk/debian/libpmt0-dev.dirs (from rev 6268, 
gnuradio/branches/features/deb/debian/libpmt0-dev.dirs)
===================================================================
--- gnuradio/trunk/debian/libpmt0-dev.dirs                              (rev 0)
+++ gnuradio/trunk/debian/libpmt0-dev.dirs      2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1 @@
+usr/include/gnuradio

Copied: gnuradio/trunk/debian/libpmt0-dev.install (from rev 6268, 
gnuradio/branches/features/deb/debian/libpmt0-dev.install)
===================================================================
--- gnuradio/trunk/debian/libpmt0-dev.install                           (rev 0)
+++ gnuradio/trunk/debian/libpmt0-dev.install   2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,3 @@
+usr/include/pmt.h
+usr/include/pmt_pool.h
+usr/include/pmt_serial_tags.h

Copied: gnuradio/trunk/debian/libpmt0c2a.dirs (from rev 6268, 
gnuradio/branches/features/deb/debian/libpmt0c2a.dirs)
===================================================================
--- gnuradio/trunk/debian/libpmt0c2a.dirs                               (rev 0)
+++ gnuradio/trunk/debian/libpmt0c2a.dirs       2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,4 @@
+usr/lib
+usr/lib/pkgconfig
+usr/share/gnuradio
+

Copied: gnuradio/trunk/debian/libpmt0c2a.install (from rev 6268, 
gnuradio/branches/features/deb/debian/libpmt0c2a.install)
===================================================================
--- gnuradio/trunk/debian/libpmt0c2a.install                            (rev 0)
+++ gnuradio/trunk/debian/libpmt0c2a.install    2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,4 @@
+usr/lib/libpmt.la
+usr/lib/libpmt.so
+usr/lib/pkgconfig/pmt.pc
+usr/share/gnuradio/pmt*

Copied: gnuradio/trunk/debian/libusrp-inband0c2a.dirs (from rev 6268, 
gnuradio/branches/features/deb/debian/libusrp-inband0c2a.dirs)
===================================================================
--- gnuradio/trunk/debian/libusrp-inband0c2a.dirs                               
(rev 0)
+++ gnuradio/trunk/debian/libusrp-inband0c2a.dirs       2007-09-02 21:20:24 UTC 
(rev 6269)
@@ -0,0 +1,2 @@
+usr/lib
+usr/lib/pkgconfig

Copied: gnuradio/trunk/debian/libusrp-inband0c2a.install (from rev 6268, 
gnuradio/branches/features/deb/debian/libusrp-inband0c2a.install)
===================================================================
--- gnuradio/trunk/debian/libusrp-inband0c2a.install                            
(rev 0)
+++ gnuradio/trunk/debian/libusrp-inband0c2a.install    2007-09-02 21:20:24 UTC 
(rev 6269)
@@ -0,0 +1,3 @@
+usr/lib/pkgconfig/usrp-inband.pc
+usr/lib/libusrp_inband.la
+usr/lib/libusrp_inband.so.*

Copied: gnuradio/trunk/debian/libusrp0c2a.dirs (from rev 6268, 
gnuradio/branches/features/deb/debian/libusrp0c2a.dirs)
===================================================================
--- gnuradio/trunk/debian/libusrp0c2a.dirs                              (rev 0)
+++ gnuradio/trunk/debian/libusrp0c2a.dirs      2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,2 @@
+usr/lib
+usr/lib/pkgconfig

Copied: gnuradio/trunk/debian/libusrp0c2a.install (from rev 6268, 
gnuradio/branches/features/deb/debian/libusrp0c2a.install)
===================================================================
--- gnuradio/trunk/debian/libusrp0c2a.install                           (rev 0)
+++ gnuradio/trunk/debian/libusrp0c2a.install   2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,3 @@
+usr/lib/pkgconfig/usrp.pc
+usr/lib/libusrp.la
+usr/lib/libusrp.so.*

Copied: gnuradio/trunk/debian/make-build-area.sh (from rev 6268, 
gnuradio/branches/features/deb/debian/make-build-area.sh)
===================================================================
--- gnuradio/trunk/debian/make-build-area.sh                            (rev 0)
+++ gnuradio/trunk/debian/make-build-area.sh    2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+cd ..
+svn-buildpackage \
+    --svn-export \
+    --svn-ignore-new
+

Modified: gnuradio/trunk/debian/rules
===================================================================
--- gnuradio/trunk/debian/rules 2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/debian/rules 2007-09-02 21:20:24 UTC (rev 6269)
@@ -24,6 +24,30 @@
        CFLAGS += -O2
 endif
 
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp configure-stamp
+
+       if [ -f Makefile ]; \
+       then\
+               if [ -d .svn ]; \
+               then \
+                       $(MAKE) maintainer-clean; \
+               else \
+                       $(MAKE) distclean; \
+               fi; \
+       fi
+
+       dh_clean
+
+update:
+       dh_testdir
+       -test -r /usr/share/misc/config.sub && \
+               cp -f /usr/share/misc/config.sub config.sub
+       -test -r /usr/share/misc/config.guess && \
+               cp -f /usr/share/misc/config.guess config.guess
+
 configure: configure-stamp
 configure-stamp:
        dh_testdir
@@ -37,47 +61,27 @@
                --disable-gr-qtgui
        touch configure-stamp
 
+extract: extract-stamp
+extract-stamp: configure-stamp
+       dh_testdir
+       debian/gen-install-files.sh 
+       touch $@
+
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp: extract-stamp
 
        $(MAKE) 
        $(MAKE) check
        touch $@
 
-update:
-       -test -r /usr/share/misc/config.sub && \
-               cp -f /usr/share/misc/config.sub config.sub
-       -test -r /usr/share/misc/config.guess && \
-               cp -f /usr/share/misc/config.guess config.guess
-
-clean:
+install: install-stamp
+install-stamp: build-stamp
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
-
-       if [ -f Makefile ]; \
-       then\
-               if [ -d .svn ]; \
-               then \
-                       $(MAKE) maintainer-clean; \
-               else \
-                       $(MAKE) distclean; \
-               fi; \
-       fi
-
-
-       dh_clean
-
-install:
-       dh_testdir
-       dh_testroot
        dh_clean -k
        dh_installdirs
 
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-#      install -m 0755 debian/usrp.hotplug \
-#              $(CURDIR)/debian/usrp/etc/hotplug.d/usb/
-
        : # make python scripts starting with '#!' executable
        for i in `find debian -mindepth 2 -type f ! -perm 755`; do \
          if head -1 $$i | grep -q '^#!'; then \
@@ -88,6 +92,9 @@
 
        dh_install --sourcedir=debian/tmp --list-missing
 
+#      install -m 0755 debian/usrp.hotplug \
+#              $(CURDIR)/debian/usrp/etc/hotplug.d/usb/
+
 #      cp -r gnuradio-examples/python/* \
 #              debian/gnuradio-examples/usr/share/gnuradio/
 #      find debian/gnuradio-examples -type f -name Makefile\* -exec rm {} \;
@@ -101,7 +108,9 @@
 #              debian/usrp/usr/bin/usrp_ra_receiver
 #      mv debian/usrp/usr/bin/usrp_psr_receiver.py \
 #              debian/usrp/usr/bin/usrp_psr_receiver
+       touch $@
 
+
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep
 # in another 'make' thread.
@@ -124,15 +133,7 @@
 #      dh_installinfo
        dh_installman
        dh_link
-ifneq (,$(findstring -s,$(DH_OPTIONS)))
-       dh_strip --no-package=libgnuradio-core0c2a --no-package=libusrp0c2a
-       DH_OPTIONS= dh_strip --package=libgnuradio-core0c2a \
-               --dbg-package=libgnuradio-core0c2a-dbg
-       DH_OPTIONS= dh_strip --package=libusrp0c2a \
-               --dbg-package=libusrp0c2a-dbg
-else
        dh_strip
-endif
        dh_compress 
 #      dh_movefiles --sourcedir=debian/gnuradio
        dh_fixperms

Copied: gnuradio/trunk/debian/usrp-doc.install (from rev 6268, 
gnuradio/branches/features/deb/debian/usrp-doc.install)
===================================================================
--- gnuradio/trunk/debian/usrp-doc.install                              (rev 0)
+++ gnuradio/trunk/debian/usrp-doc.install      2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,2 @@
+usr/share/doc/usrp*/html usr/share/doc/usrp-doc
+usr/share/doc/usrp*/README /usr/share/doc/usrp-doc

Copied: gnuradio/trunk/debian/usrp-firmware.dirs (from rev 6268, 
gnuradio/branches/features/deb/debian/usrp-firmware.dirs)
===================================================================
--- gnuradio/trunk/debian/usrp-firmware.dirs                            (rev 0)
+++ gnuradio/trunk/debian/usrp-firmware.dirs    2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,2 @@
+/usr/share/usrp/rev2
+/usr/share/usrp/rev4

Copied: gnuradio/trunk/debian/usrp-firmware.install (from rev 6268, 
gnuradio/branches/features/deb/debian/usrp-firmware.install)
===================================================================
--- gnuradio/trunk/debian/usrp-firmware.install                         (rev 0)
+++ gnuradio/trunk/debian/usrp-firmware.install 2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,8 @@
+usr/share/usrp/rev2/multi_2rxhb_2tx.rbf
+usr/share/usrp/rev2/std.ihx
+usr/share/usrp/rev2/std_2rxhb_2tx.rbf
+usr/share/usrp/rev2/std_4rx_0tx.rbf
+usr/share/usrp/rev4/multi_2rxhb_2tx.rbf
+usr/share/usrp/rev4/std.ihx
+usr/share/usrp/rev4/std_2rxhb_2tx.rbf
+usr/share/usrp/rev4/std_4rx_0tx.rbf

Modified: gnuradio/trunk/dtools/bin/extract_install_filenames
===================================================================
--- gnuradio/trunk/dtools/bin/extract_install_filenames 2007-09-02 20:30:00 UTC 
(rev 6268)
+++ gnuradio/trunk/dtools/bin/extract_install_filenames 2007-09-02 21:20:24 UTC 
(rev 6269)
@@ -70,9 +70,9 @@
     (head, tail) = os.path.split(makefile_name)
     if head:
         # cd to directory that contained the original Makefile
-        cmd = 'cd %s; make -f %s extract_install_filenames' % (head, tmp_name)
+        cmd = 'cd %s; make -s -f %s extract_install_filenames' % (head, 
tmp_name)
     else:
-        cmd = 'make -f %s extract_install_filenames' % (tmp_name,)
+        cmd = 'make -s -f %s extract_install_filenames' % (tmp_name,)
         
     #print "cmd =", cmd
     make = os.popen(cmd, 'r')

Modified: gnuradio/trunk/mblock/Makefile.am
===================================================================
--- gnuradio/trunk/mblock/Makefile.am   2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/mblock/Makefile.am   2007-09-02 21:20:24 UTC (rev 6269)
@@ -21,5 +21,11 @@
 
 include $(top_srcdir)/Makefile.common
 
+EXTRA_DIST = \
+    mblock.pc.in
+
 SUBDIRS = src
 DIST_SUBDIRS = src doc
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = mblock.pc

Copied: gnuradio/trunk/mblock/mblock.pc.in (from rev 6268, 
gnuradio/branches/features/deb/mblock/mblock.pc.in)
===================================================================
--- gnuradio/trunk/mblock/mblock.pc.in                          (rev 0)
+++ gnuradio/trunk/mblock/mblock.pc.in  2007-09-02 21:20:24 UTC (rev 6269)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+Name: mblock
+Description: The GNU Radio message block library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lgromnithread -lpmt
+Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@


Property changes on: gnuradio/trunk/omnithread
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo
   + Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo
gnuradio-omnithread.pc


Modified: gnuradio/trunk/omnithread/Makefile.am
===================================================================
--- gnuradio/trunk/omnithread/Makefile.am       2007-09-02 20:30:00 UTC (rev 
6268)
+++ gnuradio/trunk/omnithread/Makefile.am       2007-09-02 21:20:24 UTC (rev 
6269)
@@ -49,9 +49,13 @@
 libgromnithread_la_LIBADD =            \
        $(PTHREAD_LIBS)
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gnuradio-omnithread.pc
+
 # ... but this code also came with the package
 
 EXTRA_DIST =                           \
+       gnuradio-omnithread.pc.in       \
        mach.cc                         \
        nt.cc                           \
        posix.cc                        \

Copied: gnuradio/trunk/omnithread/gnuradio-omnithread.pc.in (from rev 6268, 
gnuradio/branches/features/deb/omnithread/gnuradio-omnithread.pc.in)
===================================================================
--- gnuradio/trunk/omnithread/gnuradio-omnithread.pc.in                         
(rev 0)
+++ gnuradio/trunk/omnithread/gnuradio-omnithread.pc.in 2007-09-02 21:20:24 UTC 
(rev 6269)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@/gnuradio
+
+Name: gnuradio-omnithread
+Description: The GNU Radio omniORB threading library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} 
+Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@


Property changes on: gnuradio/trunk/pmt
___________________________________________________________________
Name: svn:ignore
   - depcomp
ltmain.sh
install-sh
Makefile
Makefile.in
aclocal.m4
configure
config.h.in
stamp-h.in
libtool
config.log
config.h
config.cache
config.status
missing
stamp-h
stamp-h1
.deps
.libs
*.la
*.lo
autom4te.cache
*.cache
missing
make.log

   + depcomp
ltmain.sh
install-sh
Makefile
Makefile.in
aclocal.m4
configure
config.h.in
stamp-h.in
libtool
config.log
config.h
config.cache
config.status
missing
stamp-h
stamp-h1
.deps
.libs
*.la
*.lo
autom4te.cache
*.cache
missing
make.log
pmt.pc


Modified: gnuradio/trunk/pmt/Makefile.am
===================================================================
--- gnuradio/trunk/pmt/Makefile.am      2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/pmt/Makefile.am      2007-09-02 21:20:24 UTC (rev 6269)
@@ -21,5 +21,11 @@
 
 include $(top_srcdir)/Makefile.common
 
+EXTRA_DIST = \
+    pmt.pc.in
+
 SUBDIRS = src
 DIST_SUBDIRS = src doc
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = pmt.pc

Copied: gnuradio/trunk/pmt/pmt.pc.in (from rev 6268, 
gnuradio/branches/features/deb/pmt/pmt.pc.in)
===================================================================
--- gnuradio/trunk/pmt/pmt.pc.in                                (rev 0)
+++ gnuradio/trunk/pmt/pmt.pc.in        2007-09-02 21:20:24 UTC (rev 6269)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+Name: pmt
+Description: The GNU Radio Polymorphic Type library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lgromnithread
+Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@

Modified: gnuradio/trunk/usrp/Makefile.am
===================================================================
--- gnuradio/trunk/usrp/Makefile.am     2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/usrp/Makefile.am     2007-09-02 21:20:24 UTC (rev 6269)
@@ -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
+

Copied: gnuradio/trunk/usrp/usrp-inband.pc.in (from rev 6268, 
gnuradio/branches/features/deb/usrp/usrp-inband.pc.in)
===================================================================
--- gnuradio/trunk/usrp/usrp-inband.pc.in                               (rev 0)
+++ gnuradio/trunk/usrp/usrp-inband.pc.in       2007-09-02 21:20:24 UTC (rev 
6269)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+Name: usrp
+Description: USRP C++ Interface with in-band signaling
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lusrp-inband -lusrp -lmblock -lgromnithread -lpmt -lusb
+Cflags: -I${includedir} @DEFINES@

Modified: gnuradio/trunk/usrp/usrp.pc.in
===================================================================
--- gnuradio/trunk/usrp/usrp.pc.in      2007-09-02 20:30:00 UTC (rev 6268)
+++ gnuradio/trunk/usrp/usrp.pc.in      2007-09-02 21:20:24 UTC (rev 6269)
@@ -4,7 +4,7 @@
 address@hidden@
 
 Name: usrp
-Description: Universal Software Radio Peripheral
+Description: USRP Client Side C++ interface
 Requires:
 Version: @VERSION@
 Libs: -L${libdir} -lusrp -lusb





reply via email to

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