aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/2003_nxdialog-use-python3.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 15:23:49 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 15:23:49 +0100
commit00f8d49a3c34b7a050edf352f03a29558525c205 (patch)
tree2c02b2368e2a0fa6c507f934db94c3d6d2e18d3b /debian/patches/2003_nxdialog-use-python3.patch
parentae565e1da04b8e01d4cef1a09eca96af23cecb5c (diff)
downloadnx-libs-00f8d49a3c34b7a050edf352f03a29558525c205.tar.gz
nx-libs-00f8d49a3c34b7a050edf352f03a29558525c205.tar.bz2
nx-libs-00f8d49a3c34b7a050edf352f03a29558525c205.zip
debian/*: Debianize package inclusion of nxdialog (ships with nxagent bin:pkg for now).
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.