aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/2003_nxdialog-use-python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/2003_nxdialog-use-python3.patch')
-rw-r--r--debian/patches/2003_nxdialog-use-python3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/2003_nxdialog-use-python3.patch b/debian/patches/2003_nxdialog-use-python3.patch
new file mode 100644
index 000000000..08c299535
--- /dev/null
+++ b/debian/patches/2003_nxdialog-use-python3.patch
@@ -0,0 +1,11 @@
+Description: Enforce usage of Python3
+Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+
+--- a/nxdialog/bin/nxdialog
++++ b/nxdialog/bin/nxdialog
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ #
+ # ^^^ This is working with python2 and python3 so we choose a shebang
+ # that will find either version.