switch to dh_prep instead of dh_clean -k
authorBdale Garbee <bdale@gag.com>
Tue, 7 Sep 2010 16:31:29 +0000 (10:31 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 7 Sep 2010 16:31:29 +0000 (10:31 -0600)
debian/rules

index df273001ac4aec2ac5b7533d2564a920b72a21ef..1ece390055b63badfbe3f00f8558463f17b2cf9e 100755 (executable)
@@ -86,7 +86,7 @@ clean:
 install: build-stamp
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        $(MAKE) -C build-simple install DESTDIR=$(CURDIR)/debian/sudo