From b9567d48882c5146d3127e8cabbf9593c6bfcd00 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Thu, 17 Feb 2022 22:55:51 +0100 Subject: Use python3 for dfuse-pack.py 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 --- dfuse-pack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3