Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / hevea
Commits:
-
623d910e
by Debian Janitor at 2022-09-18T08:42:58+00:00
-
4b068c5b
by Debian Janitor at 2022-09-18T08:43:03+00:00
-
48265f89
by Stéphane Glondu at 2023-08-14T09:32:17+00:00
3 changed files:
Changes:
1 | +hevea (2.36-2) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Use secure URI in Homepage field.
|
|
4 | + * Set upstream metadata fields: Bug-Submit, Repository.
|
|
5 | + |
|
6 | + -- Debian Janitor <janitor@jelmer.uk> Sun, 18 Sep 2022 08:42:58 -0000
|
|
7 | + |
|
1 | 8 | hevea (2.36-1) unstable; urgency=medium
|
2 | 9 | |
3 | 10 | * New upstream version
|
... | ... | @@ -15,7 +15,7 @@ Standards-Version: 4.6.1 |
15 | 15 | Rules-Requires-Root: no
|
16 | 16 | Vcs-Browser: https://salsa.debian.org/ocaml-team/hevea
|
17 | 17 | Vcs-Git: https://salsa.debian.org/ocaml-team/hevea.git
|
18 | -Homepage: http://hevea.inria.fr/
|
|
18 | +Homepage: https://hevea.inria.fr/
|
|
19 | 19 | |
20 | 20 | Package: hevea
|
21 | 21 | Architecture: any
|
1 | -Repository: https://github.com/maranget/hevea
|
|
1 | +Bug-Submit: https://github.com/maranget/hevea/issues/new
|
|
2 | +Repository: https://github.com/maranget/hevea.git
|
|
2 | 3 | Repository-Browse: https://github.com/maranget/hevea
|
3 | 4 | Bug-Database: https://github.com/maranget/hevea/issues
|
4 | 5 | Reference:
|