]> git.donarmstrong.com Git - debhelper.git/commitdiff
Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in dpkg-gencontrol.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Feb 2009 18:27:22 +0000 (13:27 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Feb 2009 18:27:22 +0000 (13:27 -0500)
debian/changelog
debian/control

index 4985542f7ca759d08759a8f2e1f427d3aa4419db..8fde13b7899ef0dd23f48a684ed52dba1aa50cda 100644 (file)
@@ -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
 
index d408274b7e9766f25fd00bde2582b66fd1ceb49f..1b30157fe264743c035d004877c0a6237a7a5476 100644 (file)
@@ -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