X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Frules;h=e02a7eacae6fee51c087c7c67594441afb080e51;hp=72f6785d5ecf8cf3d91953f10f1a752e7e0f9a29;hb=2b4530dff60f621fe0cf3c449587a13b21ebf9f1;hpb=21fa9366b8b546f0d44ed93d8ed7a12fb84d87a7 diff --git a/debian/rules b/debian/rules index 72f6785..e02a7ea 100755 --- a/debian/rules +++ b/debian/rules @@ -13,12 +13,14 @@ build: build-stamp build-stamp: dh_testdir + make touch $@ clean: dh_testdir dh_testroot rm -f build-stamp + make clean dh_clean install: build @@ -44,7 +46,7 @@ binary-arch: build install dh_testroot dh_installchangelogs dh_installdocs TODO - dh_installman debian/grml-debootstrap.8 + dh_installman grml-debootstrap.8 dh_link dh_strip dh_compress