Emmanuel Bourg pushed to branch master at Debian Java Maintainers / gs-collections
Commits: ff510526 by Emmanuel Bourg at 2021-02-08T23:54:59+01:00 Fixed the build failure with OpenJDK 17 (Closes: #981945) - - - - - 7debb77a by Emmanuel Bourg at 2021-02-08T23:55:13+01:00 Standards-Version updated to 4.5.1 - - - - - 21553be4 by Emmanuel Bourg at 2021-02-08T23:55:19+01:00 Switch to debhelper level 13 - - - - - 38411778 by Emmanuel Bourg at 2021-02-08T23:55:25+01:00 Use salsa.debian.org Vcs-* URLs - - - - - 9ba885e2 by Emmanuel Bourg at 2021-02-08T23:55:45+01:00 Wrap and sort - - - - - e1ad81bf by Emmanuel Bourg at 2021-02-08T23:56:07+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/maven.properties - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +gs-collections (5.1.0-4) unstable; urgency=medium + + * Fixed the build failure with OpenJDK 17 (Closes: #981945) + * Standards-Version updated to 4.5.1 + * Switch to debhelper level 13 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Mon, 08 Feb 2021 23:56:02 +0100 + gs-collections (5.1.0-3) unstable; urgency=medium * Transition to Maven 3 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,19 +3,20 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), - default-jdk, - junit4, - libbuild-helper-maven-plugin-java, - libjcip-annotations-java, - libmaven-bundle-plugin-java, - libmaven-dependency-plugin-java, - libmaven3-core-java, - libstringtemplate4-java, - maven-debian-helper (>= 1.5) -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/gs-collections.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gs-collections.git +Build-Depends: + debhelper-compat (= 13), + default-jdk, + junit4, + libbuild-helper-maven-plugin-java, + libjcip-annotations-java, + libmaven-bundle-plugin-java, + libmaven-dependency-plugin-java, + libmaven3-core-java, + libstringtemplate4-java, + maven-debian-helper (>= 1.5) +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/gs-collections.git +Vcs-Browser: https://salsa.debian.org/java-team/gs-collections Homepage: https://github.com/goldmansachs/gs-collections Package: libgs-collections-java ===================================== debian/maven.properties ===================================== @@ -1,3 +1,5 @@ # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true + +argLine=--illegal-access=permit ===================================== debian/rules ===================================== @@ -16,6 +16,3 @@ override_dh_auto_install: rm -Rf debian/libgs-collections-java/usr/share/java/gs-collections-code-generator*.jar rm -Rf debian/libgs-collections-java/usr/share/java/gs-collections-testutils*.jar rm -Rf debian/libgs-collections-java/usr/share/java/*-tests*.jar - -get-orig-source: - uscan --download-current-version --force-download --no-symlink View it on GitLab: https://salsa.debian.org/java-team/gs-collections/-/compare/e207b6ba0c5ce61b84e78fcbba947b445f2dc1c9...e1ad81bf25dd7d499d613e45be8196c2ab4a2173 -- View it on GitLab: https://salsa.debian.org/java-team/gs-collections/-/compare/e207b6ba0c5ce61b84e78fcbba947b445f2dc1c9...e1ad81bf25dd7d499d613e45be8196c2ab4a2173 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

