summaryrefslogtreecommitdiff
path: root/libc/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debian/control')
-rw-r--r--libc/debian/control76
1 files changed, 76 insertions, 0 deletions
diff --git a/libc/debian/control b/libc/debian/control
new file mode 100644
index 0000000..e55021e
--- /dev/null
+++ b/libc/debian/control
@@ -0,0 +1,76 @@
+Source: libc
+Maintainer: Igor Pashev <pashev.igor@gmail.com>
+Build-Depends:
+ debhelper ( >= 8 ),
+Standards-Version: 3.9.2
+Homepage: http://illumos.org/
+
+Package: libc1-dev
+Priority: optional
+Section: libdevel
+# Some stupid packages require libc6-dev (not libc6-dev | libc-dev)
+Provides: libc-dev, libc6-dev
+# link.h includes libelf.h, link.h should be a part of libc,
+# but I want to avoid Illumos' libelf:
+Recommends: libelf-dev
+Architecture: illumos-amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+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
+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: libc-bin
+Section: libs
+Priority: required
+Architecture: illumos-amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: utility programs related to the C Library
+
+Package: libc-compat
+Priority: extra
+Section: libs
+Architecture: illumos-amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: obsolete libc synonym symbols library
+ This package contains a compatibility library to provide access to
+ obsolete libc synonym symbols.
+ .
+ The synonyms compatibility library, c_synonyms.so.1, provides access
+ mechanism to support old applications and libraries that were mistakenly
+ built using now-obsolete synonym symbols from libc.
+ .
+ The synonyms compatibility library is intended neither to enable the
+ generation of applications that call the obsolete leading-underscore
+ synonym functions, nor to endorse this particular programming practice.
+