[Pkg-utopia-commits] r3633 - in /packages/unstable/networkmanager/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 8 14:59:02 UTC 2010


Author: biebl
Date: Thu Jul  8 14:59:02 2010
New Revision: 3633

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3633
Log:
Set --with-dhclient configure option to /sbin/dhclient.

Modified:
    packages/unstable/networkmanager/debian/changelog
    packages/unstable/networkmanager/debian/rules

Modified: packages/unstable/networkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/changelog?rev=3633&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/changelog (original)
+++ packages/unstable/networkmanager/debian/changelog Thu Jul  8 14:59:02 2010
@@ -30,6 +30,7 @@
   * debian/rules
     - Set --with-pppd-plugin-dir configure option to /usr/lib/pppd/2.4.4.
       The upstream default is 2.4.5 now but Debian still only has ppp 2.4.4.
+    - Set --with-dhclient configure option to /sbin/dhclient.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 08 Jul 2010 16:39:38 +0200
 

Modified: packages/unstable/networkmanager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/rules?rev=3633&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/rules (original)
+++ packages/unstable/networkmanager/debian/rules Thu Jul  8 14:59:02 2010
@@ -14,10 +14,9 @@
 DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager"
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
-		--with-dbus-sys=/etc/dbus-1/system.d \
 		--with-distro=debian \
 		--with-resolvconf=/sbin/resolvconf \
-		--with-dhcp-client=/sbin/dhclient \
+		--with-dhclient=/sbin/dhclient \
 		--with-iptables=/sbin/iptables \
 		--with-crypto=gnutls \
 		--with-pppd-plugin-dir=/usr/lib/pppd/2.4.4 \




More information about the Pkg-utopia-commits mailing list