From a6396abe127c504f890d0cd45171c46ebfbb0f3d Mon Sep 17 00:00:00 2001 From: jcorgan Date: Mon, 6 Jul 2009 00:56:39 +0000 Subject: [PATCH] Install custom grc.conf for Ubuntu grc package. Forces correct docdir and adds /usr/local as local block dir. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11356 221aa14e-8319-0410-a670-987f0aec2ac5 --- debian/changelog | 4 ++-- debian/grc.conf | 9 +++++++++ debian/rules | 4 ++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 debian/grc.conf diff --git a/debian/changelog b/debian/changelog index 22f1362a..25e63820 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ gnuradio (3.3svn) unstable; urgency=low - * New upstream release 3.2 + * Development trunk updates as of packaging date * See http://gnuradio.org/trac - -- Johnathan Corgan Sat, 23 May 2009 18:00:00 -0800 + -- Johnathan Corgan Sun, 05 Jul 2009 18:00:00 -0800 gnuradio (3.2) unstable; urgency=low diff --git a/debian/grc.conf b/debian/grc.conf new file mode 100644 index 00000000..eb503ec9 --- /dev/null +++ b/debian/grc.conf @@ -0,0 +1,9 @@ +# This file contains system wide configuration data for GNU Radio. +# You may override any setting on a per-user basis by editing +# ~/.gnuradio/config.conf + +[grc] +pythonw = python +doc_dir = /usr/share/doc/gnuradio-doc +global_blocks_path = /usr/share/gnuradio/grc/blocks +local_blocks_path = /usr/local/share/gnuradio/grc/blocks diff --git a/debian/rules b/debian/rules index 6a6e5c7f..42464ced 100755 --- a/debian/rules +++ b/debian/rules @@ -86,6 +86,10 @@ install-stamp: extract-stamp debian/control install -m 0644 -D debian/libusrp2.limits \ debian/tmp/etc/security/limits.d/libusrp2.limits + : # Install custom grc.conf + install -m 0644 -D debian/grc.conf \ + debian/tmp/etc/gnuradio/conf.d/grc.conf + dh_install --sourcedir=debian/tmp touch $@ -- 2.30.2