Markus Koschany pushed to branch master at Debian Java Maintainers / jsemver
Commits: bb0de7e9 by Markus Koschany at 2018-12-08T14:38:32Z Switch to compat level 11. - - - - - 22bc7b35 by Markus Koschany at 2018-12-08T14:38:47Z Declare compliance with Debian Policy 4.2.1. - - - - - 54eb948d by Markus Koschany at 2018-12-08T14:39:17Z Use canonical VCS URI - - - - - ddb548f1 by Markus Koschany at 2018-12-08T14:39:43Z Remove get-orig-source target - - - - - 27de172b by Markus Koschany at 2018-12-08T14:40:02Z libsemver-java.poms: Remove --has-package-version - - - - - cf4da8cb by Markus Koschany at 2018-12-08T14:40:24Z Use https for Format field. - - - - - 75cc243d by Markus Koschany at 2018-12-08T14:42:17Z Update changelog - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/libsemver-java.poms - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jsemver (0.9.0-3) unstable; urgency=medium + + * Switch to compat level 11. + * Declare compliance with Debian Policy 4.2.1. + * Use canonical VCS URI. + + -- Markus Koschany <[email protected]> Sat, 08 Dec 2018 15:41:58 +0100 + jsemver (0.9.0-2) unstable; urgency=medium * Switch to compat level 10. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -5,15 +5,15 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), default-jdk, default-jdk-doc, junit4, libmaven-javadoc-plugin-java, maven-debian-helper (>= 1.5) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/jsemver.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-java/jsemver.git +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/jsemver.git +Vcs-Browser: https://salsa.debian.org/java-team/jsemver Homepage: https://github.com/zafarkhaja/java-semver Package: libsemver-java ===================================== 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: Java SemVer Source: https://github.com/zafarkhaja/java-semver @@ -8,7 +8,7 @@ License: MIT Files: debian/* Copyright: 2015, Alexandre Viau <[email protected]> - 2015-2017, Markus Koschany <[email protected]> + 2015-2018, Markus Koschany <[email protected]> License: MIT License: MIT ===================================== debian/libsemver-java.poms ===================================== @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent --has-package-version --java-lib +pom.xml --no-parent --java-lib ===================================== debian/rules ===================================== @@ -3,5 +3,3 @@ %: dh $@ -get-orig-source: - uscan --verbose --download-current-version --force-download View it on GitLab: https://salsa.debian.org/java-team/jsemver/compare/04945bdeb46cb3a1b40f8b4ff2f716ea49d1f4ab...75cc243d7ed7d2c64536a59a8c8f26d95da08833 -- View it on GitLab: https://salsa.debian.org/java-team/jsemver/compare/04945bdeb46cb3a1b40f8b4ff2f716ea49d1f4ab...75cc243d7ed7d2c64536a59a8c8f26d95da08833 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

