From bc5f093237a766adc1ae02d8607f9992a33c3086 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 6 Apr 2020 16:31:36 +0200 Subject: Also use python3 when not running via wrapper --- ...Also-use-python3-when-not-running-via-wrapper.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) create mode 100644 debian/patches/Also-use-python3-when-not-running-via-wrapper.patch create mode 100644 debian/patches/series diff --git a/debian/patches/Also-use-python3-when-not-running-via-wrapper.patch b/debian/patches/Also-use-python3-when-not-running-via-wrapper.patch new file mode 100644 index 0000000..deb2219 --- /dev/null +++ b/debian/patches/Also-use-python3-when-not-running-via-wrapper.patch @@ -0,0 +1,18 @@ +From: =?utf-8?q?Guido_G=C3=BCnther?= +Date: Mon, 6 Apr 2020 16:30:56 +0200 +Subject: Also use python3 when not running via wrapper + +--- + src/prepaid-manager-applet.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/prepaid-manager-applet.py b/src/prepaid-manager-applet.py +index 155b7d2..454d4a1 100755 +--- a/src/prepaid-manager-applet.py ++++ b/src/prepaid-manager-applet.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/python3 + # vim: set fileencoding=utf-8 : + # + # (C) 2010,2011 Guido Guenther diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..6b23f81 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +Also-use-python3-when-not-running-via-wrapper.patch -- cgit v1.2.3