Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jcommander
Commits: 31a1041a by Emmanuel Bourg at 2018-08-02T07:59:56Z Generate Java 8 bytecode to preserve the backward compatibility - - - - - f1101c62 by Emmanuel Bourg at 2018-08-02T08:00:44Z Fixed the Vcs-Git URL - - - - - b4e8cbae by Emmanuel Bourg at 2018-08-02T08:00:52Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/java8-compatibility.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +jcommander (1.71-3) unstable; urgency=medium + + * Team upload. + * Generate Java 8 bytecode to preserve the backward compatibility + * Fixed the Vcs-Git URL + + -- Emmanuel Bourg <[email protected]> Thu, 02 Aug 2018 10:00:47 +0200 + jcommander (1.71-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends-Indep: debhelper (>= 11), gradle-debian-helper, maven-repo-helper (>= 1.9) Standards-Version: 4.1.5 -Vcs-Git: https://://anonscm.debian.org/java-team/jcommander.git +Vcs-Git: https://salsa.debian.org/java-team/jcommander.git Vcs-Browser: https://salsa.debian.org/java-team/jcommander Homepage: http://jcommander.org ===================================== debian/patches/java8-compatibility.patch ===================================== --- /dev/null +++ b/debian/patches/java8-compatibility.patch @@ -0,0 +1,17 @@ +Description: Preserves the Java 8 compatibility +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/build.gradle ++++ b/build.gradle +@@ -23,6 +23,11 @@ + testCompile 'org.testng:testng:6.9.13' + } + ++compileJava { ++ sourceCompatibility = '1.8' ++ targetCompatibility = '1.8' ++} ++ + task sourceJar(type: Jar) { + group 'Build' + description 'An archive of the source code' ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ build.gradle.diff +java8-compatibility.patch View it on GitLab: https://salsa.debian.org/java-team/jcommander/compare/4ae74911d942f04cb99d0efeb5036cebcf74bc74...b4e8cbae67b809d48d8c6d4847fb73b98ba0f4c0 -- View it on GitLab: https://salsa.debian.org/java-team/jcommander/compare/4ae74911d942f04cb99d0efeb5036cebcf74bc74...b4e8cbae67b809d48d8c6d4847fb73b98ba0f4c0 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

