~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to debian/patches/pythonpath.diff

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-09-20 22:44:35 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130920224435-apuwj4fsl3fqv1a6
Tags: 1.5.6~20130920~6010666-1
* New snapshot release
* Update the list of supported architectures to the same as libv8
  (Closes: #723129)
* emlibtool has been removed from upstream.
* Fix warning syntax-error-in-dep5-copyright
* Refresh of the patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: emscripten/em++
2
2
===================================================================
3
 
--- emscripten.orig/em++        2013-05-02 18:41:15.000000000 +0200
4
 
+++ emscripten/em++     2013-05-02 18:42:58.000000000 +0200
 
3
--- emscripten.orig/em++        2013-09-20 22:47:29.013227565 +0200
 
4
+++ emscripten/em++     2013-09-20 22:47:29.001227565 +0200
5
5
@@ -1,4 +1,4 @@
6
6
-#!/usr/bin/env python2
7
7
+#!/usr/bin/python
10
10
 See emcc.py. This script forwards to there, noting that we want C++ and not C by default
11
11
Index: emscripten/em-config
12
12
===================================================================
13
 
--- emscripten.orig/em-config   2013-05-02 18:41:15.000000000 +0200
14
 
+++ emscripten/em-config        2013-05-02 18:42:58.000000000 +0200
 
13
--- emscripten.orig/em-config   2013-09-20 22:47:29.013227565 +0200
 
14
+++ emscripten/em-config        2013-09-20 22:47:29.001227565 +0200
15
15
@@ -1,4 +1,4 @@
16
16
-#!/usr/bin/env python2
17
17
+#!/usr/bin/python
20
20
 This is a helper tool which is designed to make it possible
21
21
Index: emscripten/emar
22
22
===================================================================
23
 
--- emscripten.orig/emar        2013-05-02 18:41:15.000000000 +0200
24
 
+++ emscripten/emar     2013-05-02 18:42:58.000000000 +0200
 
23
--- emscripten.orig/emar        2013-09-20 22:47:29.013227565 +0200
 
24
+++ emscripten/emar     2013-09-20 22:47:29.001227565 +0200
25
25
@@ -1,4 +1,4 @@
26
26
-#!/usr/bin/env python2
27
27
+#!/usr/bin/python
30
30
 emar - ar helper script
31
31
Index: emscripten/emcc
32
32
===================================================================
33
 
--- emscripten.orig/emcc        2013-05-02 18:41:15.000000000 +0200
34
 
+++ emscripten/emcc     2013-05-02 18:42:58.000000000 +0200
 
33
--- emscripten.orig/emcc        2013-09-20 22:47:29.013227565 +0200
 
34
+++ emscripten/emcc     2013-09-20 22:47:29.001227565 +0200
35
35
@@ -1,4 +1,4 @@
36
36
-#!/usr/bin/env python2
37
37
+#!/usr/bin/env python
40
40
 '''
41
41
Index: emscripten/emconfigure
42
42
===================================================================
43
 
--- emscripten.orig/emconfigure 2013-05-02 18:41:15.000000000 +0200
44
 
+++ emscripten/emconfigure      2013-05-02 18:42:58.000000000 +0200
 
43
--- emscripten.orig/emconfigure 2013-09-20 22:47:29.013227565 +0200
 
44
+++ emscripten/emconfigure      2013-09-20 22:47:29.001227565 +0200
45
45
@@ -1,4 +1,4 @@
46
46
-#!/usr/bin/env python2
47
47
+#!/usr/bin/python
48
48
 
49
49
 '''
50
50
 This is a helper script. It runs ./configure for you, setting
51
 
Index: emscripten/emlibtool
52
 
===================================================================
53
 
--- emscripten.orig/emlibtool   2013-05-02 18:41:15.000000000 +0200
54
 
+++ emscripten/emlibtool        2013-05-02 18:42:58.000000000 +0200
55
 
@@ -1,4 +1,4 @@
56
 
-#!/usr/bin/env python2
57
 
+#!/usr/bin/python
58
 
 
59
 
 '''
60
 
 This is a helper script. See emcc.
61
51
Index: emscripten/emmake
62
52
===================================================================
63
 
--- emscripten.orig/emmake      2013-05-02 18:41:15.000000000 +0200
64
 
+++ emscripten/emmake   2013-05-02 18:42:58.000000000 +0200
 
53
--- emscripten.orig/emmake      2013-09-20 22:47:29.013227565 +0200
 
54
+++ emscripten/emmake   2013-09-20 22:47:29.005227565 +0200
65
55
@@ -1,4 +1,4 @@
66
56
-#!/usr/bin/env python2
67
57
+#!/usr/bin/python
70
60
 This is a helper script. It runs make for you, setting
71
61
Index: emscripten/emranlib
72
62
===================================================================
73
 
--- emscripten.orig/emranlib    2013-05-02 18:41:15.000000000 +0200
74
 
+++ emscripten/emranlib 2013-05-02 18:42:58.000000000 +0200
 
63
--- emscripten.orig/emranlib    2013-09-20 22:47:29.013227565 +0200
 
64
+++ emscripten/emranlib 2013-09-20 22:47:29.005227565 +0200
75
65
@@ -1,4 +1,4 @@
76
66
-#!/usr/bin/env python2
77
67
+#!/usr/bin/python
80
70
 emcc - ranlib helper script
81
71
Index: emscripten/emscripten.py
82
72
===================================================================
83
 
--- emscripten.orig/emscripten.py       2013-05-02 18:41:15.000000000 +0200
84
 
+++ emscripten/emscripten.py    2013-05-02 18:42:58.000000000 +0200
 
73
--- emscripten.orig/emscripten.py       2013-09-20 22:47:29.013227565 +0200
 
74
+++ emscripten/emscripten.py    2013-09-20 22:47:29.005227565 +0200
85
75
@@ -1,4 +1,4 @@
86
76
-#!/usr/bin/env python2
87
77
+#!/usr/bin/python
90
80
 You should normally never use this! Use emcc instead.
91
81
Index: emscripten/tools/emconfiguren.py
92
82
===================================================================
93
 
--- emscripten.orig/tools/emconfiguren.py       2013-05-02 18:41:16.000000000 +0200
94
 
+++ emscripten/tools/emconfiguren.py    2013-05-02 18:42:58.000000000 +0200
 
83
--- emscripten.orig/tools/emconfiguren.py       2013-09-20 22:47:29.013227565 +0200
 
84
+++ emscripten/tools/emconfiguren.py    2013-09-20 22:47:29.005227565 +0200
95
85
@@ -1,4 +1,4 @@
96
86
-#!/usr/bin/env python2
97
87
+#!/usr/bin/python
100
90
 print >> sys.stderr, '\n\nemconfiguren.py is deprecated! use "emconfigure"\n\n'
101
91
Index: emscripten/tools/emmaken.py
102
92
===================================================================
103
 
--- emscripten.orig/tools/emmaken.py    2013-05-02 18:41:16.000000000 +0200
104
 
+++ emscripten/tools/emmaken.py 2013-05-02 18:42:58.000000000 +0200
 
93
--- emscripten.orig/tools/emmaken.py    2013-09-20 22:47:29.013227565 +0200
 
94
+++ emscripten/tools/emmaken.py 2013-09-20 22:47:29.005227565 +0200
105
95
@@ -1,4 +1,4 @@
106
96
-#!/usr/bin/env python2
107
97
+#!/usr/bin/python
110
100
 print >> sys.stderr, '\n\nemmaken.py is deprecated! use "emcc"\n\n'
111
101
Index: emscripten/tools/emmakenxx.py
112
102
===================================================================
113
 
--- emscripten.orig/tools/emmakenxx.py  2013-05-02 18:41:16.000000000 +0200
114
 
+++ emscripten/tools/emmakenxx.py       2013-05-02 18:42:58.000000000 +0200
 
103
--- emscripten.orig/tools/emmakenxx.py  2013-09-20 22:47:29.013227565 +0200
 
104
+++ emscripten/tools/emmakenxx.py       2013-09-20 22:47:29.005227565 +0200
115
105
@@ -1,4 +1,4 @@
116
106
-#!/usr/bin/env python2
117
107
+#!/usr/bin/python
120
110
 see emmaken.py
121
111
Index: emscripten/tools/exec_llvm.py
122
112
===================================================================
123
 
--- emscripten.orig/tools/exec_llvm.py  2013-05-02 18:41:16.000000000 +0200
124
 
+++ emscripten/tools/exec_llvm.py       2013-05-02 18:42:58.000000000 +0200
 
113
--- emscripten.orig/tools/exec_llvm.py  2013-09-20 22:47:29.013227565 +0200
 
114
+++ emscripten/tools/exec_llvm.py       2013-09-20 22:47:29.005227565 +0200
125
115
@@ -1,4 +1,4 @@
126
116
-#!/usr/bin/python2
127
117
+#!/usr/bin/python
130
120
 Small utility to execute some llvm bitcode.
131
121
Index: emscripten/tools/fix_closure.py
132
122
===================================================================
133
 
--- emscripten.orig/tools/fix_closure.py        2013-05-02 18:41:16.000000000 +0200
134
 
+++ emscripten/tools/fix_closure.py     2013-05-02 18:42:58.000000000 +0200
 
123
--- emscripten.orig/tools/fix_closure.py        2013-09-20 22:47:29.013227565 +0200
 
124
+++ emscripten/tools/fix_closure.py     2013-09-20 22:47:29.005227565 +0200
135
125
@@ -1,4 +1,4 @@
136
126
-#!/usr/bin/env python2
137
127
+#!/usr/bin/python
140
130
 With very very large projects, closure compiler can translate FUNCTION_TABLE into something like
141
131
Index: emscripten/tools/ll-strip.py
142
132
===================================================================
143
 
--- emscripten.orig/tools/ll-strip.py   2013-05-02 18:41:16.000000000 +0200
144
 
+++ emscripten/tools/ll-strip.py        2013-05-02 18:42:58.000000000 +0200
 
133
--- emscripten.orig/tools/ll-strip.py   2013-09-20 22:47:29.013227565 +0200
 
134
+++ emscripten/tools/ll-strip.py        2013-09-20 22:47:29.005227565 +0200
145
135
@@ -1,4 +1,4 @@
146
136
-#!/usr/bin/python2
147
137
+#!/usr/bin/python
150
140
 
151
141
Index: emscripten/tools/nativize_llvm.py
152
142
===================================================================
153
 
--- emscripten.orig/tools/nativize_llvm.py      2013-05-02 18:41:16.000000000 +0200
154
 
+++ emscripten/tools/nativize_llvm.py   2013-05-02 18:42:58.000000000 +0200
 
143
--- emscripten.orig/tools/nativize_llvm.py      2013-09-20 22:47:29.013227565 +0200
 
144
+++ emscripten/tools/nativize_llvm.py   2013-09-20 22:47:29.005227565 +0200
155
145
@@ -1,4 +1,4 @@
156
146
-#!/usr/bin/env python2
157
147
+#!/usr/bin/python
160
150
 Small utility to build some llvm bitcode into native code. Useful when lli (called
161
151
Index: emscripten/tools/reproduceriter.py
162
152
===================================================================
163
 
--- emscripten.orig/tools/reproduceriter.py     2013-05-02 18:41:16.000000000 +0200
164
 
+++ emscripten/tools/reproduceriter.py  2013-05-02 18:42:58.000000000 +0200
 
153
--- emscripten.orig/tools/reproduceriter.py     2013-09-20 22:47:29.013227565 +0200
 
154
+++ emscripten/tools/reproduceriter.py  2013-09-20 22:47:29.005227565 +0200
165
155
@@ -1,4 +1,4 @@
166
156
-#!/usr/bin/env python2
167
157
+#!/usr/bin/python
168
158
 
169
159
 '''
170
160
 Reproducer Rewriter
 
161
Index: emscripten/emlink.py
 
162
===================================================================
 
163
--- emscripten.orig/emlink.py   2013-09-20 22:43:31.000000000 +0200
 
164
+++ emscripten/emlink.py        2013-09-20 22:48:14.689227295 +0200
 
165
@@ -1,4 +1,4 @@
 
166
-#!/usr/bin/env python2
 
167
+#!/usr/bin/python
 
168
 
 
169
 '''
 
170
 Fast static linker for emscripten outputs. Specifically this links asm.js modules.
 
171
Index: emscripten/emscons
 
172
===================================================================
 
173
--- emscripten.orig/emscons     2013-09-20 22:43:31.000000000 +0200
 
174
+++ emscripten/emscons  2013-09-20 22:48:10.441227321 +0200
 
175
@@ -1,4 +1,4 @@
 
176
-#!/usr/bin/env python2
 
177
+#!/usr/bin/python
 
178
 
 
179
 '''
 
180
 Wrapping the scons invocation, EMSCRIPTEN_TOOL_PATH is set in the process