File: control

package info (click to toggle)
manpages-posix 2013a-2
  • links: PTS
  • area: non-free
  • in suites: buster, stretch
  • size: 9,464 kB
  • ctags: 5
  • sloc: makefile: 45; sh: 34
file content (31 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
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
Source: manpages-posix
Section: non-free/doc
Priority: optional
Maintainer: Francesco Paolo Lovergine <frankie@debian.org>
Standards-Version: 3.9.7
Build-Depends: debhelper (>= 9)
Homepage: https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/

Package: manpages-posix
Architecture: all
Depends: ${misc:Depends}
Suggests: man-browser
Enhances: manpages
Recommends: manpages
Description: Manual pages about using POSIX system
 This package contains manual pages for POSIX utilities
 and keeps them in section 1 (with 1posix extension) of the 
 on-line manual.

Package: manpages-posix-dev
Architecture: all
Depends: ${misc:Depends}, manpages-posix
Suggests: man-browser
Enhances: manpages-dev
Recommends: manpages-dev
Pre-Depends: dpkg (>= 1.17.14), ${misc:Pre-Depends}
Description: Manual pages about using a POSIX system for development
 These man pages describe the POSIX programming interface, including
 these two sections:
    7 = POSIX header files (with 7posix extension)
    3 = POSIX library calls (with 3posix extension)