commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6299 - in gnuradio/trunk: config debian gnuradio-core


From: jcorgan
Subject: [Commit-gnuradio] r6299 - in gnuradio/trunk: config debian gnuradio-core/src/python/gnuradio gnuradio-core/src/python/gnuradio/vocoder gr-cvsd-vocoder/src/lib gr-gsm-fr-vocoder/src/lib gr-pager/src
Date: Tue, 4 Sep 2007 15:28:57 -0600 (MDT)

Author: jcorgan
Date: 2007-09-04 15:28:57 -0600 (Tue, 04 Sep 2007)
New Revision: 6299

Added:
   gnuradio/trunk/debian/gnuradio-radar-mono-firmware.install
   gnuradio/trunk/debian/gnuradio-sounder-firmware.install
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/Makefile.am
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/__init__.py
Removed:
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/Makefile.am
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/__init__.py
   gnuradio/trunk/gr-cvsd-vocoder/src/lib/__init__.py
   gnuradio/trunk/gr-gsm-fr-vocoder/src/lib/__init__.py
Modified:
   gnuradio/trunk/config/grc_gnuradio_core.m4
   gnuradio/trunk/debian/
   gnuradio/trunk/debian/build-all.sh
   gnuradio/trunk/debian/control
   gnuradio/trunk/debian/gen-install-files.sh
   gnuradio/trunk/debian/rules
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/Makefile.am
   gnuradio/trunk/gr-cvsd-vocoder/src/lib/Makefile.am
   gnuradio/trunk/gr-gsm-fr-vocoder/src/lib/Makefile.am
   gnuradio/trunk/gr-pager/src/Makefile.am
Log:
Merged r6285:6297 from features/deb into trunk.  Nearing completion on Debian 
packaging for 3.1.

Modified: gnuradio/trunk/config/grc_gnuradio_core.m4
===================================================================
--- gnuradio/trunk/config/grc_gnuradio_core.m4  2007-09-04 21:25:07 UTC (rev 
6298)
+++ gnuradio/trunk/config/grc_gnuradio_core.m4  2007-09-04 21:28:57 UTC (rev 
6299)
@@ -51,6 +51,7 @@
         gnuradio-core/src/python/gnuradio/gr/run_tests \
         gnuradio-core/src/python/gnuradio/gru/Makefile \
         gnuradio-core/src/python/gnuradio/gruimpl/Makefile \
+       gnuradio-core/src/python/gnuradio/vocoder/Makefile \
         gnuradio-core/src/tests/Makefile \
         gnuradio-core/src/utils/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

   + 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
python-gnuradio-utils.install
gnuradio-examples.install
gnuradio-radio-astronomy.install
gnuradio-pager.install
gnuradio-radar-mono.install
gnuradio-sounder.install


Modified: gnuradio/trunk/debian/build-all.sh
===================================================================
--- gnuradio/trunk/debian/build-all.sh  2007-09-04 21:25:07 UTC (rev 6298)
+++ gnuradio/trunk/debian/build-all.sh  2007-09-04 21:28:57 UTC (rev 6299)
@@ -7,4 +7,6 @@
     -us \
     -rfakeroot
 
+cd ../build-area
+dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
 

Modified: gnuradio/trunk/debian/control
===================================================================
--- gnuradio/trunk/debian/control       2007-09-04 21:25:07 UTC (rev 6298)
+++ gnuradio/trunk/debian/control       2007-09-04 21:28:57 UTC (rev 6299)
@@ -90,8 +90,6 @@
 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}
@@ -103,6 +101,7 @@
 Architecture: any
 Depends: ${python:Depends}, python-gnuradio-core, libasound2
 Section: python
+Provides: python-gnuradio-audio
 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
@@ -115,6 +114,7 @@
 Conflicts: libusrp0
 Replaces: libusrp0
 Suggests: usrp-doc
+Recommends: usrp-firmware
 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
@@ -224,6 +224,7 @@
 Architecture: any
 Depends: ${python:Depends}, python-gnuradio-core, libjack0.100.0-0
 Section: python
+Provides: python-gnuradio-audio
 XB-Python-Version: ${python:Versions}
 Description: GNU Radio Python JACK Audio Driver
  This package provides the Python interface to the GNU Radio driver
@@ -233,6 +234,7 @@
 Architecture: any
 Depends: ${python:Depends}, python-gnuradio-core
 Section: python
+Provides: python-gnuradio-audio
 XB-Python-Version: ${python:Versions}
 Description: GNU Radio Python OSS Audio Driver
  This package provides the Python interface to the GNU Radio driver
@@ -242,6 +244,7 @@
 Architecture: any
 Depends: ${python:Depends}, python-gnuradio-core, libportaudio2
 Section: python
+Provides: python-gnuradio-audio
 XB-Python-Version: ${python:Versions}
 Description: GNU Radio Python PortAudio Driver
  This package provides the Python interface to the GNU Radio driver
@@ -288,6 +291,108 @@
 Depends: ${python:Depends}, python-gnuradio-core, libsdl1.2debian
 Section: python
 XB-Python-Version: ${python:Versions}
+Description: GNU SDL Interface Library
+ This package provides an interface to the SDL rendering library
+ for GNU Radio.
+
+Package: python-gnuradio-utils
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-usrp, python-gnuradio-wxgui
+Section: python
+XB-Python-Version: ${python:Versions}
 Description: GNU Radio Trellis-Coded Modulation library
- This package provides an implementation of trellis-coded modulation
+ This package provides commonly used utilities for GNU Radio
+
+Package: gnuradio-examples
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp, 
python-gnuradio-wxgui, python-gnuradio-audio
+Section: comm
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Example Programs
+ This package provides examples of GNU Radio usage using Python
+
+Package: gnuradio-pager
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp
+Section: comm
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio FLEX Pager Decoder
+ This package provides a decoder for the FLEX paging protocol for GNU Radio
+
+Package: gnuradio-radio-astronomy
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp, 
python-gnuradio-wxgui
+Section: comm
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Radio Astronomy Applications
+ This package provides radio astronomy applications for GNU Radio
+
+Package: gnuradio-radar-mono
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp
+Recommends: gnuradio-radar-mono-firmware
+Section: comm
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Mono-static Radar Application
+ This package provides a mono-static radar application for GNU Radio
+
+Package: gnuradio-radar-mono-firmware
+Section: contrib/comm
+Architecture: all
+Description: GNU Radio Mono-static Radar Firmware
+ This package provides a mono-static radar application for GNU Radio
+ .
+ This package contains the FPGA bitstrings for the USRP, which require
+ non-free tools to build.
+
+Package: gnuradio-sounder
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp
+Recommends: gnuradio-sounder-firmware
+Section: comm
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio Channel Sounder Application
+ This package provides an RF channel sounder application for GNU Radio
+
+Package: gnuradio-sounder-firmware
+Section: contrib/comm
+Architecture: all
+Description: GNU Radio Channel Sounder Application
+ This package provides an RF channel sounder application for GNU Radio
+ .
+ This package contains the FPGA bitstrings for the USRP, which require
+ non-free tools to build.
+
+Package: python-gnuradio
+Section: python
+Architecture: all
+Depends: python-gnuradio-atsc, python-gnuradio-audio-alsa, 
python-gnuradio-audio-jack, python-gnuradio-audio-oss, 
python-gnuradio-audio-portaudio, python-gnuradio-comedi, python-gnuradio-core, 
python-gnuradio-cvsd-vocoder, python-gnuradio-gsm-fr-vocoder, 
python-gnuradio-trellis, python-gnuradio-usrp, python-gnuradio-utils, 
python-gnuradio-video-sdl, python-gnuradio-wxgui
+Description: Python Libraries for GNU Radio Components
+ This is a virtual package that depends upon all the Python components 
  for GNU Radio.
+
+Package: gnuradio
+Section: comm
+Architecture: all
+Depends: gnuradio-doc, gnuradio-examples, python-gnuradio, gnuradio-pager, 
gnuradio-radar-mono, gnuradio-radio-astronomy, gnuradio-sounder
+Suggests: usrp
+Descripton: GNU Software Defined Radio
+ This is a virtual package that depends the entire GNU Radio collection of
+ components.  If you are using a USRP, you should also install the usrp 
package.
+
+Package: gnuradio-dev
+Section: libdevel
+Architecture: all
+Depends: libgnuradio-core0-dev, libgnuradio-omnithread0-dev, libmblock0-dev, 
libpmt0-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 
develop
+ custom GNU Radio signal processing blocks in C++.
+
+Package: usrp
+Section: comm
+Architecture: all
+Depends: libusrp0c2a, python-usrp, usrp-doc
+Description: The Univeral Software Radio Peripheral
+ This is a virtual package that depends on the entire USRP software 
collection. You will
+ still need to install package usrp-firmware, in contrib/comm, however.

Modified: gnuradio/trunk/debian/gen-install-files.sh
===================================================================
--- gnuradio/trunk/debian/gen-install-files.sh  2007-09-04 21:25:07 UTC (rev 
6298)
+++ gnuradio/trunk/debian/gen-install-files.sh  2007-09-04 21:28:57 UTC (rev 
6299)
@@ -44,6 +44,7 @@
 $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
+$EXTRACT gnuradio-core/src/python/gnuradio/vocoder/Makefile 
grvocoderpython_PYTHON >>$NAME
 
 # libusrp0-dev
 NAME=debian/libusrp0-dev.install
@@ -93,6 +94,7 @@
 $EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
 $EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES | \
     sed -e 's/\.la$/.so/' >>$NAME
+$EXTRACT gr-atsc/src/python/Makefile ourdata_DATA >>$NAME
 
 # python-gnuradio-audio-alsa
 NAME=debian/python-gnuradio-audio-alsa.install
@@ -176,6 +178,8 @@
 $EXTRACT gr-trellis/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
 $EXTRACT gr-trellis/src/lib/Makefile ourlib_LTLIBRARIES | \
     sed -e 's/\.la$/.so/' >>$NAME
+$EXTRACT gr-trellis/src/examples/Makefile ourdata_DATA >>$NAME
+$EXTRACT gr-trellis/src/examples/fsm_files/Makefile ourdata_DATA >>$NAME
 
 # python-gnuradio-video-sdl
 NAME=debian/python-gnuradio-video-sdl.install
@@ -185,3 +189,59 @@
 $EXTRACT gr-video-sdl/src/Makefile ourlib_LTLIBRARIES >>$NAME
 $EXTRACT gr-video-sdl/src/Makefile ourlib_LTLIBRARIES | \
     sed -e 's/\.la$/.so/' >>$NAME
+
+# python-gnuradio-video-sdl
+NAME=debian/python-gnuradio-utils.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-utils/src/python/Makefile bin_SCRIPTS >>$NAME
+
+# gnuradio-examples
+NAME=debian/gnuradio-examples.install
+rm -f $NAME
+touch $NAME
+$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/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/ofdm/Makefile ourdata_DATA >>$NAME
+$EXTRACT gnuradio-examples/python/usrp/Makefile ourdata_DATA >>$NAME
+
+# gnuradio-pager
+NAME=debian/gnuradio-pager.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-pager/src/Makefile bin_SCRIPTS >>$NAME
+$EXTRACT gr-pager/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-pager/src/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-pager/src/Makefile ourlib_LTLIBRARIES |
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# gnuradio-radio-astronomy
+NAME=debian/gnuradio-radio-astronomy.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-radio-astronomy/src/python/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-radio-astronomy/src/python/Makefile wxguipython_PYTHON >>$NAME
+$EXTRACT gr-radio-astronomy/src/python/Makefile bin_SCRIPTS >>$NAME
+$EXTRACT gr-radio-astronomy/src/lib/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-radio-astronomy/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-radio-astronomy/src/lib/Makefile ourlib_LTLIBRARIES |
+    sed -e 's/\.la$/.so/' >>$NAME
+
+# gnuradio-radar-mono
+NAME=debian/gnuradio-radar-mono.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-radar-mono/src/python/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-radar-mono/src/python/Makefile bin_SCRIPTS >>$NAME
+
+# gnuradio-sounder
+NAME=debian/gnuradio-sounder.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-sounder/src/python/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-sounder/src/python/Makefile bin_SCRIPTS >>$NAME

Copied: gnuradio/trunk/debian/gnuradio-radar-mono-firmware.install (from rev 
6297, 
gnuradio/branches/features/deb/debian/gnuradio-radar-mono-firmware.install)
===================================================================
--- gnuradio/trunk/debian/gnuradio-radar-mono-firmware.install                  
        (rev 0)
+++ gnuradio/trunk/debian/gnuradio-radar-mono-firmware.install  2007-09-04 
21:28:57 UTC (rev 6299)
@@ -0,0 +1,3 @@
+usr/share/usrp/rev2/usrp_radar_mono.rbf
+usr/share/usrp/rev4/usrp_radar_mono.rbf
+

Copied: gnuradio/trunk/debian/gnuradio-sounder-firmware.install (from rev 6297, 
gnuradio/branches/features/deb/debian/gnuradio-sounder-firmware.install)
===================================================================
--- gnuradio/trunk/debian/gnuradio-sounder-firmware.install                     
        (rev 0)
+++ gnuradio/trunk/debian/gnuradio-sounder-firmware.install     2007-09-04 
21:28:57 UTC (rev 6299)
@@ -0,0 +1,3 @@
+usr/share/usrp/rev2/usrp_sounder.rbf
+usr/share/usrp/rev4/usrp_sounder.rbf
+

Modified: gnuradio/trunk/debian/rules
===================================================================
--- gnuradio/trunk/debian/rules 2007-09-04 21:25:07 UTC (rev 6298)
+++ gnuradio/trunk/debian/rules 2007-09-04 21:28:57 UTC (rev 6299)
@@ -62,7 +62,7 @@
        touch configure-stamp
 
 extract: extract-stamp
-extract-stamp: configure-stamp
+extract-stamp: configure-stamp debian/gen-install-files.sh
        dh_testdir
        debian/gen-install-files.sh 
        touch $@

Modified: gnuradio/trunk/gnuradio-core/src/python/gnuradio/Makefile.am
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/Makefile.am        
2007-09-04 21:25:07 UTC (rev 6298)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/Makefile.am        
2007-09-04 21:28:57 UTC (rev 6299)
@@ -21,7 +21,7 @@
 
 include $(top_srcdir)/Makefile.common
 
-SUBDIRS = gr gru gruimpl blks blksimpl blks2 blksimpl2
+SUBDIRS = gr gru gruimpl blks blksimpl blks2 blksimpl2 vocoder
 
 grpython_PYTHON =                      \
        __init__.py                     \

Copied: gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder (from rev 
6297, gnuradio/branches/features/deb/gnuradio-core/src/python/gnuradio/vocoder)


Property changes on: gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Deleted: gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/Makefile.am

Copied: gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/Makefile.am 
(from rev 6297, 
gnuradio/branches/features/deb/gnuradio-core/src/python/gnuradio/vocoder/Makefile.am)
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/Makefile.am        
                        (rev 0)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/Makefile.am        
2007-09-04 21:28:57 UTC (rev 6299)
@@ -0,0 +1,26 @@
+#
+# Copyright 2004,2007 Free Software Foundation, Inc.
+# 
+# This file is part of GNU Radio
+# 
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+# 
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+grvocoderpythondir = $(grpythondir)/vocoder
+grvocoderpython_PYTHON = \
+       __init__.py

Deleted: gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/__init__.py

Copied: gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/__init__.py 
(from rev 6297, 
gnuradio/branches/features/deb/gnuradio-core/src/python/gnuradio/vocoder/__init__.py)
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/__init__.py        
                        (rev 0)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/vocoder/__init__.py        
2007-09-04 21:28:57 UTC (rev 6299)
@@ -0,0 +1 @@
+# make this a package

Modified: gnuradio/trunk/gr-cvsd-vocoder/src/lib/Makefile.am
===================================================================
--- gnuradio/trunk/gr-cvsd-vocoder/src/lib/Makefile.am  2007-09-04 21:25:07 UTC 
(rev 6298)
+++ gnuradio/trunk/gr-cvsd-vocoder/src/lib/Makefile.am  2007-09-04 21:28:57 UTC 
(rev 6299)
@@ -54,7 +54,6 @@
 
 # This gets cvsd_vocoder.py installed in the right place
 ourpython_PYTHON =                     \
-       __init__.py                     \
        cvsd_vocoder.py
 
 ourlib_LTLIBRARIES = _cvsd_vocoder.la

Deleted: gnuradio/trunk/gr-cvsd-vocoder/src/lib/__init__.py

Modified: gnuradio/trunk/gr-gsm-fr-vocoder/src/lib/Makefile.am
===================================================================
--- gnuradio/trunk/gr-gsm-fr-vocoder/src/lib/Makefile.am        2007-09-04 
21:25:07 UTC (rev 6298)
+++ gnuradio/trunk/gr-gsm-fr-vocoder/src/lib/Makefile.am        2007-09-04 
21:28:57 UTC (rev 6299)
@@ -56,7 +56,6 @@
 
 # This gets gsm_full_rate.py installed in the right place
 ourpython_PYTHON =                     \
-       __init__.py                     \
        gsm_full_rate.py
 
 ourlib_LTLIBRARIES = _gsm_full_rate.la

Deleted: gnuradio/trunk/gr-gsm-fr-vocoder/src/lib/__init__.py

Modified: gnuradio/trunk/gr-pager/src/Makefile.am
===================================================================
--- gnuradio/trunk/gr-pager/src/Makefile.am     2007-09-04 21:25:07 UTC (rev 
6298)
+++ gnuradio/trunk/gr-pager/src/Makefile.am     2007-09-04 21:28:57 UTC (rev 
6299)
@@ -22,8 +22,9 @@
 include $(top_srcdir)/Makefile.common
 
 EXTRA_DIST = \
-    run_tests.in
-
+    run_tests.in \
+    $(bin_SCRIPTS)
+    
 TESTS = \
     run_tests
 
@@ -65,14 +66,11 @@
     pager_swig.cc \
     pager_swig.py                              
 
-# This gets pgr.py installed in the right place
+# This gets imported Python objects installed in the right place
 ourpython_PYTHON = \
     __init__.py \
     pager_swig.py \
-    flex_demod.py \
-    usrp_flex.py \
-    usrp_flex_all.py \
-    usrp_flex_band.py
+    flex_demod.py
         
 ourlib_LTLIBRARIES = _pager_swig.la
 





reply via email to

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