[Pkg-utopia-commits] r3692 - in /packages/unstable/network-manager-pptp/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jul 27 12:45:58 UTC 2010


Author: biebl
Date: Tue Jul 27 12:45:55 2010
New Revision: 3692

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3692
Log:
Set --with-pppd-plugin-dir configure option to /usr/lib/pppd/2.4.5.

Modified:
    packages/unstable/network-manager-pptp/debian/changelog
    packages/unstable/network-manager-pptp/debian/rules

Modified: packages/unstable/network-manager-pptp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-pptp/debian/changelog?rev=3692&op=diff
==============================================================================
--- packages/unstable/network-manager-pptp/debian/changelog (original)
+++ packages/unstable/network-manager-pptp/debian/changelog Tue Jul 27 12:45:55 2010
@@ -10,6 +10,7 @@
     - Bump Build-Depends on ppp-dev to (>= 2.4.5).
     - Add Depends on ppp (>= 2.4.5), ppp (<< 2.4.6) to avoid future breakage
       when the plugin dir changes again.
+    - Set --with-pppd-plugin-dir configure option to /usr/lib/pppd/2.4.5.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 22 Jul 2010 01:42:53 +0200
 

Modified: packages/unstable/network-manager-pptp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-pptp/debian/rules?rev=3692&op=diff
==============================================================================
--- packages/unstable/network-manager-pptp/debian/rules (original)
+++ packages/unstable/network-manager-pptp/debian/rules Tue Jul 27 12:45:55 2010
@@ -5,7 +5,8 @@
 
 DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager"
 
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-static
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-static \
+                             --with-pppd-plugin-dir=/usr/lib/pppd/2.4.5
 
 DEB_DH_MAKESHLIBS_ARGS_ALL := -X/usr/lib/NetworkManager/ -X/usr/lib/pppd/
 




More information about the Pkg-utopia-commits mailing list