summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-02-11 03:10:32 +0000
committerDavid Schleef <ds@schleef.org>2002-02-11 03:10:32 +0000
commit54c46b3d18731526af7b9eac15521827ef3a4a2a (patch)
treee733874e8e3908e2126fb38ab1eb53676a11ac97 /debian/control.in
parent432a37d9a89a0f3d9d04cf9bd42102fcbe4e9327 (diff)
mksnapshot: updated version and filenames. control.in: changed
dependency from kernel-headers to kernel-source packages. rules: force HAS_MMU=true, change mipsel to mips, untar kernel-source package include directory and use that as kernel source
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control.in b/debian/control.in
index 30f39e2e9..11041432a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,13 +2,13 @@ Source: uclibc
Section: devel
Priority: optional
Maintainer: David Schleef <ds@schleef.org>
-Build-Depends: debhelper, kernel-headers-2.4
+Build-Depends: debhelper, _KERNEL_
Standards-Version: 3.5.6
Package: libuclibc-dev_TARGET_
Section: devel
Architecture: _ARCHS_
-Depends: libuclibc0_TARGET_ (= ${Source-Version}), ${shlibs:Depends}
+Depends: libuclibc0_TARGET_ (= ${Source-Version})
Description: A small implementation of the C library
uClibc is an implementation of the standard C library that is
much smaller than glibc, which makes it useful for embedded
@@ -18,6 +18,7 @@ Description: A small implementation of the C library
Package: libuclibc0_TARGET_
Section: libs
Architecture: _ARCHS_
+Depends:
Description: A small implementation of the C library
uClibc is an implementation of the standard C library that is
much smaller than glibc, which makes it useful for embedded