]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.multi2
use -BF here too
[debhelper.git] / examples / rules.multi2
index 5690fdbf087c3f9ffa44b71d43d284b543be311e..7ed56fb80da1d8ee2830036f6c18dc3cc6e7a7a3 100755 (executable)
@@ -26,8 +26,8 @@ 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
 
@@ -35,7 +35,7 @@ install: DH_OPTIONS=
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        # Add here commands to install the package into debian/tmp.
@@ -57,12 +57,16 @@ binary-common:
 #      dh_installdebconf
 #      dh_installlogrotate
 #      dh_installemacsen
+#      dh_installcatalogs
 #      dh_installpam
 #      dh_installmime
 #      dh_installinit
 #      dh_installman
 #      dh_installcron
 #      dh_installinfo
+#      dh_installwm
+#      dh_installudev
+#      dh_lintian
 #      dh_undocumented
        dh_strip
        dh_link