summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2023-07-20 14:37:21 +0200
committerStephane Glondu <steph@glondu.net>2023-07-20 14:37:21 +0200
commitc1c737bff715f3d59943bb2559c7477a0eea1a24 (patch)
tree34d4c78c70afb82413700bb767b6afd981448b9b
parenta2dbd409f4ba8d7df2f26501e9b2843bab057427 (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 ad36c9b..82f458a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+janest-ocaml-compiler-libs (0.12.4-3) UNRELEASED; urgency=medium
+
+ * Include ocamlvars.mk in debian/rules
+
+ -- Stéphane Glondu <glondu@debian.org> Thu, 20 Jul 2023 14:37:18 +0200
+
janest-ocaml-compiler-libs (0.12.4-2) unstable; urgency=medium
* Remove obsolete patch
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