]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.indep
dh_perl: Do not look at perl scripts under /usr/share/doc. Closes: #546683
[debhelper.git] / examples / rules.indep
index 4ffa6da982ba3cad9121e7302848c41302c6a6df..831365a4c91e17e4cf0149c1402c9a006e8c3712 100755 (executable)
@@ -22,15 +22,15 @@ clean:
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       #-$(MAKE) clean
-       #-$(MAKE) distclean
+       #$(MAKE) clean
+       #$(MAKE) distclean
 
        dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        # Add here commands to install the package into debian/<packagename>.
@@ -47,19 +47,22 @@ binary-indep: build install
 #      dh_installdebconf
 #      dh_installlogrotate
 #      dh_installemacsen
+#      dh_installcatalogs
 #      dh_installpam
 #      dh_installmime
 #      dh_installinit
 #      dh_installcron
-#      dh_installman
 #      dh_installinfo
+#      dh_installwm
+#      dh_installudev
+#      dh_lintian
+#      dh_bugfiles
 #      dh_undocumented
        dh_installman
        dh_link
        dh_compress
        dh_fixperms
 #      dh_perl
-#      dh_python
        dh_installdeb
        dh_gencontrol
        dh_md5sums