Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / xstrp4
Commits:
-
b935142b
by Stephane Glondu at 2023-09-21T07:07:22+02:00
-
28b598e8
by Stephane Glondu at 2023-09-21T07:08:54+02:00
-
9e2109c9
by Stephane Glondu at 2023-09-21T07:10:31+02:00
3 changed files:
Changes:
1 | +xstrp4 (1.8.2-7) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Recompile with OCaml 4.14.1
|
|
5 | + * Make libxstrp4-camlp4-dev an arch:any package
|
|
6 | + * Bump Standards-Version to 4.6.2
|
|
7 | + |
|
8 | + -- Stéphane Glondu <glondu@debian.org> Thu, 21 Sep 2023 07:10:25 +0200
|
|
9 | + |
|
1 | 10 | xstrp4 (1.8.2-6) unstable; urgency=medium
|
2 | 11 | |
3 | 12 | [ Stéphane Glondu ]
|
... | ... | @@ -8,15 +8,16 @@ Build-Depends: |
8 | 8 | dh-ocaml,
|
9 | 9 | debhelper-compat (= 13),
|
10 | 10 | camlp4
|
11 | -Standards-Version: 4.6.1
|
|
11 | +Standards-Version: 4.6.2
|
|
12 | 12 | Rules-Requires-Root: no
|
13 | 13 | Homepage: http://projects.camlcity.org/projects/xstrp4.html
|
14 | 14 | Vcs-Git: https://salsa.debian.org/ocaml-team/xstrp4.git
|
15 | 15 | Vcs-Browser: https://salsa.debian.org/ocaml-team/xstrp4
|
16 | 16 | |
17 | 17 | Package: libxstrp4-camlp4-dev
|
18 | -Architecture: all
|
|
19 | -Depends: libcamlp4-ocaml-dev, ocaml-${F:OCamlABI}, ${misc:Depends}
|
|
18 | +Architecture: any
|
|
19 | +Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}
|
|
20 | +Provides: ${ocaml:Provides}
|
|
20 | 21 | Recommends: ocaml-findlib
|
21 | 22 | Description: camlp4 extension that expands brace expansions in OCaml string
|
22 | 23 | This camlp4 syntax extension interprets the dollar notation ${name} in
|
... | ... | @@ -31,7 +31,3 @@ override_dh_auto_install: |
31 | 31 | .PHONY: override_dh_auto_clean
|
32 | 32 | override_dh_auto_clean:
|
33 | 33 | $(MAKE) clean distclean |
34 | - |
|
35 | -.PHONY: override_dh_gencontrol
|
|
36 | -override_dh_gencontrol:
|
|
37 | - dh_gencontrol -- -VF:OCamlABI="$(OCAML_ABI)" |