Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jline2
Commits: d722d547 by Emmanuel Bourg at 2022-05-18T08:23:10+02:00 Standards-Version updated to 4.6.1 - - - - - c7d2cc4c by Emmanuel Bourg at 2022-05-18T08:26:56+02:00 Depend on libjansi1-java instead of libjansi-java - - - - - 1a414968 by Emmanuel Bourg at 2022-05-18T08:27:29+02:00 Fixed the build failure with Java 17 (Closes: #1011180) - - - - - 10a286a9 by Emmanuel Bourg at 2022-05-18T08:27:38+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/maven.properties - debian/maven.rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +jline2 (2.14.6-5) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 17 (Closes: #1011180) + * Depend on libjansi1-java instead of libjansi-java + * Standards-Version updated to 4.6.1 + + -- Emmanuel Bourg <[email protected]> Wed, 18 May 2022 08:27:35 +0200 + jline2 (2.14.6-4) unstable; urgency=medium * Use debhelper-compat 13 ===================================== debian/control ===================================== @@ -10,9 +10,9 @@ Build-Depends: javahelper (>= 0.43) Build-Depends-Indep: libeasymock-java, - libjansi-java (>= 1.12), + libjansi1-java, junit4 -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/jline2.git Vcs-Browser: https://salsa.debian.org/java-team/jline2 Homepage: https://github.com/jline/jline2 ===================================== debian/maven.properties ===================================== @@ -4,4 +4,4 @@ maven.test.skip=true -maven.compiler.release=6 +maven.compiler.release=8 ===================================== debian/maven.rules ===================================== @@ -3,3 +3,4 @@ jline jline jar s/2\..*/2.x/ * * junit junit jar s/4\..*/4.x/ * * org.apache.maven.scm maven-scm-manager-plexus jar s/.*/debian/ * * org.apache.maven.scm maven-scm-provider-gitexe jar s/.*/debian/ * * +org.fusesource.jansi jansi jar s/.*/1.x/ * * View it on GitLab: https://salsa.debian.org/java-team/jline2/-/compare/79757954619f8ebb6755f06702983b4559134f78...10a286a954adc420954f1f243d3c539c8ee6a247 -- View it on GitLab: https://salsa.debian.org/java-team/jline2/-/compare/79757954619f8ebb6755f06702983b4559134f78...10a286a954adc420954f1f243d3c539c8ee6a247 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

