commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6264 - gnuradio/branches/features/deb/debian


From: jcorgan
Subject: [Commit-gnuradio] r6264 - gnuradio/branches/features/deb/debian
Date: Sun, 2 Sep 2007 11:23:42 -0600 (MDT)

Author: jcorgan
Date: 2007-09-02 11:23:42 -0600 (Sun, 02 Sep 2007)
New Revision: 6264

Modified:
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
Log:
Created python-gnuradio-atsc package.  Incomplete; scripts that are in 
src/python should probably go into gnuradio-examples

Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-02 17:12:45 UTC 
(rev 6263)
+++ gnuradio/branches/features/deb/debian/control       2007-09-02 17:23:42 UTC 
(rev 6264)
@@ -212,3 +212,11 @@
  This package provides high level GUI construction classes based
  upon the wxPython bindings for wxWidgets.
 
+Package: python-gnuradio-atsc
+Architecture: any
+Depends: ${python:Depends}, python-gnuradio-core
+Section: python
+XB-Python-Version: ${python:Versions}
+Description: GNU Radio ATSC Receiver
+ This package provides a decoder for ATSC waveforms using GNU Radio.
+

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-02 
17:12:45 UTC (rev 6263)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-02 
17:23:42 UTC (rev 6264)
@@ -99,3 +99,12 @@
 touch $NAME
 $EXTRACT gr-wxgui/src/python/Makefile ourpython_PYTHON >>$NAME
 
+# python-gnuradio-atsc
+NAME=debian/python-gnuradio-atsc.install
+rm -f $NAME
+touch $NAME
+$EXTRACT gr-atsc/src/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-atsc/src/lib/Makefile ourpython_PYTHON >>$NAME
+$EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES >>$NAME
+$EXTRACT gr-atsc/src/lib/Makefile ourlib_LTLIBRARIES | \
+    sed -e 's/\.la$/.so/' >>$NAME





reply via email to

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