summarylogtreecommitdiffstats
path: root/syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa-python2.patch
blob: f1570e704822a6b31e8a68f0304b82945a7548d8 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/build/source2html.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/build/source2html.py
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/build/source2html.py	2014-04-25 16:55:47.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/build/source2html.py	2016-10-03 16:45:11.170737592 +0900
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 
 """
 Converts source code (first parameter, can be - for stdin) to HTML
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/Makefile.in syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/Makefile.in
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/Makefile.in	2016-09-26 20:20:42.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/Makefile.in	2016-10-03 16:45:12.627421123 +0900
@@ -12031,7 +12031,7 @@
 	  fi; \
 	done
 src/ClientTest.cpp.html: build/source2html.py test/ClientTest.cpp
-	$(AM_V_GEN)python $+ >$@
+	$(AM_V_GEN)python2 $+ >$@
 
 # copy base test files
 $(filter-out %.tem, $(filter src/testcases/%, $(subst $(top_srcdir)/test/,src/,$(CLIENT_LIB_TEST_FILES)))) : src/% : $(top_srcdir)/test/%
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/search.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/search.py
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/search.py	2014-10-31 01:54:09.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/search.py	2016-10-03 16:45:09.797388364 +0900
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python2 -u
 # -*- coding: utf-8 -*-
 # vim: set fileencoding=utf-8 :#
 #
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/sync.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/sync.py
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/sync.py	2014-10-31 01:54:09.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/sync.py	2016-10-03 16:45:08.950711900 +0900
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python2 -u
 # -*- coding: utf-8 -*-
 # vim: set fileencoding=utf-8 :#
 #
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/testpim.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/testpim.py
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/testpim.py	2014-10-31 01:54:09.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/testpim.py	2016-10-03 16:45:07.450694546 +0900
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python2 -u
 # -*- coding: utf-8 -*-
 # vim: set fileencoding=utf-8 :#
 #
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/log2html.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/log2html.py
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/log2html.py	2014-04-25 16:55:47.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/log2html.py	2016-10-03 16:45:03.740651639 +0900
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 
 """
 Converts the .log output for a client-test test into HTML, with
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-http-server.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-http-server.py
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-http-server.py	2016-09-26 20:20:05.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-http-server.py	2016-10-03 16:45:02.883975069 +0900
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python2
 
 '''Usage: syncevo-http-server.py <URL>
 Runs a SyncML HTTP server under the given base URL.'''
diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-phone-config.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-phone-config.py
--- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-phone-config.py	2014-04-25 16:55:48.000000000 +0900
+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-phone-config.py	2016-10-03 16:45:02.223967440 +0900
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 #
 # Copyright (C) 2010 Intel Corporation
 #