Markus Koschany pushed to branch master at Debian Java Maintainers / jline2
Commits: b5ac648e by Markus Koschany at 2019-02-21T22:45:53Z Remove powermock from B-D. - - - - - 9c91a2b2 by Markus Koschany at 2019-02-21T22:49:17Z Ignore org.powermock artifacts. - - - - - 147a67eb by Markus Koschany at 2019-03-01T21:09:34Z Declare compliance with Debian Policy 4.3.0. - - - - - 5472c687 by Markus Koschany at 2019-03-01T21:11:04Z Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/maven.ignoreRules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +jline2 (2.14.6-2) unstable; urgency=medium + + * Team upload. + * Remove powermock from B-D. See #875358. + * Ignore org.powermock artifacts. + * Declare compliance with Debian Policy 4.3.0. + + -- Markus Koschany <[email protected]> Fri, 01 Mar 2019 22:10:15 +0100 + jline2 (2.14.6-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -11,9 +11,8 @@ Build-Depends: Build-Depends-Indep: libeasymock-java, libjansi-java (>= 1.12), - libpowermock-java, junit4 -Standards-Version: 4.1.3 +Standards-Version: 4.3.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jline2.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jline2.git Homepage: https://github.com/jline/jline2 ===================================== debian/maven.ignoreRules ===================================== @@ -17,3 +17,4 @@ org.apache.maven.scm maven-scm-* * * * * org.codehaus.mojo animal-sniffer-maven-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * +org.powermock * * * * * View it on GitLab: https://salsa.debian.org/java-team/jline2/compare/3acfb97f8df80eb4f2f831fd2bc2bfd994a948a1...5472c687b0938d3d54f356a4dff483712cea956d -- View it on GitLab: https://salsa.debian.org/java-team/jline2/compare/3acfb97f8df80eb4f2f831fd2bc2bfd994a948a1...5472c687b0938d3d54f356a4dff483712cea956d 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

