Temporary binary packaging update (3.3svn-1) to deal with prefs.py not handling ...
[debian/gnuradio] / debian / rules
index 42464ced9a130229e5e44f466d86b4086a00a92b..edabac6fe9945adb8695ef6b2d2ec2bb5a2a2c65 100755 (executable)
@@ -90,10 +90,15 @@ install-stamp: extract-stamp debian/control
        install -m 0644 -D debian/grc.conf \
                debian/tmp/etc/gnuradio/conf.d/grc.conf
 
+       : # Install custom prefs.py FIXME
+       install -m 0644 -D debian/prefs.py \
+               debian/tmp/usr/lib/python2.6/dist-packages/gnuradio/gr/prefs.py
+
        dh_install --sourcedir=debian/tmp
        touch $@
 
 
+
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep
 # in another 'make' thread.