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 /debian/control | |
| 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.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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, |