Markus Koschany pushed to branch master at Debian Java Maintainers / gradle-jflex-plugin
Commits: 5c5f72ff by Markus Koschany at 2021-01-08T01:18:11+01:00 Switch to debhelper-compat = 13. - - - - - 9ed7b4af by Markus Koschany at 2021-01-08T01:18:27+01:00 Declare compliance with Debian Policy 4.5.1. - - - - - 0a6a79cb by Markus Koschany at 2021-01-08T01:19:42+01:00 Use canonical VCS URL. - - - - - 44e8cc42 by Markus Koschany at 2021-01-08T01:20:12+01:00 Update copyright year - - - - - 068e8e71 by Markus Koschany at 2021-01-08T01:20:25+01:00 Remove get-orig-source target. - - - - - 8c0a8479 by Markus Koschany at 2021-01-08T01:21:05+01:00 Update changelog - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +gradle-jflex-plugin (0.0.2-5) 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]> Fri, 08 Jan 2021 01:20:46 +0100 + gradle-jflex-plugin (0.0.2-4) unstable; urgency=medium * Add missing de.jflex:cup_runtime dependency to pom.xml. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -5,15 +5,15 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), gradle-debian-helper, default-jdk, jflex (>= 1.7.0), maven-repo-helper -Standards-Version: 4.2.1 +Standards-Version: 4.5.1 Homepage: https://github.com/thomaslee/gradle-jflex-plugin -Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-jflex-plugin.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-jflex-plugin.git +Vcs-Git: https://salsa.debian.org/java-team/gradle-jflex-plugin.git +Vcs-Browser: https://salsa.debian.org/java-team/gradle-jflex-plugin Package: libgradle-jflex-plugin-java Architecture: all ===================================== debian/copyright ===================================== @@ -9,7 +9,7 @@ Copyright: 2014-2015, Tom Lee License: Apache-2.0 Files: debian/* -Copyright: 2016-2018, Markus Koschany <[email protected]> +Copyright: 2016-2021, Markus Koschany <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -3,6 +3,3 @@ %: dh $@ --with maven_repo_helper --buildsystem=gradle -get-orig-source: - uscan --force-download --download-current-version - View it on GitLab: https://salsa.debian.org/java-team/gradle-jflex-plugin/-/compare/b9ec13ab59b3693e06d53f9dfbdb7740406b923b...8c0a84795e11d49c05502f87decaa061e3ddce5f -- View it on GitLab: https://salsa.debian.org/java-team/gradle-jflex-plugin/-/compare/b9ec13ab59b3693e06d53f9dfbdb7740406b923b...8c0a84795e11d49c05502f87decaa061e3ddce5f 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

