This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit 113172198832fff8eb6defc15c4df1fce63d9cfd Author: Gilles Filippini <[email protected]> Date: Mon Oct 6 16:15:44 2014 +0200 New patch no-gem-maven-plugin.patch To avoid embedding ruby gems into our jar files. --- debian/patches/no-gem-maven-plugin.patch | 32 ++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 33 insertions(+) diff --git a/debian/patches/no-gem-maven-plugin.patch b/debian/patches/no-gem-maven-plugin.patch new file mode 100644 index 0000000..a3f76bb --- /dev/null +++ b/debian/patches/no-gem-maven-plugin.patch @@ -0,0 +1,32 @@ +Description: gem-maven-plugin isn't packaged for Debian + And we don't want embedded ruby gems anyway! +Author: Gilles Filippini <[email protected]> +Index: sikuli/JRuby/pom.xml +=================================================================== +--- sikuli.orig/JRuby/pom.xml ++++ sikuli/JRuby/pom.xml +@@ -71,24 +71,4 @@ + <optional>true</optional> + </dependency> + </dependencies> +- +- <build> +- <plugins> +- <plugin> +- <groupId>de.saumya.mojo</groupId> +- <artifactId>gem-maven-plugin</artifactId> +- <version>1.0.0</version> +- <configuration> +- <includeRubygemsInResources>true</includeRubygemsInResources> +- </configuration> +- <executions> +- <execution> +- <goals> +- <goal>initialize</goal> +- </goals> +- </execution> +- </executions> +- </plugin> +- </plugins> +- </build> + </project> diff --git a/debian/patches/series b/debian/patches/series index 8b12f8c..c96347e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -11,3 +11,4 @@ add-classpath.patch pom-removed-modules.patch jruby-compat-1.9.patch python-shebang.patch +no-gem-maven-plugin.patch -- 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

