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
|
Package: libc6
Architecture: arm i386 m68k mips mipsel powerpc sparc
Section: base
Priority: required
Description: GNU C Library: Shared libraries and Timezone data
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.
Timezone data is also included.
Package: libc6-dev
Architecture: arm i386 m68k mips mipsel powerpc sparc
Section: devel
Priority: standard
Depends: libc6 (= ${Source-Version})
Recommends: c-compiler
Suggests: @glibc@-doc
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: libc6-dbg
Architecture: arm i386 m68k mips mipsel powerpc sparc
Section: devel
Priority: extra
Depends: libc6 (= ${Source-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, this 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: libc6-prof
Architecture: arm i386 m68k mips mipsel powerpc sparc
Section: devel
Priority: extra
Depends: libc6 (= ${Source-Version})
Description: GNU C Library: Profiling Libraries.
Static libraries compiled with profiling info (-pg) suitable for use
with gprof.
Package: libc6-pic
Architecture: arm i386 m68k mips mipsel powerpc sparc
Section: devel
Priority: extra
Conflicts: libc-pic
Provides: libc-pic, glibc-pic
Depends: libc6 (= ${Source-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.
|