add debian package control files for uClibc
[emdebian-crush-toolchain.git] / uClibc-0.9.30.1-debian / control
blob3039a24a406b8f14e86ee65d95a557cff360399f
1 Source: uclibc
2 Priority: extra
3 Maintainer: Simon Richter <sjr@debian.org>
4 Build-Depends: debhelper (>= 5), linux-source-2.6.28.8, sharutils
5 Standards-Version: 3.8.0
6 Section: libs
8 Package: uclibc-source
9 Architecture: all
10 Priority: optional
11 Description: Small C library implementation - source
12  uClibc is an implementation of the standard C library that is much smaller
13  than glibc, which makes it useful for embedded systems. This package provides
14  only the run-time libraries.
15  .
16  This package provides the source of uClibc.
18 Package: libuclibc-initial
19 Section: libdevel
20 Architecture: any
21 Depends: uclibc0.9.30 (= ${binary:Version})
22 Conflicts: libuclibc-dev
23 Description: Small C library implementation - development files for stageing
24  uClibc is an implementation of the standard C library that is much smaller
25  than glibc, which makes it useful for embedded systems. This package provides
26  only the run-time libraries.
27  .
28  This package provides the necessary headers and static libraries for compiling
29  an initial gcc.
31 Package: libuclibc-dev
32 Section: libdevel
33 Architecture: any
34 Depends: uclibc0.9.30 (= ${binary:Version})
35 Conflicts: libuclibc-initial
36 Description: Small C library implementation - development files
37  uClibc is an implementation of the standard C library that is much smaller
38  than glibc, which makes it useful for embedded systems. This package provides
39  only the run-time libraries.
40  .
41  This package provides the necessary headers and static libraries for compiling
42  and linking programs against uClibc.
44 Package: libuclibc-pic
45 Section: libdevel
46 Architecture: any
47 Description: Small C library implementation - PIC static library
48  uClibc is an implementation of the standard C library that is much smaller
49  than glibc, which makes it useful for embedded systems. This package provides
50  only the run-time libraries.
51  .
52  This package provides a static archive of the individual functions, but
53  compiled appropriately for shared libraries. This allows building a reduced
54  variant of the shared library that is smaller, but only guaranteed to work
55  with a fixed set of applications.
57 Package: uclibc0.9.30
58 Section: libs
59 Architecture: any
60 Description: Small C library implementation - C library
61  uClibc is an implementation of the standard C library that is much smaller
62  than glibc, which makes it useful for embedded systems. This package provides
63  only the run-time libraries.
64  .
65  This package provides the run-time binaries.