File: control

package info (click to toggle)
docbook-to-man 1%3A2.0.0-42
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,644 kB
  • sloc: ansic: 5,838; makefile: 155; sh: 28
file content (24 lines) | stat: -rw-r--r-- 926 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
Source: docbook-to-man
Section: text
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.4
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/

Package: docbook-to-man
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, docbook, opensp
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.