commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9890 - gnuradio/branches/developers/jcorgan/deb-wip/d


From: jcorgan
Subject: [Commit-gnuradio] r9890 - gnuradio/branches/developers/jcorgan/deb-wip/debian
Date: Wed, 29 Oct 2008 17:17:40 -0600 (MDT)

Author: jcorgan
Date: 2008-10-29 17:17:38 -0600 (Wed, 29 Oct 2008)
New Revision: 9890

Added:
   gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.dirs
   gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.install
   gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.dirs
   gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.install
Modified:
   gnuradio/branches/developers/jcorgan/deb-wip/debian/changelog
   gnuradio/branches/developers/jcorgan/deb-wip/debian/control
   gnuradio/branches/developers/jcorgan/deb-wip/debian/gen-install-files.sh
   gnuradio/branches/developers/jcorgan/deb-wip/debian/pyversions
   gnuradio/branches/developers/jcorgan/deb-wip/debian/rules
Log:
Create libgruel package and update libgnuradio-core dependencies, remove 
gr-comedi

Modified: gnuradio/branches/developers/jcorgan/deb-wip/debian/changelog
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/changelog       
2008-10-29 19:55:07 UTC (rev 9889)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/changelog       
2008-10-29 23:17:38 UTC (rev 9890)
@@ -1,4 +1,4 @@
-gnuradio (3.1.svn-7817) unstable; urgency=low
+gnuradio (3.1.svn) unstable; urgency=low
 
   * post release 3.1 trunk repository packages
   * see http://gnuradio.org/trac/wiki for stable branch

Modified: gnuradio/branches/developers/jcorgan/deb-wip/debian/control
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/control 2008-10-29 
19:55:07 UTC (rev 9889)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/control 2008-10-29 
23:17:38 UTC (rev 9890)
@@ -3,10 +3,28 @@
 Priority: optional
 Maintainer: Johnathan Corgan <address@hidden>
 Build-Conflicts: automake1.8, automake1.9
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, doxygen, fftw3-dev | 
libfftw3-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.8, sdcc, 
swig, xmlto
+Build-Depends: debhelper (>= 5.0.37.2), build-essential, automake, libtool, 
pkg-config, python-dev, swig, fftw3-dev | libfftw3-dev, libcppunit-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-gtk2, python-lxml
 Standards-Version: 3.7.2
-XS-Python-Version: >= 2.3
+XS-Python-Version: >= 2.5
 
+Package: libgruel
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: GNU Radio Utility Etcetera Library
+ This package implements a variety of low-level utility
+ routines for GNU Radio.
+
+Package: libgruel-dev
+Section: libdevel
+Architecture: any
+Depends: libgruel (= ${binary:Version}), libboost1.35-dev
+Description: GNU Radio Utility Etcetera Library
+ This package implements a variety of low-level utility
+ routines for GNU Radio.
+ .
+ This package contains header files needed by developers.
+
 Package: libgnuradio-omnithread0c2a
 Section: libs
 Architecture: any
@@ -37,7 +55,7 @@
 Package: libpmt0-dev
 Section: libdevel
 Architecture: any
-Depends: libpmt0c2a (= ${binary:Version}), libgnuradio-omnithread0-dev, 
libboost-dev
+Depends: libpmt0c2a (= ${binary:Version}), libgnuradio-omnithread0-dev, 
libboost1.35-dev
 Description: GNU Radio Polymorphic Type Library
  This package implements polymorphic types.  These are similar 
  to lisp or python data objects, and implement transparent
@@ -74,7 +92,7 @@
 Package: libgnuradio-core0-dev
 Section: libdevel
 Architecture: any
-Depends: libgnuradio-core0c2a (= ${binary:Version}), 
libgnuradio-omnithread0-dev, libboost-dev, fftw3-dev | libfftw3-dev
+Depends: libgnuradio-core0c2a (= ${binary:Version}), 
libgnuradio-omnithread0-dev, libboost1.35-dev, libgruel-dev, libgsl0-dev, 
fftw3-dev | libfftw3-dev
 Description: Software Defined Radio
  This package contains the core GNU Radio libraries.
  .
@@ -157,15 +175,15 @@
 Description: GNU Radio ATSC Receiver
  This package provides a decoder for ATSC waveforms using GNU Radio.
 
-Package: python-gnuradio-comedi
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
-Provides: ${python:Provides}
-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-comedi
+#Architecture: any
+#Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
+#Provides: ${python:Provides}
+#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

Modified: 
gnuradio/branches/developers/jcorgan/deb-wip/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/gen-install-files.sh    
2008-10-29 19:55:07 UTC (rev 9889)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/gen-install-files.sh    
2008-10-29 23:17:38 UTC (rev 9890)
@@ -142,13 +142,13 @@
     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
+#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

Added: gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.dirs
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.dirs       
                        (rev 0)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.dirs       
2008-10-29 23:17:38 UTC (rev 9890)
@@ -0,0 +1 @@
+usr/include/gruel

Added: gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.install
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.install    
                        (rev 0)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel-dev.install    
2008-10-29 23:17:38 UTC (rev 9890)
@@ -0,0 +1 @@
+usr/include/gruel/*

Added: gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.dirs
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.dirs           
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.dirs   
2008-10-29 23:17:38 UTC (rev 9890)
@@ -0,0 +1,3 @@
+usr/lib
+usr/lib/pkgconfig
+

Added: gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.install
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.install        
                        (rev 0)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/libgruel.install        
2008-10-29 23:17:38 UTC (rev 9890)
@@ -0,0 +1,3 @@
+usr/lib/libgruel.la
+usr/lib/libgruel*.so*
+usr/lib/pkgconfig/gruel.pc

Modified: gnuradio/branches/developers/jcorgan/deb-wip/debian/pyversions
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/pyversions      
2008-10-29 19:55:07 UTC (rev 9889)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/pyversions      
2008-10-29 23:17:38 UTC (rev 9890)
@@ -1 +1 @@
-2.3-
+2.5

Modified: gnuradio/branches/developers/jcorgan/deb-wip/debian/rules
===================================================================
--- gnuradio/branches/developers/jcorgan/deb-wip/debian/rules   2008-10-29 
19:55:07 UTC (rev 9889)
+++ gnuradio/branches/developers/jcorgan/deb-wip/debian/rules   2008-10-29 
23:17:38 UTC (rev 9890)
@@ -48,8 +48,8 @@
                --enable-doxygen --enable-html-docs \
                --sysconfdir=/etc --enable-all-components \
                --disable-gr-audio-osx --disable-gr-audio-windows \
-               --disable-gr-qtgui --disable-gcell --disable-gr-cell \
-               --disable-gr-comedi
+               --disable-gr-qtgui --disable-gcell --disable-gr-gcell \
+               --disable-gr-comedi --disable-usrp2-firmware
        touch configure-stamp
 
 extract: extract-stamp





reply via email to

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