summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-15 05:20:47 +0000
committerEric Andersen <andersen@codepoet.org>2005-08-15 05:20:47 +0000
commit0a57ea3e181d91a03b7f84169d4bccee8cfe54af (patch)
tree9dc4263512d83d8702a1a4aaa49b29f191878271 /debian/control
parente0e3036bda73c6154563870623389d6a4d601b22 (diff)
Patch from Faidon Liambotis to update the debian stuff
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index b6587f769..53fb7510a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: uclibc
Section: libs
Priority: required
Maintainer: Erik Andersen <andersen@codepoet.org>
-Build-Depends: make (>= 3.78-4), dpkg-dev (>= 1.4.1.5), debianutils (>= 1.13.1), tar (>= 1.13.11), bzip2, texinfo (>= 4.0), kernel-source-2.4.22, sed (>= 4.0.5-4)
-Standards-Version: 3.5.8
+Build-Depends: debhelper (>= 3), bzip2, texinfo, kernel-source-2.4.27, sed (>= 4.0.5-4)
+Standards-Version: 3.6.1.1
Package: uclibc
-Architecture: alpha arm i386 m68k mips mipsel powerpc sparc sh3 sh4 sh3eb sh4eb
+Architecture: alpha arm i386 m68k mips mipsel powerpc sparc
Section: base
Priority: required
Depends:
@@ -17,12 +17,12 @@ Description: The uClibc C Library: Shared libraries
systems. This package provides only the run-time libraries.
Package: uclibc-dev
-Architecture: alpha arm i386 m68k mips mipsel powerpc sparc sh3 sh4 sh3eb sh4eb
+Architecture: alpha arm i386 m68k mips mipsel powerpc sparc
Section: devel
Priority: standard
Depends: uclibc (= ${Source-Version})
Provides: libc-dev, libc6-dev
-Recommends: c-compiler
+Recommends: gcc | c-compiler
Description: The uClibc C Library: Development Libraries and Header Files
uClibc is an implementation of the standard C library that is
much smaller than glibc, which makes it useful for embedded