]> git.donarmstrong.com Git - debhelper.git/commitdiff
r329: * Depend on the current unstable fileutils, because I have to use chown
authorjoey <joey>
Wed, 5 Jan 2000 22:25:24 +0000 (22:25 +0000)
committerjoey <joey>
Wed, 5 Jan 2000 22:25:24 +0000 (22:25 +0000)
     --no-dereference. I'm not sure when it started working, but it didn't work
     in slink.

debian/changelog
debian/control

index 0f16f79fe54b2e0d28894fa96ec3909d1fde1f48..b8be16e290fcf7b64dd7d15b5a672eb47cbe6f9f 100644 (file)
@@ -1,3 +1,11 @@
+debhelper (2.0.83) unstable; urgency=low
+
+  * Depend on the current unstable fileutils, because I have to use chown
+    --no-dereference. I'm not sure when it started working, but it didn't work
+    in slink.
+
+ -- Joey Hess <joeyh@debian.org>  Wed,  5 Jan 2000 14:22:26 -0800
+
 debhelper (2.0.82) unstable; urgency=low
 
   * Added dh_installmime calls to examples, Closes: #54056
index ee5f6d13ba3e98081c13e493698ef0bd67e5b6e6..e4dbde71116c75d0db1eee467b0baabddb9966b2 100644 (file)
@@ -2,12 +2,12 @@ Source: debhelper
 Section: devel
 Priority: optional
 Maintainer: Joey Hess <joeyh@debian.org>
-Build-Depends-Indep: perl-5.005, fileutils (>= 3.16-4), file (>= 3.23-1)
+Build-Depends-Indep: perl-5.005, fileutils (>= 4.0l-1), file (>= 3.23-1)
 Standards-Version: 3.1.1.1
 
 Package: debhelper
 Architecture: all
-Depends: perl5 | perl (>= 5.004), fileutils (>= 3.16-4), file (>= 3.23-1)
+Depends: perl5 | perl (>= 5.004), fileutils (>= 4.0l-1), file (>= 3.23-1)
 Suggests: dh-make, lynx
 Description: helper programs for debian/rules
  A collection of programs that can be used in a debian/rules file to