summaryrefslogtreecommitdiff
path: root/debian/control.in
blob: ebfe58cd9f1f4a31fc2155ab2cc1f0f9936d0696 (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
Source: uclibc
Section: devel
Priority: optional
Maintainer: David Schleef <ds@schleef.org>
Build-Depends: debhelper, kernel-headers-2.4
Standards-Version: 3.5.2

Package: libuclibc-dev_TARGET_
Section: devel
Architecture: _ARCHS_
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: libuclibc0_TARGET_
Section: libs
Architecture: _ARCHS_
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_TARGET_-toolchain
Section: devel
Architecture: _ARCHS_
Depends: gcc|c-compiler, binutils, ${shlibs:Depends}
Conflicts: uclibc_TARGET_-gcc
Replaces: uclibc_TARGET_-gcc
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.