[Pkg-ocaml-maint-commits] [ocaml-extunix] 06/11: Refresh patch

Stéphane Glondu glondu at moszumanska.debian.org
Mon Jul 17 16:37:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-extunix.

commit f1300e5727365fd2529489104754f39bfaee3a99
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jul 17 18:21:59 2017 +0200

    Refresh patch
---
 ...01-Add-possibility-to-disable-execinfo-test-through-env.patch | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/patches/0001-Add-possibility-to-disable-execinfo-test-through-env.patch b/debian/patches/0001-Add-possibility-to-disable-execinfo-test-through-env.patch
index cfc862f..32bc392 100644
--- a/debian/patches/0001-Add-possibility-to-disable-execinfo-test-through-env.patch
+++ b/debian/patches/0001-Add-possibility-to-disable-execinfo-test-through-env.patch
@@ -18,10 +18,10 @@ Signed-off-by: Stephane Glondu <steph at glondu.net>
  1 file changed, 6 insertions(+), 3 deletions(-)
 
 diff --git a/test/test.ml b/test/test.ml
-index 4dee8ab..86e378c 100644
+index f6e0ef2..cbcf1b8 100644
 --- a/test/test.ml
 +++ b/test/test.ml
-@@ -557,7 +557,7 @@ let () =
+@@ -573,7 +573,7 @@ let () =
    let wrap test =
      with_unix_error (fun () -> test (); Gc.compact ())
    in
@@ -30,7 +30,7 @@ index 4dee8ab..86e378c 100644
      "eventfd" >:: test_eventfd;
      "uname" >:: test_uname;
      "fadvise" >:: test_fadvise;
-@@ -568,7 +568,10 @@ let () =
+@@ -584,7 +584,10 @@ let () =
      "resource" >::: test_resource;
      "strtime" >:: test_strtime;
      "pts" >:: test_pts;
@@ -42,11 +42,10 @@ index 4dee8ab..86e378c 100644
      "statvfs" >:: test_statvfs;
      "setenv" >:: test_setenv;
      "mkdtemp" >:: test_mkdtemp;
-@@ -587,5 +590,5 @@ let () =
+@@ -603,5 +606,5 @@ let () =
      "sockopt" >:: test_sockopt;
      "sendmsg_bin" >:: test_sendmsg_bin;
      "sysinfo" >:: test_sysinfo;
 -]) in
 +])) in
    ignore (run_test_tt_main (test_decorate wrap tests))
--- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-extunix.git



More information about the Pkg-ocaml-maint-commits mailing list