Markus Koschany pushed to branch master at Debian Java Maintainers / gettext-maven-plugin
Commits: ae082098 by Markus Koschany at 2021-01-10T14:36:33+01:00 Switch to debhelper-compat = 13. - - - - - 3673578e by Markus Koschany at 2021-01-10T14:36:54+01:00 Declare compliance with Debian Policy 4.5.1. - - - - - 30c2c944 by Markus Koschany at 2021-01-10T14:37:18+01:00 Use canonical VCS URL. - - - - - 4a014b5b by Markus Koschany at 2021-01-10T14:50:24+01:00 Update copyright year - - - - - e24d6ee2 by Markus Koschany at 2021-01-10T14:50:36+01:00 Remove get-orig-source target. - - - - - b2c7e275 by Markus Koschany at 2021-01-10T14:50:59+01:00 Update changelog - - - - - f65f86c0 by Markus Koschany at 2021-01-10T14:53:31+01:00 Set watch file version standard - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +gettext-maven-plugin (1.2.9-3) unstable; urgency=medium + + * Switch to debhelper-compat = 13. + * Declare compliance with Debian Policy 4.5.1. + * Use canonical VCS URL. + * Remove get-orig-source target. + + -- Markus Koschany <[email protected]> Sun, 10 Jan 2021 14:50:45 +0100 + gettext-maven-plugin (1.2.9-2) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 2.1), libmaven-plugin-tools-java (>= 3.5), @@ -13,9 +13,9 @@ Build-Depends: libmaven-reporting-impl-java, libmaven3-core-java (>= 2.0), libplexus-utils2-java -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/gettext-maven-plugin.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gettext-maven-plugin.git +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/gettext-maven-plugin.git +Vcs-Browser: https://salsa.debian.org/java-team/gettext-maven-plugin Homepage: https://github.com/rlf/maven-gettext-plugin Package: libgettext-maven-plugin-java ===================================== debian/copyright ===================================== @@ -10,7 +10,7 @@ Copyright: 2001-2005, Tammo van Lessen License: Apache-2.0 Files: debian/* -Copyright: 2017, Markus Koschany <[email protected]> +Copyright: 2017-2021, Markus Koschany <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -3,9 +3,6 @@ %: dh $@ -get-orig-source: - uscan --verbose --repack --compression xz --force-download --download-current-version - get-orig-pom: wget --user-agent="" -O debian/pom.xml \ https://repo1.maven.org/maven2/com/googlecode/gettext-commons/gettext-maven-plugin/1.2.4/gettext-maven-plugin-1.2.4.pom ===================================== debian/watch ===================================== @@ -1 +1,2 @@ +version=4 # There are no releases of the continuation fork View it on GitLab: https://salsa.debian.org/java-team/gettext-maven-plugin/-/compare/ecb0201a7d28ff0ce9fe3c35c292bdda603c81ac...f65f86c06a792ec797a08cabe7bcd23ce5d8d4c5 -- View it on GitLab: https://salsa.debian.org/java-team/gettext-maven-plugin/-/compare/ecb0201a7d28ff0ce9fe3c35c292bdda603c81ac...f65f86c06a792ec797a08cabe7bcd23ce5d8d4c5 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

