viewvc/viewvc-1.1.28-explicit-python2.patch
2020-05-06 22:55:01 +10:00

36 lines
1.5 KiB
Diff

diff -ruN viewvc-1.1.26-v/bin/wsgi/query.fcgi viewvc-1.1.26/bin/wsgi/query.fcgi
--- viewvc-1.1.26-v/bin/wsgi/query.fcgi 2017-01-25 10:07:15.000000000 +1100
+++ viewvc-1.1.26/bin/wsgi/query.fcgi 2018-09-11 07:08:20.308379973 +1000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# -*-python-*-
#
# Copyright (C) 1999-2020 The ViewCVS Group. All Rights Reserved.
diff -ruN viewvc-1.1.26-v/bin/wsgi/viewvc.fcgi viewvc-1.1.26/bin/wsgi/viewvc.fcgi
--- viewvc-1.1.26-v/bin/wsgi/viewvc.fcgi 2017-01-25 10:07:15.000000000 +1100
+++ viewvc-1.1.26/bin/wsgi/viewvc.fcgi 2018-09-11 07:08:25.568361070 +1000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# -*-python-*-
#
# Copyright (C) 1999-2020 The ViewCVS Group. All Rights Reserved.
diff -ruN viewvc-1.1.26-v/lib/vclib/ccvs/rcsparse/parse_rcs_file.py viewvc-1.1.26/lib/vclib/ccvs/rcsparse/parse_rcs_file.py
--- viewvc-1.1.26-v/lib/vclib/ccvs/rcsparse/parse_rcs_file.py 2017-01-25 10:07:15.000000000 +1100
+++ viewvc-1.1.26/lib/vclib/ccvs/rcsparse/parse_rcs_file.py 2018-09-11 07:08:39.990309245 +1000
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python2
# (Be in -*- python -*- mode.)
#
diff -ruN viewvc-1.1.26-v/lib/vclib/ccvs/rcsparse/run-tests.py viewvc-1.1.26/lib/vclib/ccvs/rcsparse/run-tests.py
--- viewvc-1.1.26-v/lib/vclib/ccvs/rcsparse/run-tests.py 2017-01-25 10:07:15.000000000 +1100
+++ viewvc-1.1.26/lib/vclib/ccvs/rcsparse/run-tests.py 2018-09-11 07:08:50.617271056 +1000
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python2
# (Be in -*- python -*- mode.)
#