This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ivyplusplus.
commit cfecc764c3421b7d80763df72bb85b3628d65948 Author: Markus Koschany <[email protected]> Date: Mon Feb 15 19:30:03 2016 +0100 Update changelog and patch header. --- debian/changelog | 11 ++++++++--- .../patches/exclude-unsupported-classes-from-antlib.xml.patch | 8 ++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 924836c..5223cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ -ivyplusplus (1.14-4) UNRELEASED; urgency=medium +ivyplusplus (1.14-4) unstable; urgency=medium - * + * Team upload. + * Drop all patches. + * Add exclude-unsupported-classes-from-antlib.xml.patch and exclude + unsupported classes. + * Compile CachedUnjar.java and fix build failures with ivyplusplus projects + that depend on the CachedUnjar class. - -- Markus Koschany <[email protected]> Mon, 15 Feb 2016 00:32:38 +0100 + -- Markus Koschany <[email protected]> Mon, 15 Feb 2016 19:28:11 +0100 ivyplusplus (1.14-3) unstable; urgency=medium diff --git a/debian/patches/exclude-unsupported-classes-from-antlib.xml.patch b/debian/patches/exclude-unsupported-classes-from-antlib.xml.patch index 32180e5..daa1713 100644 --- a/debian/patches/exclude-unsupported-classes-from-antlib.xml.patch +++ b/debian/patches/exclude-unsupported-classes-from-antlib.xml.patch @@ -1,7 +1,11 @@ -From: Debian Java Maintainers <[email protected]> +From: Markus Koschany <[email protected]> Date: Mon, 15 Feb 2016 00:37:42 +0100 -Subject: remove_excluded_classes_from_ant_plugin_config +Subject: exclude unsupported classes from antlib.xml +Exclude unsupported classes from antlib.xml. Enabling them causes build +failures in projects that depend on ivyplusplus. + +Forwarded: not-needed --- src/com/zwitserloot/ivyplusplus/antlib.xml | 5 ----- 1 file changed, 5 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

