[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. debian/4.1.1-P1-16.1-26-g4a2456e

Andrew Pollock apollock at debian.org
Thu Aug 25 06:19:41 UTC 2011


The following commit has been merged in the master branch:
commit 6176c158fcc5fc0c60722b151c1346f18c006ece
Author: Andrew Pollock <apollock at debian.org>
Date:   Wed Aug 24 22:22:25 2011 -0700

    Add call to dh_link
    
    Patch from Kees Cook for #614992

diff --git a/debian/changelog b/debian/changelog
index 3884098..4df2483 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ isc-dhcp (4.2.2-1) unstable; urgency=low
   * debian/rules: adjust double build for the non-existence of the LDAP patch
   * debian/isc-dhcp-server-ldap.docs: update for new location of documentation
   * debian/rules: added build-arch and build-indep targets
+  * debian/rules: applied patch from Kees Cook to call dh_link (closes: #614992)
 
- -- Andrew Pollock <apollock at debian.org>  Sun, 21 Aug 2011 20:03:48 -0700
+ -- Andrew Pollock <apollock at debian.org>  Wed, 24 Aug 2011 22:21:28 -0700
 
 isc-dhcp (4.1.1-P1-18) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 179964e..0a454eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,6 +126,7 @@ install-stamp: build-stamp
 	cp debian/rfc3442-classless-routes debian/isc-dhcp-client/etc/dhcp/dhclient-exit-hooks.d
 
 	dh_install
+	dh_link -a
 
 	cp debian/dhclient-script.$(DEB_HOST_ARCH_OS) `pwd`/debian/isc-dhcp-client/sbin/dhclient-script
 

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list