From: Stephane Glondu Date: Mon, 30 Sep 2019 14:57:00 +0000 (+0200) Subject: Avoid leaving an empty file after patch X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~2^2~17^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ca31c06a79b54fd1ba17fbfadf04015833d4dbbb;p=ocaml.git Avoid leaving an empty file after patch --- diff --git a/debian/patches/0008-Reimplement-custom-without-hacks.patch b/debian/patches/0008-Reimplement-custom-without-hacks.patch index 9f0da942..194a0bc4 100644 --- a/debian/patches/0008-Reimplement-custom-without-hacks.patch +++ b/debian/patches/0008-Reimplement-custom-without-hacks.patch @@ -11,6 +11,7 @@ Origin: https://github.com/ocaml/ocaml/pull/8872 testsuite/tests/lib-threads/ocamltests | 1 - tools/cmpbyt.ml | 85 +++++++++++++++------------- 6 files changed, 77 insertions(+), 47 deletions(-) + delete mode 100644 testsuite/tests/embedded/ocamltests diff --git a/bytecomp/bytelink.ml b/bytecomp/bytelink.ml index 0b964e6..40b2850 100644 @@ -98,9 +99,10 @@ index f226e55..7c7edf4 100644 %.cmo: %.ml $(ocamlc) -c $< diff --git a/testsuite/tests/embedded/ocamltests b/testsuite/tests/embedded/ocamltests -index b03fb35..e69de29 100644 +deleted file mode 100644 +index b03fb35..0000000 --- a/testsuite/tests/embedded/ocamltests -+++ b/testsuite/tests/embedded/ocamltests ++++ /dev/null @@ -1 +0,0 @@ -cmcaml.ml diff --git a/testsuite/tests/lib-dynlink-bytecode/main.ml b/testsuite/tests/lib-dynlink-bytecode/main.ml