summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2000-01-11 00:42:56 +0000
committerjoey <joey>2000-01-11 00:42:56 +0000
commit0ab0b0f51e64f86048c22da7bbc6683d084a135a (patch)
tree7abb161c6efd17573a0d6bda11c67bd52d5d0a6f /debian
parentac91153614219487564ce47e3d183d3c5ef160d2 (diff)
r331: * Downgraded fileutils dependancy just a bit for the Hurd foks.
Closes: #54620
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 66e99173..1426820e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (2.0.85) unstable; urgency=low
+
+ * Downgraded fileutils dependancy just a bit for the Hurd foks.
+ Closes: #54620
+
+ -- Joey Hess <joeyh@debian.org> Mon, 10 Jan 2000 16:41:29 -0800
+
debhelper (2.0.84) unstable; urgency=low
* Make all examples rules files executable.
diff --git a/debian/control b/debian/control
index e4dbde71..3d25d433 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 (>= 4.0l-1), file (>= 3.23-1)
+Build-Depends-Indep: perl-5.005, fileutils (>= 4.0-2.1), file (>= 3.23-1)
Standards-Version: 3.1.1.1
Package: debhelper
Architecture: all
-Depends: perl5 | perl (>= 5.004), fileutils (>= 4.0l-1), file (>= 3.23-1)
+Depends: perl5 | perl (>= 5.004), fileutils (>= 4.0-2.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