X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=40263debef24a87ef492da69417d79f64f0fb6d6;hb=5d066f15ec24185968de6044999fbe240340a86b;hp=37d047e71c7b11a07e11fd2fca7d105c22201c3c;hpb=f16a8c94858f2282254f343f43fb8e09798ffb56;p=grml-x.git diff --git a/debian/rules b/debian/rules index 37d047e..40263de 100755 --- a/debian/rules +++ b/debian/rules @@ -9,17 +9,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - - build: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir # Add here commands to compile the package. @@ -28,7 +20,7 @@ build-stamp: configure-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp + rm -f build-stamp # Add here commands to clean up after the build process. dh_clean @@ -68,4 +60,4 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install