From 60f37e2e3977cf4854224a822627c7cd7d56cc88 Mon Sep 17 00:00:00 2001 From: Julien Puydt Date: Thu, 6 Jul 2023 09:36:23 +0200 Subject: [PATCH] Fix compilation with recent dune --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 %: -- 2.39.5