summaryrefslogtreecommitdiff
path: root/debian/control
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 /debian/control
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.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
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