Fix "dh_clean -k" to be compatible with debhelper 7
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 19 Aug 2009 08:32:34 +0000 (10:32 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 19 Aug 2009 08:32:34 +0000 (10:32 +0200)
debian/rules

index 4e0717a..5a831dd 100755 (executable)
@@ -59,7 +59,7 @@ clean:
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_prep
        dh_installdirs
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        dh_movefiles