X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=bd01663a1dff3bb5c01196dab74802549c30e142;hb=a4f706a4bfe34ed6064c79d5ad7b3295fb0431cd;hp=c7fdbaca0a727d8b8c7ea8fd1150cc44a2f5c8ce;hpb=c8e8ee4983b9bffa74138712eae61c94c34b2845;p=live-boot-grml.git diff --git a/debian/rules b/debian/rules index c7fdbac..bd01663 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make - -build: patch-stamp build-stamp +build: build-stamp build-stamp: dh_testdir @@ -14,9 +12,9 @@ build-stamp: touch build-stamp -clean: unpatch +clean: dh_testdir - rm -f patch-stamp build-stamp + rm -f build-stamp # Cleaning package -$(MAKE) -C casper-md5check clean