This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javamail.
commit cd7fa9e4140b153384d9ec9bccd48f849f55c010 Author: Emmanuel Bourg <[email protected]> Date: Fri May 1 15:43:30 2015 +0200 Removed the compiler arguments specified as <Xlint:*/> --- debian/patches/05-remove-malformed-xml.patch | 19 +++++++++++++++++++ debian/patches/series | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/debian/patches/05-remove-malformed-xml.patch b/debian/patches/05-remove-malformed-xml.patch new file mode 100644 index 0000000..1b5d389 --- /dev/null +++ b/debian/patches/05-remove-malformed-xml.patch @@ -0,0 +1,19 @@ +Description: Remove the compiler arguments specified as <Xlint:*/> + since they break the XML parser used by maven-repo-helper +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/mail/pom.xml ++++ b/mail/pom.xml +@@ -113,10 +113,12 @@ + too hard to fix for now + --> + <compilerArguments> ++<!-- + <Xlint:all/> + <Xlint:-rawtypes/> + <Xlint:-unchecked/> + <Xlint:-finally/> ++--> + </compilerArguments> + <showWarnings>true</showWarnings> + </configuration> diff --git a/debian/patches/series b/debian/patches/series index 98689e4..c444e3f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,5 @@ -#01-ignore-findbugs.patch 01-disable-modules.patch 02-rename-jars.patch 03-disable-unstable-tests.patch 04-disable-external-network-tests.patch +05-remove-malformed-xml.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

