From: Julien Puydt Date: Thu, 6 Jul 2023 07:36:23 +0000 (+0200) Subject: Fix compilation with recent dune X-Git-Tag: archive/raspbian/6.2.2-1+rpi1~1^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=60f37e2e3977cf4854224a822627c7cd7d56cc88;p=ocaml-cohttp.git Fix compilation with recent dune --- diff --git a/debian/changelog b/debian/changelog index 94d3470..134f203 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ocaml-cohttp (5.1.0-1) UNRELEASED; urgency=medium * Fix d/watch. * New upstream release. * Complete b-deps. + * Fix compilation with recent dune -- Julien Puydt Thu, 06 Jul 2023 09:35:54 +0200 diff --git a/debian/rules b/debian/rules index 3bb7c55..d2be4a8 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ DESTDIR=$(CURDIR)/debian/tmp include /usr/share/ocaml/ocamlvars.mk DUNE_BUILD := OCAMLPATH=$(CURDIR)/_tmp$(OCAML_STDLIB_DIR) dune build -p -DUNE_INSTALL := dune install --destdir=$(CURDIR)/_tmp --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR) +DUNE_INSTALL := dune install --destdir=$(CURDIR)/_tmp --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) DUNE_RUNTEST := OCAMLPATH=$(CURDIR)/_tmp$(OCAML_STDLIB_DIR) dune runtest -p %: