]> Git Repo - uclibc-ng.git/blame - debian/control
Re-add files which were mistakenly deleted during the big bits/ update.
[uclibc-ng.git] / debian / control
CommitLineData
4d5c35c0
DS
1Source: uclibc
2Section: devel
3Priority: optional
4Maintainer: David Schleef <[email protected]>
05d7c836 5Build-Depends: debhelper, bzip2, kernel-source-2.4.16
26f348f4 6Standards-Version: 3.5.6
4d5c35c0
DS
7
8Package: libuclibc-dev
9Section: devel
e4e0b255 10Architecture: arm i386 m68k mips mipsel powerpc sh sparc
54c46b3d 11Depends: libuclibc0 (= ${Source-Version})
4d5c35c0
DS
12Description: A small implementation of the C library
13 uClibc is an implementation of the standard C library that is
14 much smaller than glibc, which makes it useful for embedded
26f348f4
DS
15 systems. This package includes header files and development
16 libraries necessary to compile applications that use uClibc.
4d5c35c0
DS
17
18Package: libuclibc0
19Section: libs
e4e0b255 20Architecture: arm i386 m68k mips mipsel powerpc sh sparc
54c46b3d 21Depends:
4d5c35c0
DS
22Description: A small implementation of the C library
23 uClibc is an implementation of the standard C library that is
24 much smaller than glibc, which makes it useful for embedded
26f348f4
DS
25 systems. This package provides only the run-time libraries.
26 .
27 The Debian binary packages for uClibc do not provide the necessary
28 components for using uClibc as the primary library on a system,
29 as might be done for an embedded system.
4d5c35c0 30
0641a78f 31Package: uclibc-toolchain
4d5c35c0 32Section: devel
e4e0b255 33Architecture: arm i386 m68k mips mipsel powerpc sh sparc
3f9dec7f 34Depends: gcc|c-compiler, binutils, ${shlibs:Depends}
26f348f4 35Recommends: libuclibc-dev
0641a78f
DS
36Conflicts: uclibc-gcc
37Replaces: uclibc-gcc
4d5c35c0 38Description: A compiler wrapper for uClibc
26f348f4
DS
39 This package includes utilities that function as a toolchain for
40 compiling with uClibc instead of the native libc. The utilities
41 have names such as powerpc-uclibc-gcc (depending on the architecture),
42 and should behave identically to the base utilities, except that
43 they use headers and libraries provided in the libuclibc-dev
44 package. Most utilities are symbolic links to the correct underlying
45 utility, although gcc and ld are implemented as wrapper binaries that
46 call gcc and ld with the necessary arguments and command line options.
4d5c35c0 47
This page took 0.054172 seconds and 4 git commands to generate.