summaryrefslogtreecommitdiff
path: root/debian/control
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
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')
-rw-r--r--debian/control11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 63c11451b..18bddbc40 100644
--- a/debian/control
+++ b/debian/control
@@ -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-source-2.4.16
Standards-Version: 3.5.6
Package: libuclibc-dev
Section: devel
-Architecture: i386 powerpc mipsel sh m68k arm
-Depends: libuclibc0 (= ${Source-Version}), ${shlibs:Depends}
+Architecture: arm i386 m68k mips powerpc sh sparc
+Depends: libuclibc0 (= ${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
@@ -17,7 +17,8 @@ Description: A small implementation of the C library
Package: libuclibc0
Section: libs
-Architecture: i386 powerpc mipsel sh m68k arm
+Architecture: arm i386 m68k mips powerpc sh sparc
+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
@@ -29,7 +30,7 @@ Description: A small implementation of the C library
Package: uclibc-toolchain
Section: devel
-Architecture: i386 powerpc mipsel sh m68k arm
+Architecture: arm i386 m68k mips powerpc sh sparc
Depends: gcc|c-compiler, binutils, ${shlibs:Depends}
Recommends: libuclibc-dev
Conflicts: uclibc-gcc