]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.arch
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / examples / rules.arch
index 0324ef5dddffafce45ca65ff2f74ce13b69d832c..adfc38539dc3e2758654ab5cb33fb778f4d404d4 100755 (executable)
@@ -30,7 +30,7 @@ clean:
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        # Add here commands to install the package into debian/<packagename>
@@ -61,6 +61,7 @@ binary-arch: build install
 #      dh_installwm
 #      dh_installudev
 #      dh_lintian
+#      dh_bugfiles
 #      dh_undocumented
        dh_installman
        dh_link
@@ -68,7 +69,6 @@ binary-arch: build install
        dh_compress
        dh_fixperms
 #      dh_perl
-#      dh_python
 #      dh_makeshlibs
        dh_installdeb
        dh_shlibdeps