]> git.donarmstrong.com Git - debhelper.git/commitdiff
Add a build dependency on file. The rules file now runs dh_strip and dh_shlibdeps...
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 16 Jun 2008 04:06:45 +0000 (00:06 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 16 Jun 2008 04:06:45 +0000 (00:06 -0400)
debian/changelog
debian/control

index fb064a247c4f410e6f0aa3890cd9937b92e098c8..c8fb0fc3b9ba370e830763af124aacb8f66ce279 100644 (file)
@@ -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
 
index 8776a686c36fa482f006ea18ecad555740f83bf7..80761c904913262f6d001a7cc974be6a2ef23ed4 100644 (file)
@@ -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/