summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2023-07-20 15:01:29 +0200
committerStephane Glondu <steph@glondu.net>2023-07-20 15:01:29 +0200
commit8ebb96a8c585d54584fa36e9179c6a9ea7ae2394 (patch)
treeffab5e69810ad56e4b46751d17c4c7d604f4a730
parent297eaf6373cb6b51dbaef9b93d9160f89fd13037 (diff)
Include ocamlvars.mk in debian/rules
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 0 deletions
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 <glondu@debian.org> 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