summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2022-02-17 22:55:51 +0100
committerTormod Volden <debian.tormod@gmail.com>2022-02-17 22:55:51 +0100
commitb9567d48882c5146d3127e8cabbf9593c6bfcd00 (patch)
treeff09d4b73a2cd91c209121117265e368b9e6308d
parent20de3b6c94a307a64ab194506925fdf10fdf6c32 (diff)
Use python3 for dfuse-pack.pyHEADarchive/debian/0.11-1master
Upstream has /usr/bin/python in the shebang since most non-Debian systems uses Python 3 as "python". Although the script will work with either Python 2 or 3, the shebang must match our dependency in debian/control. Gbp-Pq: Name 10-dfuse-pack-use-python3.patch
-rwxr-xr-xdfuse-pack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfuse-pack.py b/dfuse-pack.py
index c0a5f0a..64e716f 100755
--- a/dfuse-pack.py
+++ b/dfuse-pack.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# Written by Antonio Galea - 2010/11/18
# Distributed under Gnu LGPL 3.0