X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=debian%2Frules;h=3b6a2d0d53853e35cc79fda697cdb21f4b9bc5ed;hp=01b49f85fb904b1a9499e20e5f00a1bdae54d250;hb=e6fed4b84691ba6aa96861746ad2cbf3b887c1ad;hpb=cfd0cbc35a2f042d8de283e3c78c4baa7bc49454 diff --git a/debian/rules b/debian/rules index 01b49f8..3b6a2d0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,29 +9,20 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -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. - touch build-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 install: build @@ -43,7 +34,6 @@ install: build # Add here commands to install the package into debian/grml2usb. install -m 755 grml2usb debian/grml2usb/usr/sbin/ - # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default.