Adding debian version 0.1.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
638d6148c0
commit
2e992d03e1
11 changed files with 104 additions and 0 deletions
12
debian/patches/debian/0001-python-shebang.patch
vendored
Normal file
12
debian/patches/debian/0001-python-shebang.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
debian/0001-python-shebang.patch
|
Loading…
Add table
Add a link
Reference in a new issue