diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-09 01:54:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-09 01:54:33 +0000 |
commit | f12724c21ab0d3f24a087444762ed2220d35259c (patch) | |
tree | 13e4d65b6c05cb0bde24df7d5caaf523ea0027f6 | |
parent | a57ba4db64d5b2e8d9f7e9ab15ac32d1c1abdea5 (diff) |
The build depends were too strict. I depended on on debhelper (>= 2.0.80)
while debhelper 1.1.24 is available for slink. Just forget the dependancy --
it isn't needed.
-Erik
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4cc8634e9..78dd104e0 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: busybox Priority: optional Maintainer: Erik Andersen <andersee@debian.org> -Build-Depends: debhelper (>= 2.0.80) +Build-Depends: debhelper Standards-Version: 3.1.1 Package: busybox |