diff options
author | David Schleef <ds@schleef.org> | 2001-11-19 23:48:08 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-19 23:48:08 +0000 |
commit | cc427a2e7926ecbbd449f1b70f676ec8e3a09c89 (patch) | |
tree | e0fbe31512f98abc9ce003922f500323b16a7579 /debian | |
parent | 68ced4143305b0e8c38bf319a0cf4056fb33e985 (diff) |
Fix build-depends to use kernel-headers-2.4. Should satisfy more
autobuilders?
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c362e3b21..5f84564b5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: uclibc Section: devel Priority: optional Maintainer: David Schleef <ds@schleef.org> -Build-Depends: debhelper, kernel-headers | kernel-headers-2.4.10 +Build-Depends: debhelper, kernel-headers-2.4 Standards-Version: 3.5.2 Package: libuclibc-dev diff --git a/debian/control.in b/debian/control.in index 0798d16d8..ebfe58cd9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: uclibc Section: devel Priority: optional Maintainer: David Schleef <ds@schleef.org> -Build-Depends: debhelper, kernel-headers | kernel-headers-2.4.10 +Build-Depends: debhelper, kernel-headers-2.4 Standards-Version: 3.5.2 Package: libuclibc-dev_TARGET_ |