Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dh-ocaml
Commits:
-
3fda0ff9
by Stephane Glondu at 2023-07-23T21:57:11+02:00
2 changed files:
Changes:
1 | +dh-ocaml (1.2.2) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Remove dh_dwz override from ocamlvars.mk
|
|
4 | + |
|
5 | + -- Stéphane Glondu <glondu@debian.org> Sun, 23 Jul 2023 21:57:06 +0200
|
|
6 | + |
|
1 | 7 | dh-ocaml (1.2.1) unstable; urgency=medium
|
2 | 8 | |
3 | 9 | * ocaml_dune DH buildsystem: pass package name to dune install
|
... | ... | @@ -126,7 +126,4 @@ export BUILD_PATH_PREFIX_MAP ?= .=$(CURDIR) |
126 | 126 | # Replace -custom with -output-complete-exe semantics (OCaml >= 4.11.1)
|
127 | 127 | export OCAML_CUSTOM_USE_OUTPUT_COMPLETE_EXE := 1
|
128 | 128 | |
129 | -# Empty override to work around dh_dwz failing on OCaml packages
|
|
130 | -override_dh_dwz:
|
|
131 | - |
|
132 | 129 | endif |