summaryrefslogtreecommitdiff
path: root/debian/patches/0130-python3.patch
blob: 9c13592074f23238dcf0b89368ed084a7ee5b91c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Description: Use shebang python3 
Author: Jörg Fring-Fürst <debian@jff.email>
Forwarded: not-needed
Last-Update: 2019-08-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/script/scons
===================================================================
--- trunk.orig/script/scons
+++ trunk/script/scons
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # SCons - a Software Constructor
 #
Index: trunk/script/scons-configure-cache
===================================================================
--- trunk.orig/script/scons-configure-cache
+++ trunk/script/scons-configure-cache
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # SCons - a Software Constructor
 #
Index: trunk/script/scons-time
===================================================================
--- trunk.orig/script/scons-time
+++ trunk/script/scons-time
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # scons-time - run SCons timings and collect statistics
 #
Index: trunk/script/sconsign
===================================================================
--- trunk.orig/script/sconsign
+++ trunk/script/sconsign
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # SCons - a Software Constructor
 #