File: control

package info (click to toggle)
xml2rfc 3.23.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 14,624 kB
  • sloc: xml: 80,545; python: 14,738; javascript: 167; sh: 9; makefile: 9
file content (53 lines) | stat: -rw-r--r-- 1,357 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
Source: xml2rfc
Section: non-free/text
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 help2man,
 pybuild-plugin-pyproject,
 pyflakes3,
 python3,
 python3-platformdirs,
 python3-configargparse (>= 1.2.3),
 python3-dict2xml,
 python3-google-i18n-address (<< 3.0),
 python3-html5lib,
 python3-intervaltree,
 python3-jinja2 (>= 2.11),
 python3-lxml,
 python3-pycountry,
 python3-pypdf,
 python3-requests,
 python3-setuptools,
 python3-wcwidth (>= 0.2.5),
 python3-yaml,
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Uploaders:
 Scott Kitterman <scott@kitterman.com>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/pkg-xml2rfc.git
Vcs-Browser: https://salsa.debian.org/debian/pkg-xml2rfc
Homepage: https://xml2rfc.tools.ietf.org/
Rules-Requires-Root: no
XS-Autobuild: yes

Package: xml2rfc
Architecture: all
Depends:
 python3-lxml,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 fonts-noto,
 fonts-noto-cjk,
 fonts-roboto,
 python3-dict2xml,
 python3-pypdf, 
 weasyprint (>= 53),
Description: XML-based formatting tool for RFCs
 This package provides xml2rfc, a tool which creates text, HTML, PDF, and
 nroff output in the format required for Internet-Drafts and RFCs.  The
 text and nroff output is suitable for input to the RFC editor.
 .
 The DTD used by the XML documents is described in RFC 2629.