diff options
Diffstat (limited to 'debian')
-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 |