diff -Nru ocaml-qtest-2.11/debian/changelog ocaml-qtest-2.11.1/debian/changelog --- ocaml-qtest-2.11/debian/changelog 2020-08-18 07:00:14.000000000 +0000 +++ ocaml-qtest-2.11.1/debian/changelog 2020-09-21 16:31:11.000000000 +0000 @@ -1,3 +1,10 @@ +ocaml-qtest (2.11.1-1) unstable; urgency=medium + + * Team upload + * New upstream release + + -- Stéphane Glondu Mon, 21 Sep 2020 18:31:11 +0200 + ocaml-qtest (2.11-1) unstable; urgency=medium * Team upload diff -Nru ocaml-qtest-2.11/debian/control ocaml-qtest-2.11.1/debian/control --- ocaml-qtest-2.11/debian/control 2020-08-18 07:00:14.000000000 +0000 +++ ocaml-qtest-2.11.1/debian/control 2020-09-21 16:31:11.000000000 +0000 @@ -12,7 +12,7 @@ ocaml-dune, ocaml-findlib, libounit-ocaml-dev (>= 2.2.0), - libqcheck-ocaml-dev + libqcheck-ocaml-dev (>= 0.14) Homepage: https://github.com/vincent-hugot/qtest Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-qtest Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-qtest.git diff -Nru ocaml-qtest-2.11/qtest.opam ocaml-qtest-2.11.1/qtest.opam --- ocaml-qtest-2.11/qtest.opam 2020-05-12 13:58:36.000000000 +0000 +++ ocaml-qtest-2.11.1/qtest.opam 2020-09-06 19:52:24.000000000 +0000 @@ -1,6 +1,6 @@ opam-version: "2.0" maintainer: "Simon Cruanes " "Simon Cruanes = "1.1" } - "qcheck" { >= "0.5" } + "qcheck" { >= "0.14" } "ocaml" { >= "4.03.0" } ] tags: [ diff -Nru ocaml-qtest-2.11/src/dune ocaml-qtest-2.11.1/src/dune --- ocaml-qtest-2.11/src/dune 2020-05-12 13:58:36.000000000 +0000 +++ ocaml-qtest-2.11.1/src/dune 2020-09-06 19:52:24.000000000 +0000 @@ -15,4 +15,4 @@ (modules) (inline_tests.backend (generate_runner (run qtest extract --quiet %{impl-files} %{intf-files})) - (runner_libraries qcheck oUnit bytes))) + (runner_libraries qcheck ounit2 bytes)))