[sikuli] 11/30: New patch no-maven-repo-dependencies.patch

Gilles Filippini pini at alioth.debian.org
Mon Nov 4 09:03:02 UTC 2013


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

pini pushed a commit to branch master
in repository sikuli.

commit 69e124d10372f0eb977f791b11866cb9521cf900
Author: Gilles Filippini <pini at debian.org>
Date:   Thu Oct 31 16:22:33 2013 +0100

    New patch no-maven-repo-dependencies.patch
    
    Add system scope for not yet mavenized dependencies.
---
 debian/patches/no-maven-repo-dependencies.patch |   28 +++++++++++++++++++++++
 debian/patches/series                           |    1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/no-maven-repo-dependencies.patch b/debian/patches/no-maven-repo-dependencies.patch
new file mode 100644
index 0000000..b47af2a
--- /dev/null
+++ b/debian/patches/no-maven-repo-dependencies.patch
@@ -0,0 +1,28 @@
+Description: Add system scope for not yet mavenized dependencies
+Author: Gilles Filippini <pini at debian.org>
+Index: sikuli/jython/pom.xml
+===================================================================
+--- sikuli.orig/jython/pom.xml	2013-10-19 15:16:52.000000000 +0200
++++ sikuli/jython/pom.xml	2013-10-19 15:16:52.000000000 +0200
+@@ -65,6 +65,8 @@
+       <groupId>org.python</groupId>
+       <artifactId>jython-standalone</artifactId>
+       <version>2.5.4-rc1</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/jython.jar</systemPath>
+     </dependency>
+   </dependencies>
+ 
+Index: sikuli/ide/pom.xml
+===================================================================
+--- sikuli.orig/ide/pom.xml	2013-10-19 15:16:52.000000000 +0200
++++ sikuli/ide/pom.xml	2013-10-19 15:16:52.000000000 +0200
+@@ -138,6 +138,8 @@
+       <groupId>com.explodingpixels</groupId>
+       <artifactId>mac_widgets</artifactId>
+       <version>0.9.5</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/mac_widgets.jar</systemPath>
+     </dependency>
+     <dependency>
+       <groupId>junit</groupId>
diff --git a/debian/patches/series b/debian/patches/series
index 5bced95..8e79948 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ autotoolize-vision-proxy
 parent-pom.patch
 preserve-source-utf-8.patch
 basics-exclude-windows-mac.patch
+no-maven-repo-dependencies.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