summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <Stéphane Glondu glondu@debian.org>2023-08-12 10:01:43 +0200
committerStephane Glondu <Stéphane Glondu glondu@debian.org>2023-08-12 10:04:04 +0200
commit02f52c7db60d67d198ab8c3fd39b783f203d9084 (patch)
tree39fcbaea3d0597416aad5fbc7c8231976a77d38a
parenta7253100c2f52decf8b7c9d2c4e9900914db77e1 (diff)
Depend on ocaml instead of ocaml-nox
-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, @