X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=fafe491ba49b4a7fd2df04fa33b77d684fdf176f;hb=54c331889337503673e5c7910ec95a65adfd3991;hp=c7f8b7186ec26d5cfc8274fcc2d4325bb9836645;hpb=202dc5012543bcfcc6b535b90ca1c652241f7eb2;p=live-boot-grml.git diff --git a/debian/rules b/debian/rules index c7f8b71..fafe491 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,5 @@ #!/usr/bin/make -f -build: - # regular build. - dh build - %: dh ${@} --parallel @@ -18,14 +14,5 @@ override_dh_auto_install: mkdir -p debian/live-boot-grml-initramfs-tools/usr/share mv debian/tmp/usr/share/initramfs-tools debian/live-boot-grml-initramfs-tools/usr/share - # this is needed because dpatch doesn't do file modes on diffs - # and we can't execute this fix during build stage as new files - # might be installed during dh_quilt_patch - chmod a+rx debian/live-boot-grml-initramfs-tools/usr/share/initramfs-tools/scripts/* - chmod a+rx debian/live-boot-grml-initramfs-tools/usr/share/initramfs-tools/hooks/* - override_dh_install: dh_install --fail-missing - -override_dh_installinit: - dh_installinit -p live-boot-grml --no-restart-on-upgrade --no-start --update-rcd-params='start 89 0 6 .'