Package: release.debian.org User: release.debian....@packages.debian.org Usertags: unblock Severity: normal x-debbugs-cc: debian-boot@lists.debian.org
Please consider unblocking isc-dhcp. It fixes a regression in init script error handling (bug #755834, unfortunate bug # typo in the changelog). There are no changes to the udebs. unblock isc-dhcp/4.3.1-6 unblock-udeb isc-dhcp/4.3.1-6
diff --git a/debian/changelog b/debian/changelog index 4fd1f35..5f5c568 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +isc-dhcp (4.3.1-6) unstable; urgency=medium + + * Fix a regression in error handling for the server's init script + (closes: #775834). + - Thanks to François-Régis Vuillemin. + + -- Michael Gilbert <mgilb...@debian.org> Fri, 13 Feb 2015 05:13:19 +0000 + isc-dhcp (4.3.1-5) unstable; urgency=medium * Dynamically link against system bind libraries. diff --git a/debian/rules b/debian/rules index be0317e..780bc4a 100755 --- a/debian/rules +++ b/debian/rules @@ -62,6 +62,10 @@ override_dh_install: cp contrib/dhcp-lease-list.pl \ debian/isc-dhcp-server/usr/sbin/dhcp-lease-list +override_dh_installinit: + dh_installinit -Nisc-dhcp-server + dh_installinit -pisc-dhcp-server --error-handler=init_script_error_handler + override_dh_strip: dh_strip --dbg-package=isc-dhcp-dbg