From: Joey Hess Date: Mon, 16 Jun 2008 04:06:45 +0000 (-0400) Subject: Add a build dependency on file. The rules file now runs dh_strip and dh_shlibdeps... X-Git-Tag: 7.0.11~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1452c6d8de4516a5a8a48ccdff3e180f56e43511;p=debhelper.git Add a build dependency on file. The rules file now runs dh_strip and dh_shlibdeps, which both use it. (It could be changed not to, but it's good to have it run all the commands as a test.) Closes: #486439 --- diff --git a/debian/changelog b/debian/changelog index fb064a2..c8fb0fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ debhelper (7.0.11) UNRELEASED; urgency=low * dh: Man page fix. Closes: #485116 * Add stamp files to example rules targets. Closes: #486327 + * Add a build dependency on file. The rules file now runs dh_strip and + dh_shlibdeps, which both use it. (It could be changed not to, but + it's good to have it run all the commands as a test.) Closes: #486439 -- Joey Hess Sun, 08 Jun 2008 12:21:48 -0400 diff --git a/debian/control b/debian/control index 8776a68..80761c9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess -Build-Depends: po4a (>= 0.24), man-db (>= 2.5.1) +Build-Depends: po4a (>= 0.24), man-db (>= 2.5.1), file (>= 3.23-1) Standards-Version: 3.7.3 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git Homepage: http://kitenet.net/~joey/code/debhelper/