debian/rules: clean before build
authorrohieb <devnull@localhost>
Wed, 23 Jul 2008 03:03:20 +0000 (05:03 +0200)
committerrohieb <devnull@localhost>
Wed, 23 Jul 2008 03:03:20 +0000 (05:03 +0200)
debian/rules

index 4b4d190..25379f0 100755 (executable)
@@ -6,6 +6,9 @@ build:
        dh_testdir
 
 binary-indep: 
+       -$(MAKE) clean
+       dh_clean
+
        dh_testdir
        dh_testroot
        dh_clean -k 
This page took 0.029022 seconds and 4 git commands to generate.