diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8a30bb5e..d00bcf60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ network-manager (0.9.8.8-5) UNRELEASED; urgency=medium as M-A: same. As pppd has not been converted yet, keep installing the ppp plugin to /usr/lib/pppd/2.4.5/. * Rely on dh v9 to set flags from dpkg-buildflags. + * Use autotools_dev dh addon for up-to-date config.{guess,sub}. -- Michael Biebl <biebl@debian.org> Tue, 01 Apr 2014 23:22:57 +0200 diff --git a/debian/rules b/debian/rules index 467b7351..66297efc 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with gir,systemd + dh $@ --with gir,systemd,autotools_dev override_dh_auto_configure: dh_auto_configure -- \ |