diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 15:23:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 15:23:49 +0100 |
commit | 00f8d49a3c34b7a050edf352f03a29558525c205 (patch) | |
tree | 2c02b2368e2a0fa6c507f934db94c3d6d2e18d3b /debian/patches | |
parent | ae565e1da04b8e01d4cef1a09eca96af23cecb5c (diff) | |
download | nx-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')
-rw-r--r-- | debian/patches/2003_nxdialog-use-python3.patch | 11 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 12 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. diff --git a/debian/patches/series b/debian/patches/series index 79df3658e..e1ec9c56d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 2001_nx-X11_install-location.debian.patch 2002_xserver-xext_set-securitypolicy-path.debian.patch +2003_nxdialog-use-python3.patch |