Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / xstrp4
Commits:
-
2ed0554e
by Stephane Glondu at 2022-01-25T16:19:22+01:00
-
f14f39ee
by Stephane Glondu at 2022-01-25T16:19:57+01:00
2 changed files:
Changes:
| 1 |
+xstrp4 (1.8.2-5) unstable; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * Team upload
|
|
| 4 |
+ * Depend on ocaml-$ABI instead of ocaml-nox-$ABI
|
|
| 5 |
+ |
|
| 6 |
+ -- Stéphane Glondu <glondu@debian.org> Tue, 25 Jan 2022 16:19:53 +0100
|
|
| 7 |
+ |
|
| 1 | 8 |
xstrp4 (1.8.2-4) unstable; urgency=medium
|
| 2 | 9 |
|
| 3 | 10 |
* Team upload
|
| ... | ... | @@ -16,7 +16,7 @@ Vcs-Browser: https://salsa.debian.org/ocaml-team/xstrp4 |
| 16 | 16 |
|
| 17 | 17 |
Package: libxstrp4-camlp4-dev
|
| 18 | 18 |
Architecture: all
|
| 19 |
-Depends: libcamlp4-ocaml-dev, ocaml-nox-${F:OCamlABI}, ${misc:Depends}
|
|
| 19 |
+Depends: libcamlp4-ocaml-dev, ocaml-${F:OCamlABI}, ${misc:Depends}
|
|
| 20 | 20 |
Recommends: ocaml-findlib
|
| 21 | 21 |
Description: camlp4 extension that expands brace expansions in OCaml string
|
| 22 | 22 |
This camlp4 syntax extension interprets the dollar notation ${name} in
|