summaryrefslogtreecommitdiff
path: root/debian/control
blob: ae87101616ee4b123c84b594143afecc0e32dd5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.