diff options
author | jcorgan | 2009-07-20 03:47:14 +0000 |
---|---|---|
committer | jcorgan | 2009-07-20 03:47:14 +0000 |
commit | 6f50256f958ac60d5fc9212b24d86777c1b2ec0d (patch) | |
tree | afdde009cf81d93bcb84027937c62ef71194d9fd /debian/control | |
parent | aff2d8ad842994b1f58e0dc56b7d2fd6229377a9 (diff) | |
download | gnuradio-6f50256f958ac60d5fc9212b24d86777c1b2ec0d.tar.gz gnuradio-6f50256f958ac60d5fc9212b24d86777c1b2ec0d.tar.bz2 gnuradio-6f50256f958ac60d5fc9212b24d86777c1b2ec0d.zip |
Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.
* Merges libpmt into libgruel
* Modifies libmblock to use libgruel
gruel::pmt_t will be the fundamental msg content for the new message passing
implemention for 3.3.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/debian/control b/debian/control index 1f08f470a..9cfd66a6b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Section: comm Priority: optional Maintainer: Johnathan Corgan <jcorgan@corganenterprises.com> Build-Conflicts: automake1.8, automake1.9 -Build-Depends: debhelper (>= 5.0.38), build-essential, python-central (>=0.5.6), automake, libtool, pkg-config, python-dev (>=2.6), python-dev (<2.7), swig, fftw3-dev | libfftw3-dev, libcppunit-dev, libboost1.37-dev | libboost1.35-dev, libgsl0-dev, guile-1.8, libasound2-dev, python-wxgtk2.8, python-numpy, doxygen, xmlto, sdcc-nf, libusb-dev, libjack-dev, portaudio19-dev, libsdl1.2-dev, python-cheetah, python-lxml, python-gtk2, libqt4-dev, libqwt5-qt4-dev, libqwtplot3d-qt4-dev, libblas-dev, texlive-latex-base +Build-Depends: debhelper (>= 5.0.38), build-essential, python-central (>=0.5.6), automake, libtool, pkg-config, python-dev (>=2.6), python-dev (<2.7), swig, fftw3-dev | libfftw3-dev, libcppunit-dev, libboost1.37-dev, libgsl0-dev, guile-1.8, libasound2-dev, python-wxgtk2.8, python-numpy, doxygen, xmlto, sdcc-nf, libusb-dev, libjack-dev, portaudio19-dev, libsdl1.2-dev, python-cheetah, python-lxml, python-gtk2, libqt4-dev, libqwt5-qt4-dev, libqwtplot3d-qt4-dev, libblas-dev, texlive-latex-base Standards-Version: 3.7.2 XS-Python-Version: =2.6 @@ -19,6 +19,8 @@ Package: libgruel Section: libs Architecture: any Depends: ${shlibs:Depends} +Replaces: libpmt +Conflicts: libpmt Description: GNU Radio Utility Etcetera Library This package implements a variety of low-level utility routines for GNU Radio. @@ -26,7 +28,9 @@ Description: GNU Radio Utility Etcetera Library Package: libgruel-dev Section: libdevel Architecture: any -Depends: libgruel (= ${binary:Version}) +Depends: libgruel (= ${binary:Version}), libboost1.37-dev, guile-1.8 +Replaces: libpmt-dev +Conflicts: libpmt-dev Description: GNU Radio Utility Etcetera Library This package implements a variety of low-level utility routines for GNU Radio. @@ -55,30 +59,6 @@ Description: GNU Radio Omnithreads Abstraction Library . This package contains header files needed by developers. -Package: libpmt -Section: libs -Architecture: any -Replaces: libpmt0c2a -Conflicts: libpmt0c2a -Depends: libgnuradio-omnithread (= ${binary:Version}), ${shlibs:Depends} -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: libpmt-dev -Section: libdevel -Architecture: any -Replaces: libpmt0-dev -Conflicts: libpmt0-dev -Depends: libpmt (= ${binary:Version}), libboost-thread1.37-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. - ################################################################################ # C++ M-Block library packages # ################################################################################ @@ -88,7 +68,7 @@ Section: libs Architecture: any Replaces: libmblock0c2a Conflicts: libmblock0c2a -Depends: libpmt (= ${binary:Version}), libgnuradio-omnithread (= ${binary:Version}), ${shlibs:Depends}, guile-1.8 +Depends: libpmt (= ${binary:Version}), libgnuradio-omnithread (= ${binary:Version}), libgruel (= ${binary:Version}), ${shlibs:Depends} Description: GNU Radio Message Block Library This package provides the GNU Radio message block library. @@ -97,7 +77,7 @@ Section: libdevel Architecture: any Replaces: libmblock0-dev Conflicts: libmblock0-dev -Depends: libmblock (= ${binary:Version}), libgnuradio-omnithread-dev (= ${binary:Version}), libpmt-dev (= ${binary:Version}) +Depends: libmblock (= ${binary:Version}), libgnuradio-omnithread-dev (= ${binary:Version}), libgruel-dev (= ${binary:Version}) Description: GNU Radio Message Block Library This package provides the GNU Radio message block library. . |