summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rw-r--r--debian/tests/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 31b9c60..4c1c7b3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 4.5.0
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
- ocaml-nox,
+ ocaml,
ocaml-dune,
ocaml-findlib,
dh-ocaml (>= 1.2)
diff --git a/debian/tests/control b/debian/tests/control
index c81e8c4..005358c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
Tests: test-native, test-bytecode
-Depends: ocaml-nox, ocaml-findlib, @
+Depends: ocaml, ocaml-findlib, @