Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamldap
Commits:
-
596ba385
by Stephane Glondu at 2023-07-29T07:49:25+02:00
-
10bd45c8
by Stephane Glondu at 2023-07-29T07:50:29+02:00
2 changed files:
Changes:
1 | +ocamldap (2.4.2-4) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Build-depend on libpcre-ocaml-dev (Closes: #1042469)
|
|
5 | + * Bump Standards-Version to 4.6.2
|
|
6 | + |
|
7 | + -- Stéphane Glondu <glondu@debian.org> Sat, 29 Jul 2023 07:49:57 +0200
|
|
8 | + |
|
1 | 9 | ocamldap (2.4.2-3) unstable; urgency=medium
|
2 | 10 | |
3 | 11 | * Team upload
|
... | ... | @@ -9,9 +9,10 @@ Build-Depends: |
9 | 9 | ocaml-nox,
|
10 | 10 | ocaml-dune,
|
11 | 11 | libocamlnet-ocaml-dev,
|
12 | + libpcre-ocaml-dev,
|
|
12 | 13 | libssl-ocaml-dev,
|
13 | 14 | dh-ocaml (>= 1.2)
|
14 | -Standards-Version: 4.5.1
|
|
15 | +Standards-Version: 4.6.2
|
|
15 | 16 | Rules-Requires-Root: no
|
16 | 17 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocamldap.git
|
17 | 18 | Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamldap
|