From: Joey Hess Date: Mon, 23 Feb 2009 18:27:22 +0000 (-0500) Subject: Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in dpkg-gencontrol. X-Git-Tag: 7.2.0~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3ba936471c4e6eef1134de0539824b1d21d66646;p=debhelper.git Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in dpkg-gencontrol. --- diff --git a/debian/changelog b/debian/changelog index 4985542..8fde13b 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 Thu, 25 Dec 2008 16:26:36 -0500 diff --git a/debian/control b/debian/control index d408274..1b30157 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