diff options
author | jcorgan | 2009-05-23 22:53:48 +0000 |
---|---|---|
committer | jcorgan | 2009-05-23 22:53:48 +0000 |
commit | 5bb241f6e59c56c5b1f88871a56d8e00617e82a6 (patch) | |
tree | 5f7d3e90a60853ab44707e479fbe1ac2af8d9254 | |
parent | 536df1ddf6d50e7bda52cd2e903c636f21334737 (diff) | |
download | gnuradio-5bb241f6e59c56c5b1f88871a56d8e00617e82a6.tar.gz gnuradio-5bb241f6e59c56c5b1f88871a56d8e00617e82a6.tar.bz2 gnuradio-5bb241f6e59c56c5b1f88871a56d8e00617e82a6.zip |
Rename grc package to gnuradio-companion
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11109 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/gen-install-files.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index ed7798c20..7623d87c2 100644 --- a/debian/control +++ b/debian/control @@ -495,7 +495,7 @@ XB-Python-Version: ${python:Versions} Description: GNU Radio Radio Astronomy Applications This package provides radio astronomy applications for GNU Radio -Package: grc +Package: gnuradio-companion Architecture: any Depends: ${python:Depends}, gnuradio, gnuradio-doc, usrp-doc, python-lxml, python-cheetah, python-gtk2 Provides: ${python:Provides} diff --git a/debian/gen-install-files.sh b/debian/gen-install-files.sh index 2fc0e7775..9eda40854 100755 --- a/debian/gen-install-files.sh +++ b/debian/gen-install-files.sh @@ -350,8 +350,8 @@ $EXTRACT gr-radio-astronomy/src/lib/Makefile ra_pylib_LTLIBRARIES >>$NAME $EXTRACT gr-radio-astronomy/src/lib/Makefile ra_pylib_LTLIBRARIES | sed -e 's/\.la$/.so/' >>$NAME -# grc -NAME=debian/grc.install +# gnuradio-companion +NAME=debian/gnuradio-companion.install rm -f $NAME touch $NAME $EXTRACT grc/data/platforms/base/Makefile dist_ourdata_DATA >>$NAME |