bashisms also in debian/rules REL_9.02.25
authorRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 03:04:21 +0000 (04:04 +0100)
committerRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 03:04:21 +0000 (04:04 +0100)
debian/rules

index bd00f34..fd363e4 100755 (executable)
@@ -4,6 +4,7 @@
 # needed for lintian
 build:
        dh_testdir
+       rm -f dirs files
 
 binary-indep: 
        -$(MAKE) clean
@@ -20,7 +21,7 @@ binary-indep:
        dh_testdir
        dh_testroot
        dh_installchangelogs 
-       dh_installdocs doc/{changelog.old.html,TODO} doc/source/
+       dh_installdocs doc/changelog.old.html doc/TODO doc/source/
        #dh_installexamples
        ##dh_install
        ##dh_installmenu
@@ -56,7 +57,7 @@ clean:
        dh_testdir
        dh_testroot
        -$(MAKE) clean
-       dh_clean 
+       dh_clean
 
 .PHONY: build clean binary-indep binary install
 
This page took 0.027013 seconds and 4 git commands to generate.