diff options
author | David Schleef <ds@schleef.org> | 2001-07-04 00:18:41 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-04 00:18:41 +0000 |
commit | 3f9dec7f971a150e4f3509c03245f4a69ce51f22 (patch) | |
tree | 3198c8195f6589f30dbe7a639f60dbf98e38fca4 /debian/control | |
parent | 709c1793f5f5153f5b6ef0ca454ab7e2a6769415 (diff) |
*** empty log message ***
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/debian/control b/debian/control index ae8710161..1463dc494 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,9 @@ - Source: uclibc Section: devel Priority: optional Maintainer: David Schleef <ds@schleef.org> Build-Depends: debhelper -Standards-Version: 3.0.1 - +Standards-Version: 3.5.2 Package: libuclibc-dev Section: devel @@ -29,10 +27,9 @@ Description: A small implementation of the C library Package: uclibc-gcc Section: devel Architecture: any -Depends: c-compiler, binutils, ${shlibs:Depends} +Depends: gcc|c-compiler, binutils, ${shlibs:Depends} Description: A compiler wrapper for uClibc This is a small wrapper for gcc, ld, and other toolchain utilities to do compilation against uClibc instead of the native libc. This package is used for cross compiling. - |