[pkg-dhcp-commits] [isc-dhcp] 01/01: release 4.3.1-6

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Feb 13 06:32:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository isc-dhcp.

commit 11e006b834c1195cb2c2b471753ed7a0b107a5b2
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Fri Feb 13 01:31:55 2015 -0500

    release 4.3.1-6
---
 debian/changelog | 8 ++++++++
 debian/rules     | 4 ++++
 2 files changed, 12 insertions(+)

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 <mgilbert at 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dhcp/isc-dhcp.git



More information about the pkg-dhcp-commits mailing list