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

Andrew Pollock apollock at debian.org
Tue Sep 27 07:02:56 UTC 2011


The following commit has been merged in the master branch:
commit 06b7a8a04ba31a9dd4b1beebbbba3fdca376a0d8
Author: Andrew Pollock <apollock at debian.org>
Date:   Tue Sep 27 00:01:39 2011 -0700

    Adjust invocation of dh_link so that it works
    
    dhcp3-client is arch-indep, so don't invoke dh_link with -a
    or we don't get the desired result

diff --git a/debian/rules b/debian/rules
index b6fb5f8..e03a7c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,7 +125,7 @@ install-stamp: build-stamp
 	cp debian/debug-hook debian/isc-dhcp-client/etc/dhcp/dhclient-exit-hooks.d/debug
 
 	dh_install
-	dh_link -a
+	dh_link
 
 	cp debian/dhclient-script.$(DEB_HOST_ARCH_OS) `pwd`/debian/isc-dhcp-client/sbin/dhclient-script
 	cp debian/rfc3442-classless-routes.$(DEB_HOST_ARCH_OS) \

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list