diff options
author | David Schleef <ds@schleef.org> | 2001-07-17 23:33:15 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-17 23:33:15 +0000 |
commit | d00f43f966794b4837603bdfde1a598cf963dd17 (patch) | |
tree | 8d15eb51072b1a0a098283c7445d5322a8466a4a /debian/control.in | |
parent | 0640f1e2db01ea07a25bb01db8cd9618ee1917cd (diff) |
Better generation of control, fix up DESTDIR
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control.in b/debian/control.in index d03e3732b..9443af936 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 +Build-Depends: debhelper, kernel-headers-2.4.5 Standards-Version: 3.5.2 Package: libuclibc-dev_TARGET_ @@ -32,4 +32,3 @@ Description: A compiler wrapper for uClibc to do compilation against uClibc instead of the native libc. This package is used for cross compiling. - |