summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-16 00:06:45 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-16 00:06:45 -0400
commit1452c6d8de4516a5a8a48ccdff3e180f56e43511 (patch)
treea61c4e076ab3df2c26c8cbeaa15285905e9135cb
parent1aa682895e9ffafdfb00154a674d376b4c431945 (diff)
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
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fb064a24..c8fb0fc3 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 <joeyh@debian.org> Sun, 08 Jun 2008 12:21:48 -0400
diff --git a/debian/control b/debian/control
index 8776a686..80761c90 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: debhelper
Section: devel
Priority: optional
Maintainer: Joey Hess <joeyh@debian.org>
-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/