Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / xstr
Commits:
-
6e1cc70d
by Debian Janitor at 2023-08-12T07:53:44+00:00
-
9b8ecd70
by Debian Janitor at 2023-08-12T07:53:48+00:00
-
b69c1d22
by Debian Janitor at 2023-08-12T07:53:48+00:00
-
22752903
by Stéphane Glondu at 2023-08-15T12:09:14+00:00
3 changed files:
Changes:
1 | +xstr (0.2.1-24) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Trim trailing whitespace.
|
|
4 | + * Bump debhelper from old 10 to 13.
|
|
5 | + * Set debhelper-compat version in Build-Depends.
|
|
6 | + |
|
7 | + -- Debian Janitor <janitor@jelmer.uk> Sat, 12 Aug 2023 07:53:44 -0000
|
|
8 | + |
|
1 | 9 | xstr (0.2.1-23) unstable; urgency=medium
|
2 | 10 | |
3 | 11 | * Team upload
|
... | ... | @@ -256,4 +264,3 @@ xstr (0.2-1) unstable; urgency=low |
256 | 264 | * Initial Release (closes: Bug#93417).
|
257 | 265 | |
258 | 266 | -- Stefano Zacchiroli <zack@debian.org> Sat, 7 Apr 2001 01:01:51 +0200 |
259 | - |
1 | -10 |
... | ... | @@ -3,7 +3,7 @@ Section: ocaml |
3 | 3 | Priority: optional
|
4 | 4 | Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
|
5 | 5 | Build-Depends:
|
6 | - debhelper (>= 10),
|
|
6 | + debhelper-compat (= 13),
|
|
7 | 7 | ocaml,
|
8 | 8 | ocaml-findlib (>= 1.2.4),
|
9 | 9 | dh-ocaml (>= 0.9.1)
|