diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2014-04-03 10:56:22 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2014-04-03 10:56:22 +0400 |
| commit | c1669493fb2646959cae637999a58c702efe3643 (patch) | |
| tree | 103bb1b77d6ee22aeb07d7ee8fc00ff034809713 /libc | |
| parent | afebb15c47237c1963d622177dcfecbe61f37ecc (diff) | |
| download | illumos-packaging-c1669493fb2646959cae637999a58c702efe3643.tar.gz | |
New package libc-manpages with libc manpages
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/debian/changelog | 1 | ||||
| -rw-r--r-- | libc/debian/control | 10 | ||||
| -rw-r--r-- | libc/debian/libc-manpages.manpages | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/libc/debian/changelog b/libc/debian/changelog index 981d11f..3be8f7a 100644 --- a/libc/debian/changelog +++ b/libc/debian/changelog @@ -16,6 +16,7 @@ libc (4.3) UNRELEASED; urgency=medium * No build conflicts due to modern dh-illumos (>= 9.5.10) * Fixed macro guards in unistd.h for get/set -domainname (updated define-getdomainname.patch) + * New package libc-manpages with libc manpages -- Igor Pashev <pashev.igor@gmail.com> Sun, 02 Mar 2014 22:53:31 +0400 diff --git a/libc/debian/control b/libc/debian/control index 88305a0..65d52b9 100644 --- a/libc/debian/control +++ b/libc/debian/control @@ -85,7 +85,7 @@ Section: libdevel # Some stupid packages require libc6-dev (not libc6-dev | libc-dev) Provides: libc-dev, libc6-dev Conflicts: libsecdb1-dev -Recommends: gcc | c-compiler +Recommends: gcc | c-compiler, libc-manpages Depends: ${misc:Depends}, # Until we build libm from sources: libm2-dev, @@ -322,3 +322,11 @@ Priority: optional Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: RPC services library (32-bit) + +Package: libc-manpages +Priority: optional +Section: libs +Architecture: all +Depends: ${misc:Depends}, +Description: illumos C library: manpages (3C) + This package provides manpages for illumos libc functions. diff --git a/libc/debian/libc-manpages.manpages b/libc/debian/libc-manpages.manpages new file mode 100644 index 0000000..61f0cfc --- /dev/null +++ b/libc/debian/libc-manpages.manpages @@ -0,0 +1 @@ +usr/src/man/man3c/*.3c |
