diff options
author | joeyh <joeyh> | 2006-06-03 21:00:34 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-06-03 21:00:34 +0000 |
commit | ef637e6a50a6e997903aa51d62d9b628da6a04b5 (patch) | |
tree | 73ab49c4418aee9abb99b55640ef650f75f12fd8 | |
parent | cd4561f15b50b95e0089030af703a9ac22cf4784 (diff) | |
download | debhelper-ef637e6a50a6e997903aa51d62d9b628da6a04b5.tar.gz |
r1922: * Remove old alternate dependency on fileutils. Closes: #370011
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d464918e..163be030 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ debhelper (5.0.36) UNRELEASED; urgency=low [ Valery Perrin ] * Update french translation with recent change in dh_installxfonts - -- Joey Hess <joeyh@debian.org> Sun, 11 May 2006 21:48:00 +0200 + [ Joey Hess ] + * Remove old alternate dependency on fileutils. Closes: #370011 + + -- Joey Hess <joeyh@debian.org> Sat, 3 Jun 2006 17:00:06 -0400 debhelper (5.0.35) unstable; urgency=low diff --git a/debian/control b/debian/control index bc7eae43..d142968e 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: debhelper Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.13.13), html2text, binutils, po-debconf +Depends: ${perl:Depends}, ${misc:Depends}, coreutils, file (>= 3.23-1), dpkg-dev (>= 1.13.13), html2text, binutils, po-debconf Suggests: dh-make Conflicts: dpkg-cross (<< 1.18) Description: helper programs for debian/rules |