File: control

package info (click to toggle)
docbook-to-man 1%3A2.0.0-45
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,644 kB
  • sloc: ansic: 5,838; makefile: 155; sh: 28
file content (30 lines) | stat: -rw-r--r-- 962 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
Source: docbook-to-man
Section: text
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/lamby/pkg-docbook-to-man.git
Vcs-Browser: https://salsa.debian.org/lamby/pkg-docbook-to-man
Homepage: https://www.oasis-open.org/docbook/tools/dtm/
Rules-Requires-Root: no

Package: docbook-to-man
Architecture: any
Depends:
 docbook,
 opensp,
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: foreign
Description: converter from DocBook SGML into roff man macros
 docbook-to-man is a batch converter that transforms UNIX-style manpages from
 the DocBook SGML format into nroff/troff man macros.
 .
 This is not the original version by Fred Dalrymple, but one with the
 modifications by David Bolen.
 .
 docbook-to-man lacks support for internationalization and utf-8. Other
 tools like docbook2man or docbook-xml with xsltproc are better suited for
 new projects.