diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e660c4db..9789cf4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ network-manager (0.9.2.0-2) UNRELEASED; urgency=low * Build against libnl3. * Change section of gir1.2-networkmanager-1.0 to introspection. + * Fix versioned Build-Depends on dpkg-dev. + The buildflags.mk snippet was added in version 1.16.1, not 1.6.1. -- Michael Biebl <biebl@debian.org> Thu, 05 Jan 2012 14:19:04 +0100 diff --git a/debian/control b/debian/control index 96e13475..24f0e6e3 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian. Uploaders: Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 8), - dpkg-dev (>= 1.6.1), + dpkg-dev (>= 1.16.1), autotools-dev, pkg-config, intltool, |