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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Package: @libc@
Architecture: @archs@
Section: libs
Priority: required
Provides: ${locale-compat:Depends}
Suggests: debconf | debconf-2.0
Description: GNU C Library: Shared libraries
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: @libc@-dev
Architecture: @archs@
Section: libdevel
Priority: optional
Depends: @libc@ (= ${binary:Version})
Recommends: gcc | c-compiler
Description: GNU C Library: Development Libraries and Header Files
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: @libc@-dbg
Architecture: @archs@
Section: libdevel
Priority: extra
Provides: libc-dbg
Depends: @libc@ (= ${binary:Version})
Description: GNU C Library: Libraries with debugging symbols
Contains unstripped shared libraries.
This package is provided primarily to provide a backtrace with
names in a debugger, which makes it somewhat easier to interpret core
dumps. The libraries are installed in /usr/lib/debug and can be
used by placing that directory in LD_LIBRARY_PATH.
Most people will not need this package.
Package: @libc@-prof
Architecture: @archs@
Section: libdevel
Priority: extra
Depends: @libc@ (= ${binary:Version})
Description: GNU C Library: Profiling Libraries
Static libraries compiled with profiling info (-pg) suitable for use
with gprof.
Package: @libc@-pic
Architecture: @archs@
Section: libdevel
Priority: optional
Conflicts: libc-pic
Provides: libc-pic, glibc-pic
Depends: @libc@ (= ${binary:Version})
Description: GNU C Library: PIC archive library
Contains an archive library (ar file) composed of individual shared objects.
This is used for creating a library which is a smaller subset of the
standard libc shared library. The reduced library is used on the Debian
boot floppies. If you are not making your own set of Debian boot floppies
using the `boot-floppies' package, you probably don't need this package.
Package: @libc@-udeb
XC-Package-Type: udeb
Architecture: @archs@
Section: debian-installer
Priority: extra
Provides: @libc@, libc-udeb, ${locale-compat:Depends}
Description: GNU C Library: Shared libraries - udeb
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
.
This package contains a minimal set of libraries needed for the Debian
installer. Do not install it on a normal system.
|