commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: jcorgan
Subject: [Commit-gnuradio] r6290 - gnuradio/branches/features/deb/debian
Date: Tue, 4 Sep 2007 10:21:50 -0600 (MDT)

Author: jcorgan
Date: 2007-09-04 10:21:50 -0600 (Tue, 04 Sep 2007)
New Revision: 6290

Added:
   gnuradio/branches/features/deb/debian/gnuradio-sounder-firmware.install
Modified:
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
Log:
Work-in-progress.

Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-04 16:05:26 UTC 
(rev 6289)
+++ gnuradio/branches/features/deb/debian/control       2007-09-04 16:21:50 UTC 
(rev 6290)
@@ -345,3 +345,21 @@
  .
  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
+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.

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-04 
16:05:26 UTC (rev 6289)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-04 
16:21:50 UTC (rev 6290)
@@ -236,5 +236,11 @@
 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 |
-    sed -e 's/\.la$/.so/' >>$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

Added: gnuradio/branches/features/deb/debian/gnuradio-sounder-firmware.install
===================================================================
--- gnuradio/branches/features/deb/debian/gnuradio-sounder-firmware.install     
                        (rev 0)
+++ gnuradio/branches/features/deb/debian/gnuradio-sounder-firmware.install     
2007-09-04 16:21:50 UTC (rev 6290)
@@ -0,0 +1,3 @@
+usr/share/usrp/rev2/usrp_sounder.rbf
+usr/share/usrp/rev4/usrp_sounder.rbf
+





reply via email to

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