]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.arch
dh_prep: New program, does the same as dh_clean -k (which will be deprecated later).
[debhelper.git] / examples / rules.arch
index 0324ef5dddffafce45ca65ff2f74ce13b69d832c..8e70ec0adf0d4ee3161341e5cd7c71ef99221fdd 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>