[Pkg-ocaml-maint-commits] [ocaml-extunix] 06/08: Refresh patches.
Mehdi Dogguy
mehdi at moszumanska.debian.org
Sun Jan 17 23:40:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
mehdi pushed a commit to branch master
in repository ocaml-extunix.
commit 38b28cd09f32f8b3a618962c46a702600ae4c94c
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Mon Jan 18 00:32:36 2016 +0100
Refresh patches.
---
debian/changelog | 1 +
...Add-possibility-to-disable-execinfo-test-through-env.patch | 11 ++++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4868115..ea7a272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ocaml-extunix (0.1.3-1) UNRELEASED; urgency=medium
* New upstream release
+ - Refresh patches.
-- Mehdi Dogguy <mehdi at debian.org> Mon, 18 Jan 2016 00:24:20 +0100
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 7de202b..cfc862f 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 c3b3a71..a3d5262 100644
+index 4dee8ab..86e378c 100644
--- a/test/test.ml
+++ b/test/test.ml
-@@ -553,7 +553,7 @@ let () =
+@@ -557,7 +557,7 @@ let () =
let wrap test =
with_unix_error (fun () -> test (); Gc.compact ())
in
@@ -30,7 +30,7 @@ index c3b3a71..a3d5262 100644
"eventfd" >:: test_eventfd;
"uname" >:: test_uname;
"fadvise" >:: test_fadvise;
-@@ -564,7 +564,10 @@ let () =
+@@ -568,7 +568,10 @@ let () =
"resource" >::: test_resource;
"strtime" >:: test_strtime;
"pts" >:: test_pts;
@@ -42,10 +42,11 @@ index c3b3a71..a3d5262 100644
"statvfs" >:: test_statvfs;
"setenv" >:: test_setenv;
"mkdtemp" >:: test_mkdtemp;
-@@ -582,5 +585,5 @@ let () =
- "memalign" >:: test_memalign;
+@@ -587,5 +590,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