This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch master in repository jenkins.
commit 64bc35bb043c8a8a48ada55f3251cfe5fd2c7035 Author: James Page <[email protected]> Date: Mon Aug 12 10:56:45 2013 +0100 Drop use of org.codehaus.mojo.signature --- ...1-Drop-use-of-org.codehaus.mojo.signature.patch | 27 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 28 insertions(+) diff --git a/debian/patches/0021-Drop-use-of-org.codehaus.mojo.signature.patch b/debian/patches/0021-Drop-use-of-org.codehaus.mojo.signature.patch new file mode 100644 index 0000000..aef30be --- /dev/null +++ b/debian/patches/0021-Drop-use-of-org.codehaus.mojo.signature.patch @@ -0,0 +1,27 @@ +From: James Page <[email protected]> +Date: Mon, 12 Aug 2013 10:56:00 +0100 +Subject: Drop use of org.codehaus.mojo.signature + +This creates problems for the Debian version of animal sniffer. +--- + pom.xml | 7 ------- + 1 file changed, 7 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 8eaecdd..9d54edd 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -582,13 +582,6 @@ THE SOFTWARE. + </goals> + </execution> + </executions> +- <configuration> +- <signature> +- <groupId>org.codehaus.mojo.signature</groupId> +- <artifactId>java15</artifactId> +- <version>1.0</version> +- </signature> +- </configuration> + </plugin> + + <plugin> diff --git a/debian/patches/series b/debian/patches/series index a6d1122..8b28a94 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -18,3 +18,4 @@ build/0017-ignore-plugin-pom.xml.patch build/0018-fileupload-compat.patch build/0019-io-compat.pach.patch 0020-Drop-use-of-gitsite-extension.patch +0021-Drop-use-of-org.codehaus.mojo.signature.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

