1
0
Fork 0

Adding debian version 0.1.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-30 19:00:59 +02:00
parent 638d6148c0
commit 2e992d03e1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 104 additions and 0 deletions

26
debian/control vendored Normal file
View file

@ -0,0 +1,26 @@
Source: sortxml
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-dateutil,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Kopachris/sortxml
Vcs-Browser: https://forgejo.debian.net/python/sortxml
Vcs-Git: https://forgejo.debian.net/python/sortxml
Package: python3-sortxml
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: simple XML element sorter
sortxml is a simple XML element sorter. It can be used as a Python module
(sortxml.sort_xml) or by running standalone from the command-line.