[dune-common] 01/02: drop patch (applied upstream)

Ansgar Burchardt ansgar at moszumanska.debian.org
Wed Nov 22 16:44:14 UTC 2017


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

ansgar pushed a commit to annotated tag debian/2.6_20171122-1
in repository dune-common.

commit 4ea87736ddc446ac1c8607c74fefdb6eea27e222
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Wed Nov 22 17:38:43 2017 +0100

    drop patch (applied upstream)
---
 ...tient-must-be-representable-without-error.patch | 28 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/0001-quotient-must-be-representable-without-error.patch b/debian/patches/0001-quotient-must-be-representable-without-error.patch
deleted file mode 100644
index 32d60f8..0000000
--- a/debian/patches/0001-quotient-must-be-representable-without-error.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 7c32abc10b33191164b00b08588878ed5d0f6712 Mon Sep 17 00:00:00 2001
-From: Ansgar Burchardt <Ansgar.Burchardt at tu-dresden.de>
-Date: Tue, 14 Nov 2017 07:43:55 +0100
-Subject: [PATCH] quotient must be representable without error
-
-The quotient must be representable exactly for the division test to
-work on i386 as `1./3. == 1./3.` can be false when using the FPU due
-to store/load cycles.
----
- dune/common/test/arithmetictestsuite.hh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/dune/common/test/arithmetictestsuite.hh b/dune/common/test/arithmetictestsuite.hh
-index 89123fd8..b62a8430 100644
---- a/dune/common/test/arithmetictestsuite.hh
-+++ b/dune/common/test/arithmetictestsuite.hh
-@@ -671,7 +671,7 @@ namespace Dune {
-     void checkAssign##name(Tag) {}
- 
-     DUNE_TEST_ASSIGN(*,      Mul,    Arithmetic, (0, 1, 2, 3), (0, 1, 2, 3))
--    DUNE_TEST_ASSIGN(/,      Div,    Arithmetic, (0, 1, 2, 3), (   1, 2, 3))
-+    DUNE_TEST_ASSIGN(/,      Div,    Arithmetic, (0, 1, 2, 3), (   1, 2, 4))
-     DUNE_TEST_ASSIGN(%,      Rem,    Arithmetic, (0, 1, 2, 3), (   1, 2, 3))
-     DUNE_TEST_ASSIGN_DISABLE(Rem,    Floating)
- 
--- 
-2.15.0
-
diff --git a/debian/patches/series b/debian/patches/series
index d2ee7ec..c1e38b1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 soname.patch
 skip-dirs-starting-with-dot.patch
 rename-git-whitespace-hook.patch
-0001-quotient-must-be-representable-without-error.patch

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



More information about the debian-science-commits mailing list