Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ulex
Commits: cea4d497 by Debian Janitor at 2022-11-02T06:41:08+00:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - d5af5f5d by Debian Janitor at 2022-11-02T06:41:09+00:00 Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html - - - - - 60f2cb73 by Debian Janitor at 2022-11-02T06:41:11+00:00 Set upstream metadata fields: Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html - - - - - 274af61b by Debian Janitor at 2022-11-02T06:41:11+00:00 Update pattern for GitHub archive URLs from /<org>/<repo>/tags page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>. Changes-By: lintian-brush - - - - - 4a56476d by Debian Janitor at 2022-11-02T06:41:11+00:00 debian/watch: Use GitHub /tags rather than /releases page. Changes-By: lintian-brush - - - - - 47b65954 by Debian Janitor at 2022-11-02T06:41:11+00:00 Update standards version to 4.6.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 14fcb24e by Stéphane Glondu at 2023-08-15T12:09:54+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request ocaml-team/ulex!1 - - - - - 4 changed files: - debian/changelog - debian/control - + debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +ulex (1.2-2) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Update watch file format version to 4. + * Set upstream metadata fields: Repository-Browse. + * Update pattern for GitHub archive URLs from /<org>/<repo>/tags + page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>. + * debian/watch: Use GitHub /tags rather than /releases page. + * Update standards version to 4.6.1, no changes needed. + + -- Debian Janitor <[email protected]> Wed, 02 Nov 2022 06:41:08 -0000 + ulex (1.2-1) unstable; urgency=medium * Team upload @@ -235,4 +247,3 @@ ulex (0.2-1) unstable; urgency=low * Initial Release (Closes: #212676) -- Stefano Zacchiroli <[email protected]> Thu, 25 Sep 2003 09:43:05 +0200 - ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: ocaml-findlib, ocamlbuild, dh-ocaml -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/ocaml-team/ulex.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ulex @@ -33,4 +33,3 @@ Description: OCaml lexer generator with Unicode support Generated lexers work with a new kind of "lexbuf" that supports Unicode; a single lexer can work with arbitrary encodings of the input stream. - ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,2 @@ +--- +Repository-Browse: https://github.com/whitequark/ulex ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 -https://github.com/whitequark/ulex/releases .*/archive/v?([0-9.]+)\.tar\.gz +version=4 +https://github.com/whitequark/ulex/tags .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz View it on GitLab: https://salsa.debian.org/ocaml-team/ulex/-/compare/b67e1d4614087f80e8ff67aaa0e9387f7a7a1d0f...14fcb24ef2d2918b0358a54a6dff316377ca50af -- View it on GitLab: https://salsa.debian.org/ocaml-team/ulex/-/compare/b67e1d4614087f80e8ff67aaa0e9387f7a7a1d0f...14fcb24ef2d2918b0358a54a6dff316377ca50af You're receiving this email because of your account on salsa.debian.org.

