X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=debian%2Frules;h=c65fea048f15d81a1a107d2b7c357501955f487c;hp=01b49f85fb904b1a9499e20e5f00a1bdae54d250;hb=ae7d2eaecc1da99f0aad38e2ed6101744f4c0b68;hpb=cfd0cbc35a2f042d8de283e3c78c4baa7bc49454 diff --git a/debian/rules b/debian/rules index 01b49f8..c65fea0 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,13 +34,12 @@ install: build # Add here commands to install the package into debian/grml2usb. install -m 755 grml2usb debian/grml2usb/usr/sbin/ +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot dh_installchangelogs