diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 409a0717..3b98e1c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ network-manager (0.9.7.995-1) UNRELEASED; urgency=low * New upstream release (0.9.8 beta1). * Update symbols files. + * Use new distro-agnostic configure flags. -- Michael Biebl <biebl@debian.org> Sun, 03 Feb 2013 14:49:46 +0100 diff --git a/debian/rules b/debian/rules index 20d1e25d..ede2c2ad 100755 --- a/debian/rules +++ b/debian/rules @@ -9,15 +9,20 @@ include /usr/share/dpkg/buildflags.mk override_dh_auto_configure: dh_auto_configure -- \ --libexecdir=/usr/lib/NetworkManager \ - --with-distro=debian \ --with-resolvconf=/sbin/resolvconf \ --with-dhclient=/sbin/dhclient \ --with-iptables=/sbin/iptables \ --with-systemdsystemunitdir=/lib/systemd/system \ --with-crypto=gnutls \ + --with-session-tracking=consolekit \ + --with-suspend-resume=upower \ --disable-more-warnings \ + --disable-modify-system \ + --enable-polkit \ + --enable-ppp \ + --enable-ifupdown \ --enable-introspection \ - --with-docs + --enable-doc override_dh_install: dh_install --list-missing |