From: Michael Prokop Date: Tue, 28 Jun 2016 07:30:26 +0000 (+0200) Subject: Sync control + rules with Debian X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=71a95e125af2bd8b3494cbbe26a4856a1fa37e61;p=live-boot-grml.git Sync control + rules with Debian --- diff --git a/debian/control b/debian/control index 8140c5a..55376cb 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,9 @@ Conflicts: live-boot Replaces: live-boot Provides: live-boot Description: Live System Boot Components + The Live Systems project maintains the components to build Debian based Live + systems and the official Debian Live images themselves. + . live-boot contains the components to configure a live system during the boot process (early userspace). . diff --git a/debian/rules b/debian/rules index c7f8b71..3993240 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,5 @@ #!/usr/bin/make -f -build: - # regular build. - dh build - %: dh ${@} --parallel @@ -12,20 +8,10 @@ override_dh_auto_install: # Removing useless files rm -f debian/tmp/usr/share/doc/live-boot-grml/COPYING - rm -f debian/lib/live/boot/FIXME # live-boot-initramfs-tools 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 .'