diff options
| author | Michael Biebl <biebl@debian.org> | 2012-01-05 14:31:27 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-01-05 14:31:27 +0100 |
| commit | 9a39f3767cc72a8d0d4fd287c1b0c874ce8b26a4 (patch) | |
| tree | 396f781f98889fcf9314d63878ea09d290334d04 | |
| parent | 6fd4e84f32e01adbacb63eed49a1a2b402bfd7a9 (diff) | |
Fix versioned Build-Depends on dpkg-dev. The buildflags.mk snippet was added in version 1.16.1, not 1.6.1.
| -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, |