File: control

package info (click to toggle)
linuxdoc-tools 0.9.72-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,100 kB
  • ctags: 3,197
  • sloc: ansic: 16,299; perl: 3,295; sh: 995; makefile: 812; lex: 566; lisp: 309
file content (101 lines) | stat: -rw-r--r-- 3,525 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: linuxdoc-tools
Section: text
Priority: optional
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders: Agustin Martin Domingo <agmartin@debian.org>
Homepage: https://gitlab.com/agmartin/linuxdoc-tools
Vcs-Git: https://anonscm.debian.org/git/debian-xml-sgml/linuxdoc-tools.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=debian-xml-sgml/linuxdoc-tools.git;a=summary
Build-Depends: debhelper (>= 9),
	       dpkg-dev (>= 1.16.1.1),
	       perl,
	       flex,
	       libfl-dev,
	       gawk | mawk,
	       opensp,
	       texinfo,
	       groff (>= 1.15.3.1),
	       texlive-binaries,
	       texlive-latex-recommended,
	       texlive-fonts-recommended
Standards-Version: 3.9.8

Package: linuxdoc-tools
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 ${perl:Depends},
	 opensp,
	 sgml-data,
	 gawk | mawk
Suggests: texinfo,
	  info-browser,
	  groff,
	  texlive-latex-base,
	  texlive-base-bin,
	  texlive-latex-recommended,
	  linuxdoc-tools-text,
	  linuxdoc-tools-latex,
	  linuxdoc-tools-info
Provides: linuxdoc-sgml
Breaks: linuxdoc-sgml,
	sgml-tools (<= 1.0.9-90)
Replaces: linuxdoc-sgml, sgml-tools,
	  linuxdoc-tools-text (<< 0.9.20),
	  linuxdoc-tools-info (<< 0.9.20),
	  linuxdoc-tools-latex (<< 0.9.20)
Description: convert LinuxDoc SGML source into other formats
 LinuxDoc sgml is a highly configurable text format for writing
 documentation, something like html only it's simpler and can be
 converted to various other formats, including html for websites.
 You write a LinuxDoc document using any text editor such as vim.
 Then you use linuxdoc-tools to convert it to html, rtf, plain-text
 (install linuxdoc-tools-text), info (install linuxdoc-tools-info),
 LaTeX, dvi or postscript (install linuxdoc-tools-latex). The
 sgmltools-lite package can convert LinuxDoc to DocBook format.
 .
 LinuxDoc can automatically create a table of contents.  It's easier to
 write and read than DocBook since it allows one to omit most closing
 tags while paragraphs are separated by just blank lines.

Package: linuxdoc-tools-text
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
	 linuxdoc-tools,
	 groff
Breaks: linuxdoc-tools (<< 0.9.20)
Description: Text output facility of LinuxDoc-Tools
 LinuxDoc-Tools is a SGML converter for the LinuxDoc DTD only.
 This is a dependency package to provide the required dependencies
 for text conversion facility of LinuxDoc-Tools.
 See the description of linuxdoc-tools package for more detail.

Package: linuxdoc-tools-latex
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
	 linuxdoc-tools,
	 texlive-latex-base,
	 texlive-base-bin,
	 texlive-latex-recommended
Breaks: linuxdoc-tools (<< 0.9.20)
Description: LaTeX/PS/PDF output facility of LinuxDoc-Tools
 LinuxDoc-Tools is a SGML converter for the LinuxDoc DTD only.
 This is a dependency package to provide the required dependencies
 for LaTeX/PS/PDF conversion facility of LinuxDoc-Tools.
 See the description of linuxdoc-tools package for more detail.

Package: linuxdoc-tools-info
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
	 linuxdoc-tools,
	 texinfo
Breaks: linuxdoc-tools (<< 0.9.20)
Description: Info output facility of LinuxDoc-Tools
 LinuxDoc-Tools is a SGML converter for the LinuxDoc DTD only.
 This is a dependency package to provide the required dependencies
 for info conversion facility of LinuxDoc-Tools.
 See the description of linuxdoc-tools package for more detail.