forked from openkylin/debiandoc-sgml
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
|
Source: debiandoc-sgml
|
||
|
Section: text
|
||
|
Priority: optional
|
||
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||
|
Build-Depends: debhelper-compat (= 13), sgml-base
|
||
|
Standards-Version: 4.1.5
|
||
|
Vcs-Git: https://gitee.com/openkylin/debiandoc-sgml.git
|
||
|
Vcs-browser: https://gitee.com/openkylin/debiandoc-sgml
|
||
|
|
||
|
Package: debiandoc-sgml
|
||
|
Architecture: all
|
||
|
Depends: libhtml-parser-perl,
|
||
|
libroman-perl,
|
||
|
libtext-format-perl,
|
||
|
opensp,
|
||
|
sgml-data,
|
||
|
sgmlspl,
|
||
|
${misc:Depends},
|
||
|
${perl:Depends}
|
||
|
Recommends: ghostscript, texinfo, texlive, texlive-latex-extra
|
||
|
Suggests: debiandoc-sgml-doc, latex-cjk-all, texlive-lang-all
|
||
|
Multi-Arch: foreign
|
||
|
Description: DebianDoc SGML DTD and formatting tools
|
||
|
This is an SGML-based documentation formatting package used for the
|
||
|
Debian manuals. It reads markup files and produces HTML, LaTeX, DVI
|
||
|
(via LaTeX), PostScript (via LaTeX/DVI), PDF (via LaTeX), Texinfo,
|
||
|
Info (via Texinfo), DebianDoc SGML, DocBook XML, plain text (with
|
||
|
overstrikes a la troff as well as without) files.
|
||
|
.
|
||
|
The LaTeX based output needs the texlive, texlive-latex-extra and
|
||
|
texlive-lang-all packages. In addition to this, Chinese and Japanese need
|
||
|
latex-cjk-all and corresponding font packages.
|
||
|
.
|
||
|
The Texinfo based output needs the texinfo package.
|