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 Remove dh_dwz override from ocamlvars.mk - - - - - 2 changed files: - debian/changelog - share/ocamlvars.mk Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +dh-ocaml (1.2.2) UNRELEASED; urgency=medium + + * Remove dh_dwz override from ocamlvars.mk + + -- Stéphane Glondu <[email protected]> Sun, 23 Jul 2023 21:57:06 +0200 + dh-ocaml (1.2.1) unstable; urgency=medium * ocaml_dune DH buildsystem: pass package name to dune install ===================================== share/ocamlvars.mk ===================================== @@ -126,7 +126,4 @@ export BUILD_PATH_PREFIX_MAP ?= .=$(CURDIR) # Replace -custom with -output-complete-exe semantics (OCaml >= 4.11.1) export OCAML_CUSTOM_USE_OUTPUT_COMPLETE_EXE := 1 -# Empty override to work around dh_dwz failing on OCaml packages -override_dh_dwz: - endif View it on GitLab: https://salsa.debian.org/ocaml-team/dh-ocaml/-/commit/3fda0ff900c5ccae59093ded502fcb2c2bf840f5 -- View it on GitLab: https://salsa.debian.org/ocaml-team/dh-ocaml/-/commit/3fda0ff900c5ccae59093ded502fcb2c2bf840f5 You're receiving this email because of your account on salsa.debian.org.

