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 /debian | |
parent | a57ba4db64d5b2e8d9f7e9ab15ac32d1c1abdea5 (diff) | |
download | busybox-w32-f12724c21ab0d3f24a087444762ed2220d35259c.tar.gz busybox-w32-f12724c21ab0d3f24a087444762ed2220d35259c.tar.bz2 busybox-w32-f12724c21ab0d3f24a087444762ed2220d35259c.zip |
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
Diffstat (limited to 'debian')
-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 @@ | |||
1 | Source: busybox | 1 | Source: busybox |
2 | Priority: optional | 2 | Priority: optional |
3 | Maintainer: Erik Andersen <andersee@debian.org> | 3 | Maintainer: Erik Andersen <andersee@debian.org> |
4 | Build-Depends: debhelper (>= 2.0.80) | 4 | Build-Depends: debhelper |
5 | Standards-Version: 3.1.1 | 5 | Standards-Version: 3.1.1 |
6 | 6 | ||
7 | Package: busybox | 7 | Package: busybox |