Emmanuel Bourg pushed to branch master at Debian Java Maintainers / shiro
Commits: 8b4d0c2d by Emmanuel Bourg at 2018-11-29T13:26:33Z Wrap and sort - - - - - c21faf6a by Emmanuel Bourg at 2018-11-29T13:27:14Z Standards-Version updated to 4.2.1 - - - - - 5952785a by Emmanuel Bourg at 2018-11-29T13:27:19Z Switch to debhelper level 11 - - - - - f09276e4 by Emmanuel Bourg at 2018-11-29T13:27:24Z Use salsa.debian.org Vcs-* URLs - - - - - 49e46462 by Emmanuel Bourg at 2018-11-29T13:36:59Z Fixed the build failure with Java 11 (Closes: #912390) - - - - - cf165704 by Emmanuel Bourg at 2018-11-29T13:37:08Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/patches/series - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +shiro (1.3.2-3) unstable; urgency=medium + + * Fixed the build failure with Java 11 (Closes: #912390) + * Standards-Version updated to 4.2.1 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Thu, 29 Nov 2018 14:37:03 +0100 + shiro (1.3.2-2) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -3,32 +3,45 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper -Build-Depends-Indep: junit4, - libaspectj-java, - libbuild-helper-maven-plugin-java, - libcommons-beanutils-java, - libcommons-cli-java, - libehcache-java, - libguice-java (>= 3.0-6~), - libhsqldb-java, - liblog4j1.2-java, - libmaven-bundle-plugin-java, - libpowermock-java, - libquartz-java, - libservlet3.1-java, - libslf4j-java, - libspring-context-java, - libtaglibs-standard-spec-java -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/shiro.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/shiro.git +Build-Depends: + debhelper (>= 11), + default-jdk, + junit4, + libaspectj-java, + libbuild-helper-maven-plugin-java, + libcommons-beanutils-java, + libcommons-cli-java, + libehcache-java, + libgeronimo-annotation-1.3-spec-java, + libguice-java (>= 3.0-6~), + libhsqldb-java, + liblog4j1.2-java, + libmaven-bundle-plugin-java, + libpowermock-java, + libquartz-java, + libservlet3.1-java, + libslf4j-java, + libspring-context-java, + libtaglibs-standard-spec-java, + maven-debian-helper +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/shiro.git +Vcs-Browser: https://salsa.debian.org/java-team/shiro Homepage: http://shiro.apache.org Package: libshiro-java Architecture: all -Depends: ${misc:Depends}, libcommons-beanutils-java, libslf4j-java -Suggests: libaspectj-java, libcommons-cli-java, libehcache-java, libtaglibs-standard-spec-java, libquartz-java, libspring-context-java +Depends: + libcommons-beanutils-java, + libslf4j-java, + ${misc:Depends} +Suggests: + libaspectj-java, + libcommons-cli-java, + libehcache-java, + libquartz-java, + libspring-context-java, + libtaglibs-standard-spec-java Description: Apache Shiro - Java Security Framework Apache Shiro is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 01-bundles-to-jars.patch 02-reproducible-build.patch 03-spring-compatibility.patch +04-java11-compatibility.patch ===================================== debian/rules ===================================== @@ -5,6 +5,3 @@ override_dh_installchangelogs: dh_installchangelogs -- RELEASE-NOTES - -get-orig-source: - uscan --download-current-version --force-download --rename --repack --compression xz ===================================== debian/watch ===================================== @@ -1,2 +1,3 @@ -version=3 +version=4 +opts=repack,compression=xz \ https://github.com/apache/shiro/tags .*/shiro-root-([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/shiro/compare/e61a922058eaa90b349ca1c7d6cc26b4cca5168b...cf165704312bbc35bab2ea6ad62e95e8a14f41e0 -- View it on GitLab: https://salsa.debian.org/java-team/shiro/compare/e61a922058eaa90b349ca1c7d6cc26b4cca5168b...cf165704312bbc35bab2ea6ad62e95e8a14f41e0 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

