Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ivyplusplus
Commits: c16b79bf by Emmanuel Bourg at 2019-02-05T15:55:02Z Added the 'release' attribute to the Compile task - - - - - d39bc5dd by Emmanuel Bourg at 2019-02-05T15:55:07Z Standards-Version updated to 4.3.0 - - - - - c26bb816 by Emmanuel Bourg at 2019-02-05T15:55:24Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/add-javac-release-option.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,11 @@ -ivyplusplus (1.28-3) UNRELEASED; urgency=medium +ivyplusplus (1.28-3) unstable; urgency=medium * Team upload. + * Added the 'release' attribute to the Compile task * Depend on libeclipse-jdt-core-java instead of libecj-java + * Standards-Version updated to 4.3.0 - -- Emmanuel Bourg <[email protected]> Tue, 27 Nov 2018 12:50:13 +0100 + -- Emmanuel Bourg <[email protected]> Tue, 05 Feb 2019 16:55:19 +0100 ivyplusplus (1.28-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -13,7 +13,7 @@ Build-Depends: libeclipse-jdt-core-java, libjarjar-java, liblombok-java (>= 1.16.22) -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/java-team/ivyplusplus.git Vcs-Browser: https://salsa.debian.org/java-team/ivyplusplus Homepage: https://github.com/rzwitserloot/ivyplusplus ===================================== debian/patches/add-javac-release-option.patch ===================================== @@ -0,0 +1,13 @@ +Description: Adds the release option supported by the javac Ant task +Author: Emmanuel Bourg <[email protected]> +Bug: https://github.com/rzwitserloot/ivyplusplus/pull/5 +--- a/src/com/zwitserloot/ivyplusplus/Compile.java ++++ b/src/com/zwitserloot/ivyplusplus/Compile.java +@@ -110,6 +110,7 @@ + m.put("deprecation", "deprecation"); + m.put("target", "target"); + m.put("source", "source"); ++ m.put("release", "release"); + m.put("verbose", "verbose"); + m.put("depend", "depend"); + m.put("includeantruntime", "includeantruntime"); ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ exclude-unsupported-classes-from-antlib.xml.patch ant-compatibility.patch +add-javac-release-option.patch View it on GitLab: https://salsa.debian.org/java-team/ivyplusplus/compare/19512aaa5376758f00182b25d1b99a5b7e6ea7b3...c26bb816b6d84527def170d734200eb7133ef28e -- View it on GitLab: https://salsa.debian.org/java-team/ivyplusplus/compare/19512aaa5376758f00182b25d1b99a5b7e6ea7b3...c26bb816b6d84527def170d734200eb7133ef28e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

