Markus Koschany pushed to branch master at Debian Java Maintainers / akuma
Commits: a32ee013 by Markus Koschany at 2020-12-15T01:35:47+01:00 Switch to debhelper-compat = 13. - - - - - dc2f6dc0 by Markus Koschany at 2020-12-15T01:36:01+01:00 Declare compliance with Debian Policy 4.5.1. - - - - - 3aefcc64 by Markus Koschany at 2020-12-15T01:36:28+01:00 Use canonical VCS URI. - - - - - 357e4c72 by Markus Koschany at 2020-12-15T01:37:14+01:00 Remove get-orig-source target. - - - - - 9380de8b by Markus Koschany at 2020-12-15T01:38:08+01:00 Update changelog - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,18 @@ -akuma (1.10-3) UNRELEASED; urgency=medium +akuma (1.10-3) unstable; urgency=medium + * Team upload. + + [ Jelmer Vernooij ] * Trim trailing whitespace. * Use secure copyright file specification URI. - -- Jelmer Vernooij <[email protected]> Tue, 16 Oct 2018 21:54:38 +0000 + [ Markus Koschany ] + * Switch to debhelper-compat = 13. + * Declare compliance with Debian Policy 4.5.1. + * Use canonical VCS URI. + * Remove get-orig-source target. + + -- Markus Koschany <[email protected]> Tue, 15 Dec 2020 01:37:33 +0100 akuma (1.10-2) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: James Page <[email protected]> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, default-jdk-doc, javahelper, @@ -12,9 +12,9 @@ Build-Depends: libjna-java, libmaven-javadoc-plugin-java, maven-debian-helper -Standards-Version: 4.1.3 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/akuma.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/akuma.git +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/akuma.git +Vcs-Browser: https://salsa.debian.org/java-team/akuma Homepage: http://akuma.kohsuke.org Package: libakuma-java ===================================== debian/rules ===================================== @@ -3,5 +3,3 @@ %: dh $@ -get-orig-source: - uscan --download-current-version --force-download --rename View it on GitLab: https://salsa.debian.org/java-team/akuma/-/compare/806e53582cf21935e99b9163c3e729f7db497c5c...9380de8b6bd267c28a32fd62bc2f1e204bfac3ae -- View it on GitLab: https://salsa.debian.org/java-team/akuma/-/compare/806e53582cf21935e99b9163c3e729f7db497c5c...9380de8b6bd267c28a32fd62bc2f1e204bfac3ae 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

