Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-getopt
Commits:
-
ab02f9e4
by root at 2022-03-07T21:38:42+00:00
-
d5363c1b
by Stéphane Glondu at 2023-08-15T11:23:52+00:00
2 changed files:
Changes:
1 | +ocaml-getopt (0.0.20040811-12) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Remove constraints unnecessary since buster:
|
|
4 | + + Build-Depends: Drop versioned constraint on dh-ocaml and ocaml-findlib.
|
|
5 | + |
|
6 | + -- Debian Janitor <janitor@jelmer.uk> Mon, 07 Mar 2022 21:38:42 -0000
|
|
7 | + |
|
1 | 8 | ocaml-getopt (0.0.20040811-11) unstable; urgency=medium
|
2 | 9 | |
3 | 10 | [ Stéphane Glondu ]
|
... | ... | @@ -7,8 +7,8 @@ Uploaders: |
7 | 7 | Build-Depends:
|
8 | 8 | debhelper-compat (= 13),
|
9 | 9 | ocaml,
|
10 | - ocaml-findlib (>> 1.2.4-2),
|
|
11 | - dh-ocaml (>= 0.9~)
|
|
10 | + ocaml-findlib,
|
|
11 | + dh-ocaml
|
|
12 | 12 | Standards-Version: 4.6.0
|
13 | 13 | Rules-Requires-Root: no
|
14 | 14 | Homepage: http://alain.frisch.fr/soft.html#Getopt
|