From: Michael Prokop Date: Fri, 1 Jul 2016 07:35:34 +0000 (+0200) Subject: debian/rules: drop dpatch workaround which is no longer needed X-Git-Tag: debian/1%20160511+grml.1~5 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=54c331889337503673e5c7910ec95a65adfd3991 debian/rules: drop dpatch workaround which is no longer needed --- diff --git a/debian/rules b/debian/rules index fd756d6..fafe491 100755 --- a/debian/rules +++ b/debian/rules @@ -14,11 +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