add changelog entry
[debian/gnuradio] / debian / rules
index 3a4b1692ca0ddd75ea2dde5851df8ee1376edf98..4f33d26d876de197ddac30433038d83d193fb470 100755 (executable)
@@ -94,15 +94,10 @@ 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.