diff options
| author | Michael Biebl <biebl@debian.org> | 2010-07-08 02:27:02 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-07-08 02:27:02 +0000 |
| commit | 9f7c174246ac2085be2129ca9c86eaded9e377cc (patch) | |
| tree | cd14b72ac5d7bc9ec08b469d63f24dfc79f72d07 | |
| parent | e8d5806e19934d6b2ef60bdfd45869baaba7dd2f (diff) | |
* 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.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3627 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rwxr-xr-x | debian/rules | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1985e3c9..1a0d4211 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,9 @@ network-manager (0.8.0.999-1) UNRELEASED; urgency=low * 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@debian.org> Thu, 08 Jul 2010 03:32:37 +0200 diff --git a/debian/rules b/debian/rules index dc57d45c..2944e43a 100755 --- a/debian/rules +++ b/debian/rules @@ -20,13 +20,14 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --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 |