Source: dctrl2xml Section: utils Priority: optional Maintainer: Stephen Gelman Build-Depends: debhelper-compat (= 13), dh-python, python3 Build-Depends-Indep: docbook2x, docbook-xml Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/ssgelm/dctrl2xml.git Vcs-Browser: https://salsa.debian.org/ssgelm/dctrl2xml Rules-Requires-Root: no Package: dctrl2xml Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-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.