summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-23 13:27:22 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-23 13:27:22 -0500
commit3ba936471c4e6eef1134de0539824b1d21d66646 (patch)
tree097cd4a2bceaec783f1c8e71eb80f4d86a1e12b2
parent579d1345f2e2e3082304ab0460547f9683cfdb3e (diff)
Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in dpkg-gencontrol.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4985542f..8fde13b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ debhelper (7.2.0) UNRELEASED; urgency=low
which is useful to avoid issues with phony implicit
rules (see bug #509756).
* Improve error messages when child commands fail.
+ * Depend on dpkg-dev 1.14.19, the first to support Package-Type
+ fields in dpkg-gencontrol.
-- Joey Hess <joeyh@debian.org> Thu, 25 Dec 2008 16:26:36 -0500
diff --git a/debian/control b/debian/control
index d408274b..1b30157f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://kitenet.net/~joey/code/debhelper/
Package: debhelper
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg-dev (>= 1.14.15), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
+Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg-dev (>= 1.14.19), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
Suggests: dh-make
Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6)
Description: helper programs for debian/rules