Markus Koschany pushed to branch master at Debian Java Maintainers / shiro
Commits: bfddee10 by Markus Koschany at 2019-02-21T23:24:22Z Remove powermock from B-D. - - - - - a9529c35 by Markus Koschany at 2019-03-01T21:35:51Z Declare compliance with Debian Policy 4.3.0. - - - - - c76c5e21 by Markus Koschany at 2019-03-01T21:36:29Z Update changelog - - - - - c64e88f7 by Markus Koschany at 2019-03-01T21:39:27Z Use secure Format URI. - - - - - 8cf87831 by Markus Koschany at 2019-03-01T21:42:12Z Install the NOTICE file with libshiro-java.docs. - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - + debian/libshiro-java.docs - debian/maven.ignoreRules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +shiro (1.3.2-4) unstable; urgency=medium + + * Team upload. + * Remove powermock from B-D. See #875358. + * Declare compliance with Debian Policy 4.3.0. + * Install the NOTICE file with libshiro-java.docs. + + -- Markus Koschany <[email protected]> Fri, 01 Mar 2019 22:36:03 +0100 + shiro (1.3.2-3) unstable; urgency=medium * Fixed the build failure with Java 11 (Closes: #912390) ===================================== debian/control ===================================== @@ -17,14 +17,13 @@ Build-Depends: 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 +Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/java-team/shiro.git Vcs-Browser: https://salsa.debian.org/java-team/shiro Homepage: http://shiro.apache.org ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache Shiro Source: http://shiro.apache.org ===================================== debian/libshiro-java.docs ===================================== @@ -0,0 +1 @@ +NOTICE ===================================== debian/maven.ignoreRules ===================================== @@ -25,3 +25,4 @@ org.easymock easymock * * * * org.jacoco jacoco-maven-plugin * * * * org.sonatype.plugins nexus-staging-maven-plugin * * * * org.springframework spring-test * * * * +org.powermock * * * * * View it on GitLab: https://salsa.debian.org/java-team/shiro/compare/510c252c02b9da9207fe8d7a0cdc2fb05895d3be...8cf87831cfb3204832f1b4e071e929eab815d45d -- View it on GitLab: https://salsa.debian.org/java-team/shiro/compare/510c252c02b9da9207fe8d7a0cdc2fb05895d3be...8cf87831cfb3204832f1b4e071e929eab815d45d 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

