diff options
author | Benjamin Barenblat <bbaren@debian.org> | 2019-02-03 20:53:56 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@debian.org> | 2019-02-05 12:30:46 -0500 |
commit | fe4de3af9df2d093394d89f702993d49ce41d70a (patch) | |
tree | 57da92c1bfd95d09cd36d3d87e121259c82be1db | |
parent | bf8f9260d59d795b09b2fd1611a4131b8c31127e (diff) |
Tighten Build-Depends to match upstream’s INSTALL
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a9020dd6..8c27fc56 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,9 @@ Build-Depends: dh-exec, dh-ocaml (>= 0.9.5~), dh-python, - ocaml-nox (>= 4), - ocaml-findlib (>= 1.4), - camlp5 (>= 5.12-2~), + ocaml-nox (>= 4.02.3), + ocaml-findlib (>= 1.4.1), + camlp5 (>= 6.14), liblablgtk2-ocaml-dev (>= 2.14), liblablgtksourceview2-ocaml-dev, libounit-ocaml-dev, |