X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=debian%2Frules;h=3a8b0f0507600f6d814879ee2c983d7cfefa069a;hp=c3e0d946bf2a0f35ea8894b53734c90e9960f477;hb=b60a4540f5483b19feca6a6c1e25e3eb2207c1fb;hpb=154f7d7f07aedc6f9bedec6bb2581523934509c7 diff --git a/debian/rules b/debian/rules index c3e0d94..3a8b0f0 100755 --- a/debian/rules +++ b/debian/rules @@ -46,10 +46,6 @@ install: build # Build architecture-dependent files here. binary-arch: build-arch install -# We have nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build-indep install dh_testdir dh_testroot dh_installchangelogs @@ -64,5 +60,9 @@ binary-indep: build-indep install dh_md5sums dh_builddeb +# Build architecture-independent files here. +binary-indep: build-indep install +# Nothing to do. + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install