[Git][java-team/ant][master] 3 commits: Lower the minimum required source/target level to 1.6 again.

Markus Koschany gitlab at salsa.debian.org
Mon Aug 27 14:07:30 BST 2018


Markus Koschany pushed to branch master at Debian Java Maintainers / ant


Commits:
0f553407 by Markus Koschany at 2018-08-27T12:54:41Z
Lower the minimum required source/target level to 1.6 again.

This is acceptable for OpenJDK 11 but must be reverted for OpenJDK 12.

Thanks: Bdale Garbee for the report and patch.
Closes: #906785

- - - - -
0097063b by Markus Koschany at 2018-08-27T12:56:09Z
Declare compliance with Debian Policy 4.2.1.

- - - - -
4f4ea2af by Markus Koschany at 2018-08-27T13:03:25Z
Update changelog

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/patches/0013-auto-adjust-target.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+ant (1.10.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Lower the minimum required source/target level to 1.6 again.
+    This is acceptable for OpenJDK 11 but must be reverted for OpenJDK 12.
+    Thanks to Bdale Garbee for the report and patch. (Closes: #906785)
+  * Declare compliance with Debian Policy 4.2.1.
+
+ -- Markus Koschany <apo at debian.org>  Mon, 27 Aug 2018 14:57:47 +0200
+
 ant (1.10.5-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -25,7 +25,7 @@ Build-Depends: antlr,
                libxml-commons-resolver1.1-java (>= 1.2-7~),
                libxz-java,
                maven-repo-helper (>> 1.0)
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/ant.git
 Vcs-Browser: https://salsa.debian.org/java-team/ant
 Homepage: http://ant.apache.org


=====================================
debian/patches/0013-auto-adjust-target.patch
=====================================
@@ -67,10 +67,10 @@ Forwarded: no
 +class LanguageLevel {
 +
 +    /** The minimum language level supported by the current javac */
-+    private static final String MIN_LEVEL = "7";
++    private static final String MIN_LEVEL = "6";
 +
 +    /** The list of language levels no longer supported by the current javac */
-+    private static final List<String> UNSUPPORTED_LEVELS = Arrays.asList(new String[]{"1.1", "1.2", "1.3", "1.4", "1.5", "5", "1.6", "6"});
++    private static final List<String> UNSUPPORTED_LEVELS = Arrays.asList(new String[]{"1.1", "1.2", "1.3", "1.4", "1.5", "5"});
 +
 +    /** Detect if a Debian build is in process */
 +    static boolean isDebianBuild() {



View it on GitLab: https://salsa.debian.org/java-team/ant/compare/409625fb7d9abfb0df43bf6346ba08f5b93177e3...4f4ea2af82997a7121dffe39e6b8135266634d27

-- 
View it on GitLab: https://salsa.debian.org/java-team/ant/compare/409625fb7d9abfb0df43bf6346ba08f5b93177e3...4f4ea2af82997a7121dffe39e6b8135266634d27
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180827/5c63b3ad/attachment.html>


More information about the pkg-java-commits mailing list