From 00f8d49a3c34b7a050edf352f03a29558525c205 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 1 Mar 2019 15:23:49 +0100 Subject: debian/*: Debianize package inclusion of nxdialog (ships with nxagent bin:pkg for now). --- debian/patches/2003_nxdialog-use-python3.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/patches/2003_nxdialog-use-python3.patch (limited to 'debian/patches/2003_nxdialog-use-python3.patch') 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 + +--- 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. -- cgit v1.2.3