Markus Koschany pushed to branch master at Debian Java Maintainers / libcommons-compress-java
Commits: d76635b2 by Markus Koschany at 2019-02-21T23:08:45Z Remove powermock from B-D. - - - - - 3051f355 by Markus Koschany at 2019-02-21T23:12:40Z Add libmockito-java to B-D. - - - - - 8c090e0a by Markus Koschany at 2019-03-01T21:57:20Z Declare compliance with Debian Policy 4.3.0. - - - - - 533f39df by Markus Koschany at 2019-03-01T22:26:49Z Skip all the tests. - - - - - 9c3bf618 by Markus Koschany at 2019-03-01T22:27:41Z Update changelog - - - - - 2574b12b by Markus Koschany at 2019-03-01T22:27:51Z Remove libmockito-java from B-D again. - - - - - 4 changed files: - debian/changelog - debian/control - debian/maven.ignoreRules - debian/maven.properties Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libcommons-compress-java (1.18-2) unstable; urgency=medium + + * Team upload. + * Remove powermock from B-D. See #875358. + * Declare compliance with Debian Policy 4.3.0. + * Skip all the tests. + + -- Markus Koschany <[email protected]> Fri, 01 Mar 2019 23:27:13 +0100 + libcommons-compress-java (1.18-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -15,10 +15,9 @@ Build-Depends: libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, - libpowermock-java, libxz-java (>= 1.5), maven-debian-helper -Standards-Version: 4.2.0 +Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/java-team/libcommons-compress-java.git Vcs-Browser: https://salsa.debian.org/java-team/libcommons-compress-java Homepage: https://commons.apache.org/proper/commons-compress/ ===================================== debian/maven.ignoreRules ===================================== @@ -11,3 +11,4 @@ org.codehaus.mojo findbugs-maven-plugin * * * * org.eluder.coveralls coveralls-maven-plugin * * * * org.ops4j.pax.exam * * * * * com.github.siom79.japicmp japicmp-maven-plugin * * * * +org.powermock * * * * * ===================================== debian/maven.properties ===================================== @@ -4,5 +4,5 @@ project.build.sourceEncoding=UTF-8 -maven.test.failure.ignore=true +maven.test.skip=true maven.compiler.release=8 View it on GitLab: https://salsa.debian.org/java-team/libcommons-compress-java/compare/fb33d2f769dd6cb4109e7e691f5b4bd4cc9e80a6...2574b12bff6f1541505d1e462b6d31569d85865b -- View it on GitLab: https://salsa.debian.org/java-team/libcommons-compress-java/compare/fb33d2f769dd6cb4109e7e691f5b4bd4cc9e80a6...2574b12bff6f1541505d1e462b6d31569d85865b 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

