summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 025cb9c32a43d98b8e5c55ca1d94c4a25d079e42 (plain)
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
Source: po4a
Section: text
Priority: optional
Maintainer: Martin Quinson <mquinson@debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
           Denis Barbier <barbier@debian.org>,
           Dr. Tobias Quathamer <toddy@debian.org>
Standards-Version: 4.7.0
Build-Depends-Indep: docbook,
                     docbook-xml,
                     docbook-xsl,
                     gettext,
                     libpod-parser-perl,
                     libsgmls-perl,
                     libsyntax-keyword-try-perl,
                     libterm-readkey-perl,
                     libunicode-linebreak-perl,
                     libyaml-tiny-perl,
                     opensp,
                     perl,
                     texlive-binaries,
                     texlive-latex-base,
                     xsltproc
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl
Rules-Requires-Root: no
Homepage: https://po4a.org/
Vcs-Git: https://salsa.debian.org/debian/po4a.git
Vcs-Browser: https://salsa.debian.org/debian/po4a

Package: po4a
Architecture: all
Multi-Arch: foreign
Depends: gettext,
         libpod-parser-perl (>= 1.63),
         libsgmls-perl,
         libsyntax-keyword-try-perl,
         libyaml-tiny-perl,
         opensp,
         ${misc:Depends},
         ${perl:Depends}
Recommends: liblocale-gettext-perl,
            libterm-readkey-perl,
            libtext-wrapi18n-perl,
            libunicode-linebreak-perl
Description: tools to ease the translation of documentation
 po4a eases the translation of documentation and other textual document.
 Even more interestingly, it makes it easy to maintain these
 translations when the original document changes. This is done by
 using the gettext tools in this new domain.
 .
 This package contains the main libraries of po4a, and the necessary
 sub-modules to handle the following formats:
 .
   - Asciidoc: Asciidoc documentation format
   - Dia: uncompressed Dia diagrams.
   - INI: the INI format
   - KernelHelp: Help messages of each kernel compilation option.
   - LaTeX: generic TeX or LaTeX format.
   - Man: either roff or mdoc format.
   - POD: Perl documentation format.
   - SGML: either DebianDoc or DocBook DTD.
   - RubyDoc: Ruby documentation format.
   - Texinfo: the info page format.
   - XML: very configurable (preconfigured for DocBook, XHTML, Guide, WML).
   - Yaml: Yaml documents.