[Pkg-ocaml-maint-commits] [ocaml-extunix] 01/02: Refresh patches

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Jul 19 21:51:30 UTC 2015


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

mehdi pushed a commit to branch patch-queue/master
in repository ocaml-extunix.

commit cd0de27814d2fe702bad29e507e34144938c06ec
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Jul 19 23:42:08 2015 +0000

    Refresh patches
---
 ...-possibility-to-disable-execinfo-test-through-env.patch | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 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 07221bc..7de202b 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
@@ -14,14 +14,14 @@ PostConfCommand.
 Bug: https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1288&group_id=175&atid=782
 Signed-off-by: Stephane Glondu <steph at glondu.net>
 ---
- test/test.ml |    9 ++++++---
+ test/test.ml | 9 ++++++---
  1 file changed, 6 insertions(+), 3 deletions(-)
 
 diff --git a/test/test.ml b/test/test.ml
-index 80919f4..82be51b 100644
+index c3b3a71..a3d5262 100644
 --- a/test/test.ml
 +++ b/test/test.ml
-@@ -526,7 +526,7 @@ let () =
+@@ -553,7 +553,7 @@ let () =
    let wrap test =
      with_unix_error (fun () -> test (); Gc.compact ())
    in
@@ -30,7 +30,7 @@ index 80919f4..82be51b 100644
      "eventfd" >:: test_eventfd;
      "uname" >:: test_uname;
      "fadvise" >:: test_fadvise;
-@@ -537,7 +537,10 @@ let () =
+@@ -564,7 +564,10 @@ let () =
      "resource" >::: test_resource;
      "strtime" >:: test_strtime;
      "pts" >:: test_pts;
@@ -42,12 +42,10 @@ index 80919f4..82be51b 100644
      "statvfs" >:: test_statvfs;
      "setenv" >:: test_setenv;
      "mkdtemp" >:: test_mkdtemp;
-@@ -554,6 +557,6 @@ let () =
-     "mkostemp" >:: test_mkostemp;
+@@ -582,5 +585,5 @@ let () =
      "memalign" >:: test_memalign;
      "sockopt" >:: test_sockopt;
+     "sendmsg_bin" >:: test_sendmsg_bin;
 -]) 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