From: Raspbian automatic forward porter Date: Thu, 3 Oct 2024 08:36:50 +0000 (+0100) Subject: Merge version 0.9-4+rpi1 and 0.10-1 to produce 0.10-1+rpi1 X-Git-Tag: archive/raspbian/0.10-1+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d061b9491baaa28032032aeee238ef1c6bdf1d2;p=ocaml-eqaf.git Merge version 0.9-4+rpi1 and 0.10-1 to produce 0.10-1+rpi1 --- 3d061b9491baaa28032032aeee238ef1c6bdf1d2 diff --cc debian/changelog index 24d43d3,4e2ffe9..3a9c0a1 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,9 +1,17 @@@ - ocaml-eqaf (0.9-4+rpi1) trixie-staging; urgency=medium ++ocaml-eqaf (0.10-1+rpi1) trixie-staging; urgency=medium + ++ [changes brought forward from 0.9-4+rpi1 by Peter Michael Green at Fri, 22 Dec 2023 04:14:19 +0000] + * Remove build-dependency on libcrowbar-ocaml-dev. + * Disable tests which use afl++ via crowbar. + - -- Peter Michael Green Fri, 22 Dec 2023 04:14:19 +0000 ++ -- Raspbian forward porter Thu, 03 Oct 2024 08:36:50 +0000 ++ + ocaml-eqaf (0.10-1) unstable; urgency=medium + + * New upstream release + * Bump Standards-Version to 4.7.0 + + -- Stéphane Glondu Tue, 20 Aug 2024 09:01:02 +0200 ocaml-eqaf (0.9-4) unstable; urgency=medium diff --cc debian/control index a29553d,b233a79..7e5500b --- a/debian/control +++ b/debian/control @@@ -9,8 -9,9 +9,8 @@@ Build-Depends ocaml-dune, libcstruct-ocaml-dev, libalcotest-ocaml-dev , - libcrowbar-ocaml-dev , dh-ocaml (>= 1.2) - Standards-Version: 4.6.2 + Standards-Version: 4.7.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-eqaf Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-eqaf.git diff --cc eqaf.opam index 87c3f31,0f32fef..c525e9a --- a/eqaf.opam +++ b/eqaf.opam @@@ -21,9 -20,9 +20,8 @@@ build: depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "2.0"} - "cstruct" {>= "1.1.0"} - "base64" {with-test} + "base64" {with-test & >= "3.0.0"} "alcotest" {with-test} - "crowbar" {with-test} "fmt" {with-test & >= "0.8.7"} "bechamel" {with-test} - ] + ]