From: Raspbian automatic forward porter Date: Thu, 3 Oct 2024 08:36:54 +0000 (+0100) Subject: Defuzz fuzzy quilt patches and/or disable broken quilt patches X-Git-Tag: archive/raspbian/0.10-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ad63d92ccace65e282a221d0a05cb61e51104233;p=ocaml-eqaf.git Defuzz fuzzy quilt patches and/or disable broken quilt patches --- diff --git a/debian/patches/disable-afl.patch b/debian/patches/disable-afl.patch index 162e798..3a7ee7a 100644 --- a/debian/patches/disable-afl.patch +++ b/debian/patches/disable-afl.patch @@ -1,23 +1,22 @@ Description: disable test that relies on afl++ via crowbar. Author: Peter Michael Green -Index: ocaml-eqaf-0.9/eqaf.opam +Index: tempdefuzz/eqaf.opam =================================================================== ---- ocaml-eqaf-0.9.orig/eqaf.opam -+++ ocaml-eqaf-0.9/eqaf.opam -@@ -24,7 +24,6 @@ depends: [ - "cstruct" {>= "1.1.0"} - "base64" {with-test} +--- tempdefuzz.orig/eqaf.opam ++++ tempdefuzz/eqaf.opam +@@ -22,7 +22,6 @@ depends: [ + "dune" {>= "2.0"} + "base64" {with-test & >= "3.0.0"} "alcotest" {with-test} - "crowbar" {with-test} "fmt" {with-test & >= "0.8.7"} "bechamel" {with-test} ] -\ No newline at end of file -Index: ocaml-eqaf-0.9/fuzz/dune +Index: tempdefuzz/fuzz/dune =================================================================== ---- ocaml-eqaf-0.9.orig/fuzz/dune -+++ ocaml-eqaf-0.9/fuzz/dune +--- tempdefuzz.orig/fuzz/dune ++++ tempdefuzz/fuzz/dune @@ -1,11 +0,0 @@ -(executable - (name fuzz)