From: Joey Hess <joey@kitenet.net> Date: Tue, 30 Aug 2011 00:29:11 +0000 (-0400) Subject: remove build-dep on file X-Git-Tag: 8.9.7~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2920262c9374bbf0a661c53f0aaf23a6338ba14;p=debhelper.git remove build-dep on file It was only needed so dh_shlibdeps and dh_strip, which are no longer run during build. --- diff --git a/debian/changelog b/debian/changelog index 4da5f48..a880106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ debhelper (8.9.7) UNRELEASED; urgency=low * dh: Don't bother running dh_shlibdebs, dh_makeshelibs, or dh_strip for the binary target when all packages being acted on are indep. - * debhelper no longer build-depends on man-db, to ease bootstrapping. + * debhelper no longer build-depends on man-db or file, to ease bootstrapping. -- Joey Hess <joeyh@debian.org> Mon, 29 Aug 2011 20:18:01 -0400 diff --git a/debian/control b/debian/control index ec55b5c..4e36ebf 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), file (>= 3.23), perl-base (>= 5.10) +Build-Depends: po4a (>= 0.24), perl-base (>= 5.10) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git Vcs-Browser: http://git.debian.org/?p=debhelper/debhelper.git;a=summary