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
|
Source: libc
Section: libs
Priority: required
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
debhelper ( >= 8 ),
bison,
Standards-Version: 3.9.2
Homepage: http://illumos.org/
Package: libc1-dev
Architecture: illumos-amd64
Priority: optional
Section: libdevel
# Some stupid packages require libc6-dev (not libc6-dev | libc-dev)
Provides: libc-dev, libc6-dev, libelf-dev, libm2-dev
Depends: ${shlibs:Depends}, ${misc:Depends},
libiconv2-dev, unix-libc-dev,
libc1 (= ${binary:Version})
Description: Illumos C Library: development files
Contains the symlinks, headers, and object files needed to compile and link
programs which use the standard C library.
.
It is *NOT* GNU libc.
Package: libc1-dev-illumos-i386
Provides: libc-dev-illumos-i386, libc6-dev-illumos-i386
Priority: optional
Section: libdevel
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, libc1-dev (= ${binary:Version})
Description: Illumos C Library: development files
Contains the symlinks, headers, and object files needed to compile and link
programs which use the standard C library.
.
This is the 32bit version of the library, meant for AMD64 systems.
.
It is *NOT* GNU libc.
Package: libc1
Essential: yes
Priority: required
Section: libs
Architecture: illumos-amd64
Provides: libthread1, libpthread1, libsocket1, libnsl1, libm2, libm1, libelf1, libcrypt1, libgen1, libcrypt-modules
Replaces: libelf1, libgen1, libcrypt-modules
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Illumos 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.
.
It is *NOT* GNU libc.
Package: libc1-illumos-i386
Priority: required
Section: libs
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libelf1, libgen1, libcrypt-modules
Description: Illumos C Library: Shared libraries (i386)
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.
.
It is *NOT* GNU libc.
Package: libc-bin
Section: libs
Priority: required
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utility programs related to the C Library
Package: locales
Architecture: all
Section: localization
Priority: standard
Depends: ${locale:Depends}, ${misc:Depends}, debconf | debconf-2.0
Description: C Library: National Language (locale) data [support]
Machine-readable data files, shared objects and programs used by the
C library for localization (l10n) and internationalization (i18n) support.
.
This package contains tools to generate locale definitions from source files
(included in this package). It allows you to customize which definitions
actually get generated. This is a space-saver over how this package used
to be, with all locales generated by default.
|