diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 84cd3b02..b0b4a983 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ network-manager (1.1.92-1) UNRELEASED; urgency=medium * Set the udev directory to /lib/udev via the new --with-udev-dir= configure switch. * Update symbols file for libnm-util2 and libnm0. + * Add versioned Build-Depends on dpkg-dev (>= 1.17.14) for <!nocheck> + support. -- Michael Biebl <biebl@debian.org> Wed, 30 Mar 2016 13:15:48 +0200 diff --git a/debian/control b/debian/control index a5452dff..48993c09 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org> Build-Depends: debhelper (>= 9.20160114), dh-systemd (>= 1.14), dh-autoreconf, + dpkg-dev (>= 1.17.14), pkg-config, intltool, libdbus-glib-1-dev (>= 0.100), |