summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2000-01-05 22:25:24 +0000
committerjoey <joey>2000-01-05 22:25:24 +0000
commit7cd0c0bf3a091ff02d5120c37dae5b0aa28efb5c (patch)
treef31d26c2c373935ec5102103343ba560d27d62a0
parent7647226b7c9a5d0d48fb8e81d985389f3409e3dd (diff)
r329: * 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.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f16f79f..b8be16e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index ee5f6d13..e4dbde71 100644
--- a/debian/control
+++ b/debian/control
@@ -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