Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / caml2html
Commits:
-
f767aa6d
by Debian Janitor at 2022-11-01T12:56:40+00:00
-
6dfef9e1
by Debian Janitor at 2022-11-01T12:56:40+00:00
-
3861108d
by Debian Janitor at 2022-11-01T12:56:40+00:00
-
8c224cfc
by Debian Janitor at 2022-11-01T12:56:44+00:00
-
47bb72c2
by Debian Janitor at 2022-11-01T12:56:44+00:00
-
497bc7c5
by Debian Janitor at 2022-11-01T12:56:44+00:00
-
3d7032d0
by Debian Janitor at 2022-11-01T12:56:44+00:00
-
ac1dfdf0
by Stéphane Glondu at 2023-08-15T07:50:05+00:00
5 changed files:
Changes:
1 | -12 |
... | ... | @@ -3,14 +3,14 @@ Section: ocaml |
3 | 3 | Priority: optional
|
4 | 4 | Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
|
5 | 5 | Build-Depends:
|
6 | - debhelper (>= 12),
|
|
6 | + debhelper-compat (= 13),
|
|
7 | 7 | dh-ocaml (>= 0.9~),
|
8 | 8 | ocaml,
|
9 | 9 | ocaml-best-compilers,
|
10 | 10 | ocaml-findlib,
|
11 | 11 | libfindlib-ocaml-dev,
|
12 | 12 | camlmix
|
13 | -Standards-Version: 4.4.0
|
|
13 | +Standards-Version: 4.6.1
|
|
14 | 14 | Homepage: https://github.com/mjambon/caml2html
|
15 | 15 | Vcs-Git: https://salsa.debian.org/ocaml-team/caml2html.git
|
16 | 16 | Vcs-Browser: https://salsa.debian.org/ocaml-team/caml2html
|
... | ... | @@ -36,6 +36,3 @@ override_dh_auto_install: |
36 | 36 | mkdir -p '$(DESTDIR)/usr/bin'
|
37 | 37 | make install 'BINDIR=$(DESTDIR)/usr/bin'
|
38 | 38 | |
39 | - |
|
40 | -override_dh_missing:
|
|
41 | - dh_missing --fail-missing |
1 | +---
|
|
2 | +Repository-Browse: https://github.com/mjambon/caml2html |
1 | -version=3
|
|
2 | -https://github.com/mjambon/caml2html/releases .*/archive/v(.*)\.tar\.gz |
|
1 | +version=4
|
|
2 | +https://github.com/mjambon/caml2html/tags .*/archive/refs/tags/v(.*)\.tar\.gz |