aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-04-06 16:31:36 +0200
committerGuido Günther <agx@sigxcpu.org>2020-04-06 17:16:54 +0200
commitbc5f093237a766adc1ae02d8607f9992a33c3086 (patch)
tree70c823028e3df6eb5e82066147ee14e2865527ce
parentaa8a8d32b958039196a6b50f8c90fffe5098f669 (diff)
Also use python3 when not running via wrapper
-rw-r--r--debian/patches/Also-use-python3-when-not-running-via-wrapper.patch18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
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?= <agx@sigxcpu.org>
+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 <agx@sigxcpu.org>
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