[mpfi] 33/39: Remove patch applied upstream.

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat May 23 02:12:13 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository mpfi.

commit c646fe96648e793891587a4064f6f4079b33c9b3
Author: Laurent Fousse <laurent at komite.net>
Date:   Sat May 26 01:59:16 2012 +0000

    Remove patch applied upstream.
---
 ...patch-by-Philippe-Theveny-to-fix-tis_zero.patch | 32 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 33 deletions(-)

diff --git a/debian/patches/0001-Apply-patch-by-Philippe-Theveny-to-fix-tis_zero.patch b/debian/patches/0001-Apply-patch-by-Philippe-Theveny-to-fix-tis_zero.patch
deleted file mode 100644
index 355e067..0000000
--- a/debian/patches/0001-Apply-patch-by-Philippe-Theveny-to-fix-tis_zero.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Laurent Fousse <laurent at komite.net>
-Date: Tue, 27 Sep 2011 21:58:07 +0200
-Subject: Apply patch by Philippe Theveny to fix tis_zero.
-
----
- tests/tis_zero.c |    7 +++++--
- 1 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/tests/tis_zero.c b/tests/tis_zero.c
-index 4937dd4..ebeffe1 100644
---- a/tests/tis_zero.c
-+++ b/tests/tis_zero.c
-@@ -60,13 +60,16 @@ main (int argc, char **argv)
-     mpfr_set_prec (x, p);
-     mpfi_set_prec (interval, p);
- 
--    random_mpfr (x); /* x != 0*/
-+    random_mpfr (x);
-     mpfi_set_fr (interval, x);
--    if (mpfi_is_zero (interval)) {
-+    if (mpfi_is_zero (interval) && !mpfr_zero_p (x)) {
-       print_error (interval);
-     }
- 
-     random_mpfr (x);
-+    if (mpfr_zero_p (x))
-+      mpfr_nextabove (x);
-+    /* x != 0*/
-     mpfi_put_fr (interval, x);
-     if (mpfi_is_zero (interval)) {
-       print_error (interval);
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7fd4ef6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Apply-patch-by-Philippe-Theveny-to-fix-tis_zero.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpfi.git



More information about the debian-science-commits mailing list