diff options
author | David Schleef <ds@schleef.org> | 2001-07-03 02:03:16 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-03 02:03:16 +0000 |
commit | 4d5c35c0b696cdde626b6660abbaec6afb1b9533 (patch) | |
tree | 08db5137de8da1264a434fe842fc5f78144bfcd7 /debian/control | |
parent | 6d3b6f17fe83e806790f15f84756e0a5bcdcdfea (diff) |
Debian package building scripts
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..ae8710161 --- /dev/null +++ b/debian/control @@ -0,0 +1,38 @@ + +Source: uclibc +Section: devel +Priority: optional +Maintainer: David Schleef <ds@schleef.org> +Build-Depends: debhelper +Standards-Version: 3.0.1 + + +Package: libuclibc-dev +Section: devel +Architecture: any +Depends: libuclibc0, ${shlibs:Depends} +Conflicts: libuclibc-dev-i386 +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 + systems. + +Package: libuclibc0 +Section: libs +Architecture: any +Depends: ${shlibs: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 + systems. + +Package: uclibc-gcc +Section: devel +Architecture: any +Depends: 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. + + |