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
-
d5af5f5d
by Debian Janitor at 2022-11-02T06:41:09+00:00
-
60f2cb73
by Debian Janitor at 2022-11-02T06:41:11+00:00
-
274af61b
by Debian Janitor at 2022-11-02T06:41:11+00:00
-
4a56476d
by Debian Janitor at 2022-11-02T06:41:11+00:00
-
47b65954
by Debian Janitor at 2022-11-02T06:41:11+00:00
-
14fcb24e
by Stéphane Glondu at 2023-08-15T12:09:54+00:00
4 changed files:
Changes:
| 1 | +ulex (1.2-2) UNRELEASED; urgency=medium
|
|
| 2 | + |
|
| 3 | + * Trim trailing whitespace.
|
|
| 4 | + * Update watch file format version to 4.
|
|
| 5 | + * Set upstream metadata fields: Repository-Browse.
|
|
| 6 | + * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
|
|
| 7 | + page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
|
|
| 8 | + * debian/watch: Use GitHub /tags rather than /releases page.
|
|
| 9 | + * Update standards version to 4.6.1, no changes needed.
|
|
| 10 | + |
|
| 11 | + -- Debian Janitor <janitor@jelmer.uk> Wed, 02 Nov 2022 06:41:08 -0000
|
|
| 12 | + |
|
| 1 | 13 | ulex (1.2-1) unstable; urgency=medium
|
| 2 | 14 | |
| 3 | 15 | * Team upload
|
| ... | ... | @@ -235,4 +247,3 @@ ulex (0.2-1) unstable; urgency=low |
| 235 | 247 | * Initial Release (Closes: #212676)
|
| 236 | 248 | |
| 237 | 249 | -- Stefano Zacchiroli <zack@debian.org> Thu, 25 Sep 2003 09:43:05 +0200 |
| 238 | - |
| ... | ... | @@ -9,7 +9,7 @@ Build-Depends: |
| 9 | 9 | ocaml-findlib,
|
| 10 | 10 | ocamlbuild,
|
| 11 | 11 | dh-ocaml
|
| 12 | -Standards-Version: 4.5.0
|
|
| 12 | +Standards-Version: 4.6.1
|
|
| 13 | 13 | Rules-Requires-Root: no
|
| 14 | 14 | Vcs-Git: https://salsa.debian.org/ocaml-team/ulex.git
|
| 15 | 15 | Vcs-Browser: https://salsa.debian.org/ocaml-team/ulex
|
| ... | ... | @@ -33,4 +33,3 @@ Description: OCaml lexer generator with Unicode support |
| 33 | 33 | Generated lexers work with a new kind of "lexbuf" that supports
|
| 34 | 34 | Unicode; a single lexer can work with arbitrary encodings of the input
|
| 35 | 35 | stream. |
| 36 | - |
| 1 | +---
|
|
| 2 | +Repository-Browse: https://github.com/whitequark/ulex |
| 1 | -version=3
|
|
| 2 | -https://github.com/whitequark/ulex/releases .*/archive/v?([0-9.]+)\.tar\.gz |
|
| 1 | +version=4
|
|
| 2 | +https://github.com/whitequark/ulex/tags .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz |