Markus Koschany pushed to branch master at Debian Java Maintainers / jflex
Commits: 6ec55bae by Markus Koschany at 2023-02-27T23:56:39+01:00 Declare compliance with Debian Policy 4.6.2. - - - - - f108995b by Markus Koschany at 2023-02-28T00:00:44+01:00 Fix debian/watch file. - - - - - adf096a8 by Markus Koschany at 2023-02-28T00:01:37+01:00 Update copyright year - - - - - 534c8134 by Markus Koschany at 2023-02-28T00:02:49+01:00 Update changelog - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +jflex (1.7.0-3) unstable; urgency=medium + + * Declare compliance with Debian Policy 4.6.2. + * Fix debian/watch file. + + -- Markus Koschany <[email protected]> Tue, 28 Feb 2023 00:02:13 +0100 + jflex (1.7.0-2) unstable; urgency=medium * Declare compliance with Debian Policy 4.5.1. ===================================== debian/control ===================================== @@ -13,7 +13,7 @@ Build-Depends: jflex (>= 1.6.1), junit, maven-repo-helper -Standards-Version: 4.5.1 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/jflex.git Vcs-Browser: https://salsa.debian.org/java-team/jflex Homepage: http://www.jflex.de/ ===================================== debian/copyright ===================================== @@ -18,7 +18,7 @@ Copyright: 2001-2003, Takashi Okamoto <[email protected]> 2011, Torsten Werner <[email protected]> 2013, Sylvestre Ledru <[email protected]> 2016, Emmanuel Bourg <[email protected]> - 2016-2021, Markus Koschany <[email protected]> + 2016-2023, Markus Koschany <[email protected]> License: BSD-3-clause License: BSD-3-clause ===================================== debian/watch ===================================== @@ -1,2 +1,3 @@ version=4 - https://github.com/jflex-de/jflex/releases .*/jflex-?(\d\S*)\.tar\.gz +opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,uversionmangle=s/-beta/~beta/;s/-rc/~rc/ \ +https://github.com/jflex-de/jflex/tags .*/v@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/java-team/jflex/-/compare/437eac60f83d198de961086fc43d5b30c463259b...534c8134307de471ab2821674956a4e43ae85790 -- View it on GitLab: https://salsa.debian.org/java-team/jflex/-/compare/437eac60f83d198de961086fc43d5b30c463259b...534c8134307de471ab2821674956a4e43ae85790 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

