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
|
Source: xml-core
Section: text
Priority: optional
Maintainer: Debian XML-SGML group <debian-sgml@lists.debian.org>
Uploaders: Joseph Herlant <aerostitch@debian.org>
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl
Standards-Version: 4.3.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/xml-sgml-team/xml-core.git
Vcs-Browser: https://salsa.debian.org/xml-sgml-team/xml-core
Package: xml-core
Architecture: all
Multi-Arch: foreign
Depends: sed (>= 4.1.2-8),
sgml-base (>= 1.17),
${misc:Depends},
${perl:Depends}
Suggests: debhelper (>= 9.20120909)
Description: XML infrastructure and XML catalog file support
This package creates the XML infrastructure directories and provides
XML catalog file support in compliance with the current Debian XML
Policy draft:
.
* infrastructure directories:
- /etc/xml
- /usr/share/xml/{declaration,entities,misc,schema}
- /usr/local/share/xml/{declaration,entities,misc,schema}
.
* XML catalog schema: OASIS XML Catalog Committee Specification 1.0
.
* update-xmlcatalog(8): tool for maintaining the root XML catalog
file and the package XML catalog files in the '/etc/xml' directory
as well as local XML catalog files.
.
* dh_installxmlcatalogs(1): debhelper tool for installing local XML
catalog files and registering XML entities in package XML catalog
files and the root XML catalog file (requires debhelper package)
|