Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-getopt
Commits:
-
10a4e267
by Stephane Glondu at 2022-03-07T15:33:20+01:00
-
6b53e75f
by Stephane Glondu at 2022-03-07T15:34:16+01:00
3 changed files:
Changes:
| 1 | -ocaml-getopt (0.0.20040811-11) UNRELEASED; urgency=low
|
|
| 1 | +ocaml-getopt (0.0.20040811-11) unstable; urgency=medium
|
|
| 2 | 2 | |
| 3 | + [ Stéphane Glondu ]
|
|
| 4 | + * Team upload
|
|
| 5 | + * Bump Standards-Version to 4.6.0
|
|
| 6 | + * Bump debhelper compat level to 13
|
|
| 7 | + * Add Rules-Requires-Root: no
|
|
| 8 | + * Bump debian/watch version to 4
|
|
| 9 | + |
|
| 10 | + [ Debian Janitor ]
|
|
| 3 | 11 | * Trim trailing whitespace.
|
| 4 | 12 | * Upgrade to newer source format 3.0 (quilt).
|
| 5 | - * Bump debhelper from deprecated 7 to 12.
|
|
| 6 | 13 | * Set debhelper-compat version in Build-Depends.
|
| 7 | 14 | * Remove MIA uploaders
|
| 8 | 15 | |
| 9 | - -- Debian Janitor <janitor@jelmer.uk> Mon, 20 Jul 2020 03:19:12 -0000
|
|
| 16 | + -- Stéphane Glondu <glondu@debian.org> Mon, 07 Mar 2022 15:25:48 +0100
|
|
| 10 | 17 | |
| 11 | 18 | ocaml-getopt (0.0.20040811-10) unstable; urgency=low
|
| 12 | 19 |
| ... | ... | @@ -5,11 +5,12 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> |
| 5 | 5 | Uploaders:
|
| 6 | 6 | Mehdi Dogguy <mehdi@debian.org>
|
| 7 | 7 | Build-Depends:
|
| 8 | - debhelper-compat (= 12),
|
|
| 9 | - ocaml-nox (>= 3.11.1-3~),
|
|
| 8 | + debhelper-compat (= 13),
|
|
| 9 | + ocaml,
|
|
| 10 | 10 | ocaml-findlib (>> 1.2.4-2),
|
| 11 | 11 | dh-ocaml (>= 0.9~)
|
| 12 | -Standards-Version: 3.8.3
|
|
| 12 | +Standards-Version: 4.6.0
|
|
| 13 | +Rules-Requires-Root: no
|
|
| 13 | 14 | Homepage: http://alain.frisch.fr/soft.html#Getopt
|
| 14 | 15 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-getopt.git
|
| 15 | 16 | Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-getopt
|
| 1 | -version=3
|
|
| 1 | +version=4
|
|
| 2 | 2 | opts="uversionmangle=s/^/0.0./" \
|
| 3 | 3 | http://alain.frisch.fr/info/getopt-([0-9]+)\.tar\.gz |
| 4 | - |