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: dctrl2xml
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10), dh-python, python
Build-Depends-Indep: docbook2x, docbook-xml
Standards-Version: 4.0.0
Vcs-Git: git://git.debian.org/git/users/fst/dctrl2xml.git
Vcs-Browser: http://git.debian.org/?p=users/fst/dctrl2xml.git
Package: dctrl2xml
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-debian
Description: Debian control data to XML converter
This package contains the dctrl2xml tool that converts Debian control
data into an XML representation. It can be used to convert data which
is normally found in debian/control, .changes, .dsc, Packages,
Sources, and similar files to XML.
.
For most fields dctrl2xml just uses the field name as element name and
the field data as element content. For other fields, such as package
interrelationship fields (Depends, Build-Depends, etc.) or the Files
field in .changes or Sources files, dctrl2xml additionally parses their
field data to represent it in a more fine-structured form.
|