[dune-istl] 01/03: Remove patches (applied upstream).

Ansgar Burchardt ansgar at moszumanska.debian.org
Sat Jun 17 15:09:27 UTC 2017


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

ansgar pushed a commit to annotated tag debian/2.5.1_rc1-1
in repository dune-istl.

commit 5f625e2d246f700558f69f76da955f325cd85302
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Jun 17 17:00:41 2017 +0200

    Remove patches (applied upstream).
---
 ...h-bugfix-build-failure-on-i386-into-maste.patch | 28 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/0001-Merge-branch-bugfix-build-failure-on-i386-into-maste.patch b/debian/patches/0001-Merge-branch-bugfix-build-failure-on-i386-into-maste.patch
deleted file mode 100644
index 5677e0f..0000000
--- a/debian/patches/0001-Merge-branch-bugfix-build-failure-on-i386-into-maste.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 81a4487be978ea350ca581bfc77a7eefb11bb7ee Mon Sep 17 00:00:00 2001
-From: Ansgar Burchardt <ansgar.burchardt at tu-dresden.de>
-Date: Thu, 20 Apr 2017 12:04:36 +0000
-Subject: [PATCH] Merge branch 'bugfix/build-failure-on-i386' into 'master'
-
-Use correct type for second template argument of `std::array`
-
-See merge request !90
----
- dune/istl/io.hh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/dune/istl/io.hh b/dune/istl/io.hh
-index 37842597..abac62f5 100644
---- a/dune/istl/io.hh
-+++ b/dune/istl/io.hh
-@@ -599,7 +599,7 @@ namespace Dune {
-   }
- 
-   // Recursively print all the blocks -- specialization for std::array
--  template<class K, unsigned long n>
-+  template<class K, std::size_t n>
-   void writeVectorToMatlabHelper (const std::array<K,n>& v, std::ostream& s)
-   {
-     for (const auto& entry : v)
--- 
-2.11.0
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bd2b2eb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Merge-branch-bugfix-build-failure-on-i386-into-maste.patch

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



More information about the debian-science-commits mailing list