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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 8 02:27:03 UTC 2010


Author: biebl
Date: Thu Jul  8 02:27:02 2010
New Revision: 3627

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3627
Log:
* 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.

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=3627&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/changelog (original)
+++ packages/unstable/networkmanager/debian/changelog Thu Jul  8 02:27:02 2010
@@ -26,6 +26,9 @@
   * debian/libnm-glib-{vpn-}dev.links
     - Stop installing compat symlinks for the pkg-config files.
       (Closes: #569187)
+  * 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.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 08 Jul 2010 03:32:37 +0200
 

Modified: packages/unstable/networkmanager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/rules?rev=3627&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/rules (original)
+++ packages/unstable/networkmanager/debian/rules Thu Jul  8 02:27:02 2010
@@ -20,13 +20,14 @@
 		--with-dhcp-client=/sbin/dhclient \
 		--with-iptables=/sbin/iptables \
 		--with-crypto=gnutls \
+		--with-pppd-plugin-dir=/usr/lib/pppd/2.4.4 \
 		--disable-more-warnings
-	
+
 DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 .
 
 clean::
 	rm -f po/*.gmo
-	
+
 binary-install/network-manager::
 	install -m 755 debian/network-manager-dispatcher.script \
 		debian/network-manager/etc/NetworkManager/dispatcher.d/01ifupdown




More information about the Pkg-utopia-commits mailing list