Codebase list ibus-array / 14104c8
debian/patches: Add patch to use correct shebang Boyuan Yang 3 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Boyuan Yang <byang@debian.org>
1 Date: Sat, 26 Dec 2020 13:04:57 -0500
2 Subject: setup/main.py: Hardcode shebang to /usr/bin/python3
3
4 This avoids lintian warning.
5
6 Forwarded: not-needed
7 ---
8 setup/main.py | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/setup/main.py b/setup/main.py
12 index e695ca1..a418087 100644
13 --- a/setup/main.py
14 +++ b/setup/main.py
15 @@ -1,4 +1,4 @@
16 -#!/usr/bin/env python
17 +#!/usr/bin/python3
18 # -*- coding: utf-8 -*-
19 #
20 # ibus-array - The Array 30 Engine for IBus
0 0001-setup-main.py-Hardcode-shebang-to-usr-bin-python3.patch