X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=3a8b0f0507600f6d814879ee2c983d7cfefa069a;hb=2534968be4c660b945685acee648e38402f62802;hp=3a35d9e7d571a02efa1f8afba53e91539da573b9;hpb=ecfce70d14fc85005ec6dcd4a82650810ea89b1a;p=grml2usb.git diff --git a/debian/rules b/debian/rules index 3a35d9e..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 @@ -57,8 +53,6 @@ binary-indep: build-indep install dh_installman grml2usb.8 grml2iso.8 dh_strip dh_compress - mkdir -p debian/grml2usb/usr/share/lintian/overrides/ - cp -av debian/overrides debian/grml2usb/usr/share/lintian/overrides/grml2usb dh_fixperms dh_installdeb dh_shlibdeps @@ -66,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