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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
|
Source: glibc
Section: libs
Priority: required
Build-Depends: gettext, gcc (>= 2.95.2-6) [alpha], make (>= 3.78-4), dpkg-dev (>= 1.4.1.5),
debianutils (>= 1.13.1), tar (>= 1.13.11), bzip2, texinfo (>= 4.0),
kernel-headers-2.2.18 [!hurd-i386 !m68k !sparc], kernel-headers-2.2.10 [m68k],
mig [hurd-i386], hurd-dev [hurd-i386], gnumach-dev [hurd-i386],
kernel-headers-2.2.18pre21-sparc [sparc]
Build-Depends-Indep: perl5
Maintainer: Ben Collins <bcollins@debian.org>
Standards-Version: 3.1.1
Package: glibc-doc
Architecture: all
Section: doc
Priority: optional
Conflicts: libc-doc, libc6-doc, glibcdoc
Replaces: libc-doc, libc6-doc, glibcdoc
Provides: libc-doc
Description: GNU C Library: Documentation
Contains The GNU C Library Reference manual in info format
as well as man pages for libpthread functions and libdb functions.
Also included is the complete GNU C Library ChangeLog.
Package: locales
Architecture: any
Section: admin
Priority: standard
Depends: libc6 (= ${Source-Version})
Conflicts: localebin, wg15-locale
Replaces: localebin, wg15-locale, libc6-bin
Description: GNU C Library: National Language (locale) data [binary]
Machine-readable data files, shared objects and programs used by the
C library for localization (l10n) and internationalization (i18n) support.
Package: i18ndata
Architecture: all
Section: admin
Priority: extra
Conflicts: localebin, wg15-locale
Replaces: localebin, wg15-locale, locales (<< 2.1.2-11)
Description: GNU C Library: National Language (locale) data [source]
Machine-readable data files used by the C library
for localization and internationalization support.
.
This package contains uncompiled source data for locales. Pre-compiled
locale definitions are in the `locales' package.
Package: nscd
Architecture: alpha arm i386 m68k mips mipsel powerpc sparc
Section: admin
Priority: optional
Depends: libc6 (>= 2.1.2)
Replaces: libc6 (<< 2.1-4)
Description: GNU C Library: Name Service Cache Daemon
A daemon which handles passwd and group lookups
for running programs and caches the results for the next
query. You should install this package only if you use
slow Services like LDAP, NIS or NIS+
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.
Package: libc6.1
Architecture: alpha
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.1-dev
Architecture: alpha
Section: devel
Priority: standard
Depends: libc6.1 (= ${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.1-dbg
Architecture: alpha
Section: devel
Priority: extra
Depends: libc6.1 (= ${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.1-prof
Architecture: alpha
Section: devel
Priority: extra
Depends: libc6.1 (= ${Source-Version})
Description: GNU C Library: Profiling Libraries.
Static libraries compiled with profiling info (-pg) suitable for use
with gprof.
Package: libc6.1-pic
Architecture: alpha
Section: devel
Priority: extra
Conflicts: libc-pic
Provides: libc-pic, glibc-pic
Depends: libc6.1 (= ${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.
Package: libc0.2
Architecture: hurd-i386
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: libc0.2-dev
Architecture: hurd-i386
Section: devel
Priority: standard
Depends: libc0.2 (= ${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: libc0.2-dbg
Architecture: hurd-i386
Section: devel
Priority: extra
Depends: libc0.2 (= ${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: libc0.2-prof
Architecture: hurd-i386
Section: devel
Priority: extra
Depends: libc0.2 (= ${Source-Version})
Description: GNU C Library: Profiling Libraries.
Static libraries compiled with profiling info (-pg) suitable for use
with gprof.
Package: libc0.2-pic
Architecture: hurd-i386
Section: devel
Priority: extra
Conflicts: libc-pic
Provides: libc-pic, glibc-pic
Depends: libc0.2 (= ${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.
|