[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11458 - gnuradio/branches/developers/jcorgan/pmt-grue
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r11458 - gnuradio/branches/developers/jcorgan/pmt-gruel/debian |
Date: |
Sun, 19 Jul 2009 21:22:46 -0600 (MDT) |
Author: jcorgan
Date: 2009-07-19 21:22:46 -0600 (Sun, 19 Jul 2009)
New Revision: 11458
Removed:
gnuradio/branches/developers/jcorgan/pmt-gruel/debian/libpmt-dev.install
gnuradio/branches/developers/jcorgan/pmt-gruel/debian/libpmt.install
Modified:
gnuradio/branches/developers/jcorgan/pmt-gruel/debian/control
Log:
Packaging changes for branch.
Modified: gnuradio/branches/developers/jcorgan/pmt-gruel/debian/control
===================================================================
--- gnuradio/branches/developers/jcorgan/pmt-gruel/debian/control
2009-07-20 03:14:18 UTC (rev 11457)
+++ gnuradio/branches/developers/jcorgan/pmt-gruel/debian/control
2009-07-20 03:22:46 UTC (rev 11458)
@@ -7,7 +7,7 @@
Priority: optional
Maintainer: Johnathan Corgan <address@hidden>
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
@@ -26,7 +26,9 @@
Package: libgruel-dev
Section: libdevel
Architecture: any
-Depends: libgruel (= ${binary:Version})
+Depends: libgruel (= ${binary:Version}), libboost1.37-dev, guile-1.8
+Replaces: libpmt
+Conflicts: libpmt
Description: GNU Radio Utility Etcetera Library
This package implements a variety of low-level utility
routines for GNU Radio.
@@ -55,30 +57,6 @@
.
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 +66,7 @@
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 +75,7 @@
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.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11458 - gnuradio/branches/developers/jcorgan/pmt-gruel/debian,
jcorgan <=