diff options
author | Johnathan Corgan | 2009-09-25 07:05:13 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-09-25 07:05:13 -0700 |
commit | 2af86109a0645d5f014205f519f50da22cc7cda9 (patch) | |
tree | cb443fb6365c1cf3f48c4dfdd75984e23bbca805 /debian/bin | |
parent | 047540337c60a4856d573d6919efd6a0ed3f491f (diff) | |
download | gnuradio-2af86109a0645d5f014205f519f50da22cc7cda9.tar.gz gnuradio-2af86109a0645d5f014205f519f50da22cc7cda9.tar.bz2 gnuradio-2af86109a0645d5f014205f519f50da22cc7cda9.zip |
Misc. packaging tweaks
Note gcell/apps/gen_script.py needs to use git
Install gnuradio-config-info in libgnuradio-core0
Add pfb examples to gnuradio-examples
Add missing python files in gnuradio-examples
Diffstat (limited to 'debian/bin')
-rwxr-xr-x | debian/bin/gen-install-files.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/bin/gen-install-files.sh b/debian/bin/gen-install-files.sh index 53460f29e..5e900095a 100755 --- a/debian/bin/gen-install-files.sh +++ b/debian/bin/gen-install-files.sh @@ -427,6 +427,9 @@ $EXTRACT gnuradio-examples/python/multi_usrp/Makefile dist_ourdata_SCRIPTS >>$NA $EXTRACT gnuradio-examples/python/network/Makefile dist_ourdata_SCRIPTS >>$NAME $EXTRACT gnuradio-examples/python/ofdm/Makefile dist_ourdata_DATA >>$NAME $EXTRACT gnuradio-examples/python/ofdm/Makefile dist_ourdata_SCRIPTS >>$NAME +$EXTRACT gnuradio-examples/python/pfb/Makefile dist_ourdata_SCRIPTS >>$NAME +$EXTRACT gnuradio-examples/python/pfb/Makefile dist_ourdata_PYTHON >>$NAME +$EXTRACT gnuradio-examples/python/pfb/Makefile dist_ourdata_DATA >>$NAME $EXTRACT gnuradio-examples/python/usrp/Makefile dist_ourdata_SCRIPTS >>$NAME $EXTRACT gnuradio-examples/python/usrp2/Makefile dist_ourdata_SCRIPTS >>$NAME $EXTRACT gnuradio-examples/python/usrp2/Makefile dist_ourdata_DATA >>$NAME |