Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / lambda-term
Commits:
-
dba2892f
by Stephane Glondu at 2025-09-23T10:08:10+02:00
-
21726c19
by Stephane Glondu at 2025-09-23T10:10:21+02:00
3 changed files:
Changes:
1 | +lambda-term (3.3.2-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Do not recommend liblambda-term-ocaml-doc (Closes: #1115621)
|
|
5 | + * Bump Standards-Version to 4.7.2
|
|
6 | + * Bump debian/watch version to 5
|
|
7 | + |
|
8 | + -- Stéphane Glondu <glondu@debian.org> Tue, 23 Sep 2025 10:10:20 +0200
|
|
9 | + |
|
1 | 10 | lambda-term (3.3.2-1) unstable; urgency=medium
|
2 | 11 | |
3 | 12 | * Team upload
|
... | ... | @@ -15,7 +15,7 @@ Build-Depends: |
15 | 15 | ocaml-dune (>= 3.9.0),
|
16 | 16 | ocaml,
|
17 | 17 | dh-ocaml (>= 1.2)
|
18 | -Standards-Version: 4.6.2
|
|
18 | +Standards-Version: 4.7.2
|
|
19 | 19 | Rules-Requires-Root: no
|
20 | 20 | Section: ocaml
|
21 | 21 | Homepage: https://github.com/ocaml-community/lambda-term
|
... | ... | @@ -31,7 +31,6 @@ Depends: |
31 | 31 | Provides:
|
32 | 32 | ${ocaml:Provides}
|
33 | 33 | Recommends:
|
34 | - liblambda-term-ocaml-doc,
|
|
35 | 34 | ocaml-findlib
|
36 | 35 | Description: terminal manipulation library for OCaml (development tools)
|
37 | 36 | Lambda-term is a cross-platform library for manipulating the
|
1 | -version=3
|
|
2 | -opts="uversionmangle=s/rc/~rc/" \
|
|
3 | -https://github.com/ocaml-community/lambda-term/tags .*/v?([\d\.]+)\.tar\.gz |
|
1 | +Version: 5
|
|
2 | + |
|
3 | +Source: https://github.com/ocaml-community/lambda-term/tags
|
|
4 | +Matching-Pattern: .*/@ANY_VERSION@\.tar\.gz
|
|
5 | +Uversionmangle: s/rc/~rc/ |