X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=debian%2Frules;h=3a8b0f0507600f6d814879ee2c983d7cfefa069a;hp=a1c3ae16bac26c8d927cfc0c6671ac2e214422ce;hb=05f49960859341c385baf4920710249c20b602e1;hpb=e5ae97fdf02635dee08648b2f2fb4006db269b17 diff --git a/debian/rules b/debian/rules index a1c3ae1..3a8b0f0 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs usr/share/grml2usb/grub usr/share/grml2usb/mbr # Add here commands to install the package into debian/grml2usb. @@ -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