diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 21:19:42 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 21:19:46 +0200 |
| commit | 2d4552ef982d22ac7b44ff6ec82440b8508ced94 (patch) | |
| tree | da710ac811c8978eb892b6564ccd3fc50ccc85af | |
| parent | c27b27b189a34e2100430bbbeb335f1cbeac4db5 (diff) | |
Add versioned Build-Depends on dpkg-dev (>= 1.17.14) for <!nocheck> support
| -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), |