commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6624 - gnuradio/branches/releases/3.1/debian


From: jcorgan
Subject: [Commit-gnuradio] r6624 - gnuradio/branches/releases/3.1/debian
Date: Fri, 12 Oct 2007 05:19:33 -0600 (MDT)

Author: jcorgan
Date: 2007-10-12 05:19:32 -0600 (Fri, 12 Oct 2007)
New Revision: 6624

Removed:
   gnuradio/branches/releases/3.1/debian/libmblock0c2a.dirs
   gnuradio/branches/releases/3.1/debian/libmblock0c2a.install
   gnuradio/branches/releases/3.1/debian/libpmt0-dev.dirs
   gnuradio/branches/releases/3.1/debian/libpmt0-dev.install
   gnuradio/branches/releases/3.1/debian/libpmt0c2a.dirs
   gnuradio/branches/releases/3.1/debian/libpmt0c2a.install
   gnuradio/branches/releases/3.1/debian/libusrp-inband0c2a.dirs
   gnuradio/branches/releases/3.1/debian/libusrp-inband0c2a.install
Modified:
   gnuradio/branches/releases/3.1/debian/control
   gnuradio/branches/releases/3.1/debian/gen-install-files.sh
   gnuradio/branches/releases/3.1/debian/rules
Log:
Update Debian packaging to reflect removal of unstable code.

Modified: gnuradio/branches/releases/3.1/debian/control
===================================================================
--- gnuradio/branches/releases/3.1/debian/control       2007-10-12 04:38:51 UTC 
(rev 6623)
+++ gnuradio/branches/releases/3.1/debian/control       2007-10-12 11:19:32 UTC 
(rev 6624)
@@ -25,42 +25,6 @@
  .
  This package contains header files needed by developers.
 
-Package: libpmt0c2a
-Section: libs
-Architecture: any
-Depends: ${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: libpmt0-dev
-Section: libdevel
-Architecture: any
-Depends: libpmt0c2a (= ${binary: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: ${shlibs:Depends}
-Description: GNU Radio Message Block Library
- This package provides the GNU Radio message block library.
-
-Package: libmblock0-dev
-Section: libdevel
-Architecture: any
-Depends: libmblock0c2a (= ${binary: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
@@ -166,16 +130,6 @@
  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}, ${shlibs:Depends}, python-gnuradio-core
-Provides: ${python:Provides}
-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}, ${shlibs:Depends}, python-gnuradio-core
@@ -209,7 +163,7 @@
 Package: python-gnuradio
 Section: python
 Architecture: all
-Depends: python-gnuradio-core, python-gnuradio-wxgui, 
python-gnuradio-audio-alsa | python-gnuradio-audio, python-gnuradio-atsc, 
python-gnuradio-comedi, python-gnuradio-cvsd-vocoder, 
python-gnuradio-gsm-fr-vocoder, python-gnuradio-trellis, 
python-gnuradio-video-sdl
+Depends: python-gnuradio-core, python-gnuradio-wxgui, 
python-gnuradio-audio-alsa | python-gnuradio-audio, python-gnuradio-atsc, 
python-gnuradio-comedi, python-gnuradio-gsm-fr-vocoder, 
python-gnuradio-trellis, python-gnuradio-video-sdl
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python Libraries for GNU Radio Components
@@ -237,7 +191,7 @@
 Package: gnuradio-dev
 Section: libdevel
 Architecture: all
-Depends: libgnuradio-core0-dev, libgnuradio-omnithread0-dev, libmblock0-dev, 
libpmt0-dev
+Depends: libgnuradio-core0-dev, libgnuradio-omnithread0-dev
 Description: Development headers for GNU Radio C++ development
  This is a virtual package that depends on all the development header packages
  for the various GNU Radio components.  It is only needed if you intend to 
@@ -292,24 +246,6 @@
  .
  This package contains header files needed by developers.
 
-Package: libusrp-inband0c2a
-Section: contrib/libs
-Architecture: any
-Depends: ${shlibs:Depends}
-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: contrib/libdevel
-Architecture: any
-Depends: libusrp-inband0c2a (= ${binary:Version}), libusrp0-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

Modified: gnuradio/branches/releases/3.1/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/releases/3.1/debian/gen-install-files.sh  2007-10-12 
04:38:51 UTC (rev 6623)
+++ gnuradio/branches/releases/3.1/debian/gen-install-files.sh  2007-10-12 
11:19:32 UTC (rev 6624)
@@ -21,13 +21,6 @@
 $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
@@ -53,12 +46,6 @@
 $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
@@ -151,16 +138,6 @@
 $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
@@ -203,9 +180,7 @@
 $EXTRACT gnuradio-examples/python/apps/hf_explorer/Makefile ourdata_DATA 
>>$NAME
 $EXTRACT gnuradio-examples/python/apps/hf_radio/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/audio/Makefile ourdata_DATA >>$NAME
-$EXTRACT gnuradio-examples/python/dect/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/digital/Makefile ourdata_DATA >>$NAME
-$EXTRACT gnuradio-examples/python/digital_voice/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/multi-antenna/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/multi_usrp/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/network/Makefile ourdata_DATA >>$NAME

Deleted: gnuradio/branches/releases/3.1/debian/libmblock0c2a.dirs

Deleted: gnuradio/branches/releases/3.1/debian/libmblock0c2a.install

Deleted: gnuradio/branches/releases/3.1/debian/libpmt0-dev.dirs

Deleted: gnuradio/branches/releases/3.1/debian/libpmt0-dev.install

Deleted: gnuradio/branches/releases/3.1/debian/libpmt0c2a.dirs

Deleted: gnuradio/branches/releases/3.1/debian/libpmt0c2a.install

Deleted: gnuradio/branches/releases/3.1/debian/libusrp-inband0c2a.dirs

Deleted: gnuradio/branches/releases/3.1/debian/libusrp-inband0c2a.install

Modified: gnuradio/branches/releases/3.1/debian/rules
===================================================================
--- gnuradio/branches/releases/3.1/debian/rules 2007-10-12 04:38:51 UTC (rev 
6623)
+++ gnuradio/branches/releases/3.1/debian/rules 2007-10-12 11:19:32 UTC (rev 
6624)
@@ -47,8 +47,7 @@
                --infodir=\$${prefix}/share/info --enable-shared \
                --enable-doxygen --enable-html-docs \
                --sysconfdir=/etc --enable-all-components \
-               --disable-gr-audio-osx --disable-gr-audio-windows \
-               --disable-gr-qtgui
+               --disable-gr-audio-osx --disable-gr-audio-windows
        touch configure-stamp
 
 extract: extract-stamp





reply via email to

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