From 4d5c35c0b696cdde626b6660abbaec6afb1b9533 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 3 Jul 2001 02:03:16 +0000 Subject: Debian package building scripts --- debian/control | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. + + -- cgit v1.2.3