Install custom grc.conf for Ubuntu grc package. Forces correct docdir and adds ...
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 6 Jul 2009 00:56:39 +0000 (00:56 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 6 Jul 2009 00:56:39 +0000 (00:56 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11356 221aa14e-8319-0410-a670-987f0aec2ac5

debian/changelog
debian/grc.conf [new file with mode: 0644]
debian/rules

index 22f1362a3132b86e48d91ca9916656ecdd69eace..25e6382021e3f7b090b047884dc79f6f13793e1f 100644 (file)
@@ -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 <jcorgan@corganenterprises.com>  Sat,  23 May 2009 18:00:00 -0800
+ -- Johnathan Corgan <jcorgan@corganenterprises.com>  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 (file)
index 0000000..eb503ec
--- /dev/null
@@ -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
index 6a6e5c7f8c50d0c3e2e798df248034f9b7b7920e..42464ced9a130229e5e44f466d86b4086a00a92b 100755 (executable)
@@ -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 $@