[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. upstream/4.1.1-P1-93-g1690cb2

Andrew Pollock apollock at debian.org
Sat Oct 23 21:27:16 UTC 2010


The following commit has been merged in the master branch:
commit 1690cb221b4abe85a445987ceab978b88473fba0
Author: Andrew Pollock <apollock at debian.org>
Date:   Sat Oct 23 14:27:12 2010 -0700

    Only depend on iproute on Linux
    
    Brown paper bag release for #601154

diff --git a/debian/changelog b/debian/changelog
index b730c1b..c8f16d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+isc-dhcp (4.1.1-P1-11) unstable; urgency=low
+
+  * debian/control: make isc-dhcp-client's dependency on iproute Linux-only (closes: #601154)
+
+ -- Andrew Pollock <apollock at debian.org>  Sat, 23 Oct 2010 14:26:41 -0700
+
 isc-dhcp (4.1.1-P1-10) unstable; urgency=low
 
   * Updated Japanese debconf template translation (closes: #590239)
diff --git a/debian/control b/debian/control
index 55db1cb..10d533d 100644
--- a/debian/control
+++ b/debian/control
@@ -89,7 +89,7 @@ Description: API for accessing and modifying the DHCP server and client state
 
 Package: isc-dhcp-client
 Architecture: any
-Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), iproute, ${shlibs:Depends}, ${misc:Depends}
+Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), iproute [linux-any], ${shlibs:Depends}, ${misc:Depends}
 Suggests: resolvconf, avahi-autoipd
 Provides: dhcp3-client
 Conflicts: dhcp-client (<< 3.0), samba-common (<< 3.0.0beta1-2), resolvconf (<= 1.45), ifupdown (<< 0.6.8+nmu3)

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list