diff options
-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 |