removed unused dh_* scripts from debian/rules
[findit] / debian / rules
index 3ac28aa..aedf80a 100755 (executable)
@@ -29,7 +29,6 @@ install: build
        dh_testdir
        dh_testroot
        dh_clean -k 
-       dh_installdirs
 
        # Add here commands to install the package into debian/findit
        python setup.py install --root $(CURDIR)/debian/findit
@@ -40,10 +39,7 @@ binary-indep: build install
        dh_testroot
        dh_installchangelogs 
        dh_installdocs
-       dh_installexamples
-       dh_installman
        dh_link
-       dh_strip
        dh_compress
        dh_fixperms
        dh_installdeb