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
|
Source: manpages-ja
Section: doc
Priority: optional
Maintainer: YOSHINO Yoshihito <yy.y.ja.jp@gmail.com>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://linuxjm.osdn.jp/
Vcs-Git: https://salsa.debian.org/debian/manpages-ja.git
Vcs-Browser: https://salsa.debian.org/debian/manpages-ja
Package: manpages-ja
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: man-browser
Description: Japanese version of the manual pages (for users)
This package contains the Linux manual pages translated into
Japanese.
.
For more information, see JM project's web page:
.
https://linuxjm.osdn.jp/
Package: manpages-ja-dev
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: man-browser, manpages-ja
Description: Japanese version of the manual pages (for developers)
This package contains the Linux manual pages translated into
Japanese. Following sections are provided:
* 2 = Linux system calls.
* 3 = Libc calls (note that a more comprehensive source of
information may be found in the libc6-doc package).
.
For more information, see JM project's web page:
.
https://linuxjm.osdn.jp/
|