diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-25 07:05:13 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-25 07:05:13 -0700 |
commit | 2af86109a0645d5f014205f519f50da22cc7cda9 (patch) | |
tree | cb443fb6365c1cf3f48c4dfdd75984e23bbca805 | |
parent | 047540337c60a4856d573d6919efd6a0ed3f491f (diff) |
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
-rwxr-xr-x | debian/bin/gen-install-files.sh | 3 | ||||
-rw-r--r-- | debian/libgnuradio-core0.install | 1 | ||||
-rwxr-xr-x | gcell/apps/gen_script.py | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/bin/gen-install-files.sh b/debian/bin/gen-install-files.sh index 53460f29ea..5e900095a9 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 diff --git a/debian/libgnuradio-core0.install b/debian/libgnuradio-core0.install index e5c1d708c8..9feb625d88 100644 --- a/debian/libgnuradio-core0.install +++ b/debian/libgnuradio-core0.install @@ -1,3 +1,4 @@ etc/gnuradio/conf.d/gnuradio-core.conf usr/lib/libgnuradio-core.la usr/lib/libgnuradio-core.so.* +usr/bin/gnuradio-config-info diff --git a/gcell/apps/gen_script.py b/gcell/apps/gen_script.py index e4bbc74807..2ad0fb78e2 100755 --- a/gcell/apps/gen_script.py +++ b/gcell/apps/gen_script.py @@ -57,6 +57,7 @@ def main(): parser.print_help() sys.exit(1) + #FIXME to use git now svn_rev = get_svn_rev() os.environ['TZ'] = 'PST8PDT' # always pacific |