[sikuli] 50/53: New patch to fix '/usr/bin/env python' shebang

Gilles Filippini pini at moszumanska.debian.org
Sun Jun 29 20:38:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository sikuli.

commit eaed227153c2a780f34d3a0aecff74b2e2e9a6d4
Author: Gilles Filippini <pini at debian.org>
Date:   Tue Jun 3 13:29:54 2014 +0200

    New patch to fix '/usr/bin/env python' shebang
---
 debian/patches/python-shebang.patch | 11 +++++++++++
 debian/patches/series               |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/python-shebang.patch b/debian/patches/python-shebang.patch
new file mode 100644
index 0000000..4773ff1
--- /dev/null
+++ b/debian/patches/python-shebang.patch
@@ -0,0 +1,11 @@
+Description: Fix '/usr/bin/env python' shebang 
+Index: sikuli/Jython/src/main/resources/scripts/sikuli2html.py
+===================================================================
+--- sikuli.orig/Jython/src/main/resources/scripts/sikuli2html.py
++++ sikuli/Jython/src/main/resources/scripts/sikuli2html.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #TODO to be implemneted in Java (-> FileManager.java)
+ import sys, cgi
+ import glob
diff --git a/debian/patches/series b/debian/patches/series
index 8cdee8b..8b12f8c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ drop-useless-resources.patch
 add-classpath.patch
 pom-removed-modules.patch
 jruby-compat-1.9.patch
+python-shebang.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git



More information about the pkg-java-commits mailing list