Tony Mancill pushed to branch master at Debian Java Maintainers / polyglot-maven
Commits: f140a057 by Sudip Mukherjee at 2020-05-08T21:36:13+01:00 Update Standards-Version to 4.5.0 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 0deedf73 by Sudip Mukherjee at 2020-05-08T21:36:13+01:00 Use debhelper-compat and update compat level to 13 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 4f87d1f1 by Sudip Mukherjee at 2020-05-08T21:36:13+01:00 Add Rules-Requires-Root: no Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 920395c0 by Sudip Mukherjee at 2020-05-08T21:36:13+01:00 Mark Vcs to salsa Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 0b83823d by Sudip Mukherjee at 2020-05-08T21:36:13+01:00 Use generic version for maven-* Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - b6f30f2f by Sudip Mukherjee at 2020-05-08T21:48:13+01:00 Add changelog for 0.8~tobrien+git20120905-10 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - bce2b08b by Tony Mancill at 2020-05-12T04:18:02+00:00 Merge branch 'sudip/version' into 'master' Use generic version for maven-* See merge request java-team/polyglot-maven!1 - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/maven.rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +polyglot-maven (0.8~tobrien+git20120905-10) UNRELEASED; urgency=medium + + * Team upload. + * Update Standards-Version to 4.5.0 + * Use debhelper-compat. + - Update compat level to 13. + * Add Rules-Requires-Root: no. + * Mark Vcs to salsa. + * Use generic version in maven.rules. + + -- Sudip Mukherjee <[email protected]> Fri, 08 May 2020 21:36:24 +0100 + polyglot-maven (0.8~tobrien+git20120905-9) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: ant, - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, groovy, junit4, @@ -16,9 +16,10 @@ Build-Depends: libplexus-component-metadata-java (>= 1.7.1-6~), libplexus-utils2-java, maven-repo-helper (>= 1.5) -Standards-Version: 4.1.3 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/polyglot-maven.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/polyglot-maven.git +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/java-team/polyglot-maven.git +Vcs-Browser: https://salsa.debian.org/java-team/polyglot-maven Homepage: https://github.com/tobrien/polyglot-maven Package: libpolyglot-maven-java ===================================== debian/maven.rules ===================================== @@ -17,10 +17,10 @@ # junit junit jar s/3\..*/3.x/ junit junit jar s/4\..*/4.x/ * * -org.apache.maven maven-embedder jar s/.*/3.0.4/ * * -org.apache.maven maven-model-builder jar s/.*/3.0.4/ * * -org.apache.maven maven-plugin-api jar s/.*/3.0.4/ * * -org.apache.maven maven pom s/.*/3.0.4/ * * +org.apache.maven maven-embedder jar s/.*/3.x/ * * +org.apache.maven maven-model-builder jar s/.*/3.x/ * * +org.apache.maven maven-plugin-api jar s/.*/3.x/ * * +org.apache.maven maven pom s/.*/3.x/ * * org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * View it on GitLab: https://salsa.debian.org/java-team/polyglot-maven/-/compare/f55b0eddf7356711d384002f64342ad07e60b1f8...bce2b08bc7cd8399461a8b5ed9d521fe4303f700 -- View it on GitLab: https://salsa.debian.org/java-team/polyglot-maven/-/compare/f55b0eddf7356711d384002f64342ad07e60b1f8...bce2b08bc7cd8399461a8b5ed9d521fe4303f700 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

