]> git.donarmstrong.com Git - debhelper.git/commitdiff
r29: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:38:30 +0000 (04:38 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:38:30 +0000 (04:38 +0000)
debian/changelog
debian/control

index ae73986f9b40e5cc48676502454fc9d16059cbff..d453632c973d1f3f29fe53228b79d7ac7f63361a 100644 (file)
@@ -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 <joeyh@master.debian.org>  Wed, 19 Nov 1997 23:59:43 -0500
+
 debhelper (0.22) unstable; urgency=low
 
   * dh_installdocs: Install README.debian as README.Debian (of course,
index 35ad8f04f9c19c5811e8427a8c205b977275be3d..e22d969b9685af28a30e0566612abd2ec8f59b44 100644 (file)
@@ -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