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

View file

@ -0,0 +1,12 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Correcting python interpreter.
diff -Naurp sortxml.orig/sortxml.py sortxml/sortxml.py
--- sortxml.orig/sortxml.py
+++ sortxml/sortxml.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python310
+#!/usr/bin/python3
"""Simple XML element sorter.

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
debian/0001-python-shebang.patch