From: joey Date: Tue, 17 Aug 1999 04:38:30 +0000 (+0000) Subject: r29: Initial Import X-Git-Tag: debian_version_0_1~199 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9d5e2e656d9cb9c00bada6c740ab9339433434d2;p=debhelper.git r29: Initial Import --- diff --git a/debian/changelog b/debian/changelog index ae73986..d453632 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (0.23) unstable; urgency=low + + * Now depends on fileutils (>= 3.16-4), becuase with any earlier version + of fileutils, install -p will not work (#14680) + + -- Joey Hess Wed, 19 Nov 1997 23:59:43 -0500 + debhelper (0.22) unstable; urgency=low * dh_installdocs: Install README.debian as README.Debian (of course, diff --git a/debian/control b/debian/control index 35ad8f0..e22d969 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 2.1.1.0 Package: debhelper Architecture: all -Depends: perl +Depends: perl, fileutils (>= 3.16-4) Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks. Programs are included to install various files into