This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit ac34f7b524c3873c8932c93b511a0165347218fd Author: Gilles Filippini <[email protected]> Date: Tue Jun 3 13:26:31 2014 +0200 Revert opencv broken symlink workaround The opencv package is fixed in unstable. --- debian/README.source | 1 - debian/patches/no-maven-repo-dependencies.patch | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/README.source b/debian/README.source index 66ec78f..c77360c 100644 --- a/debian/README.source +++ b/debian/README.source @@ -3,7 +3,6 @@ TO-DO * Check Tesseract usage * sikuli2html : use /usr/bin/python as shebang -* revert opencv broken symlink workaround UPDATING UPSTREAM SOURCE TREE ----------------------------- diff --git a/debian/patches/no-maven-repo-dependencies.patch b/debian/patches/no-maven-repo-dependencies.patch index c8ac084..3b19aab 100644 --- a/debian/patches/no-maven-repo-dependencies.patch +++ b/debian/patches/no-maven-repo-dependencies.patch @@ -35,7 +35,7 @@ Index: sikuli-1.1.0~beta1/API/pom.xml <artifactId>OpenCV4SikuliX</artifactId> <version>2.4.7</version> + <scope>system</scope> -+ <systemPath>/usr/share/OpenCV/java/opencv-248.jar</systemPath> ++ <systemPath>/usr/share/java/opencv.jar</systemPath> </dependency> </dependencies> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

