From 8ebb96a8c585d54584fa36e9179c6a9ea7ae2394 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 20 Jul 2023 15:01:29 +0200 Subject: Include ocamlvars.mk in debian/rules --- debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 94e5dd1..1205893 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +reactivedata (0.3-3) UNRELEASED; urgency=medium + + * Include ocamlvars.mk in debian/rules + + -- Stéphane Glondu Thu, 20 Jul 2023 15:01:29 +0200 + reactivedata (0.3-2) unstable; urgency=medium * Use ocaml_dune DH buildsystem diff --git a/debian/rules b/debian/rules index 5f443ee..91ce70b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- +include /usr/share/ocaml/ocamlvars.mk + %: dh $@ --with ocaml --buildsystem ocaml_dune -- cgit v1.2.3