File: control

package info (click to toggle)
po4a 0.73-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 20,528 kB
  • sloc: perl: 15,038; sh: 405; xml: 293; makefile: 5
file content (80 lines) | stat: -rw-r--r-- 3,001 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
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,
		     libxml2-utils,
		     docbook-xsl,
                     xsltproc
# libxml2-utils brings xmlcatalog
# docbook-xsl gives /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl which is used to install the manpages written in XML DocBook
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.
   - Docbook: DocBook XML.
   - guide: Gentoo Linux's XML documentation format.
   - halibut: Simon Tatham's documentation production system.
   - INI: the INI format
   - KernelHelp: Help messages of each kernel compilation option.
   - LaTeX: generic TeX or LaTeX format.
   - Man: Good old manual page format (either roff or mdoc).
   - markdown: MD documents (using the txt module).
   - Man: either roff or mdoc format.
   - POD: Perl documentation format.
   - RubyDoc: RubyDoc (RD) format.
   - SGML: either DebianDoc or DocBook DTD.
   - Texinfo: the info page format (experimental).
   - tex: generic TeX documents (see also latex).
   - text: simple text document.
   - wml: WML documents.
   - xhtml: XHTML documents.
   - XML: very configurable (preconfigured for DocBook, XHTML, Guide, WML).
   - Yaml: Yaml documents.