[sfcgal] 02/04: Drop inputstreamreader.patch, not required.

Bas Couwenberg sebastic at debian.org
Fri Mar 30 15:17:50 UTC 2018


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

sebastic pushed a commit to branch master
in repository sfcgal.

commit f53763ea76fa7c14ef8d58c128ac22d1e386d7b8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 30 16:46:27 2018 +0200

    Drop inputstreamreader.patch, not required.
---
 debian/patches/inputstreamreader.patch | 17 -----------------
 debian/patches/series                  |  1 -
 2 files changed, 18 deletions(-)

diff --git a/debian/patches/inputstreamreader.patch b/debian/patches/inputstreamreader.patch
deleted file mode 100644
index 716f59e..0000000
--- a/debian/patches/inputstreamreader.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Suggestion by Laurent Rineau.
-Author: Laurent Rineau
-Origin: https://github.com/Oslandia/SFCGAL/pull/157#pullrequestreview-106251289
-Bug: https://github.com/Oslandia/SFCGAL/issues/145
-Bug-Debian: https://bugs.debian.org/876521
-
---- a/src/detail/tools/InputStreamReader.h
-+++ b/src/detail/tools/InputStreamReader.h
-@@ -150,7 +150,7 @@ public:
-             skipWhiteSpaces();
-         }
- 
--        if ( CGAL::Input_rep<T>(value)(_s) ) {
-+        if(_s >> CGAL::iformat(value)) {
-             commit();
-             return true ;
-         }
diff --git a/debian/patches/series b/debian/patches/series
index 7c2e237..8e56e61 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,3 @@ fix-gmpxx-compatibility-in-tests.patch
 update-cmake-scripts.patch
 remove-findcgal.patch
 fix-IO-input-with-gmpxx.patch
-inputstreamreader.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git



More information about the Pkg-grass-devel mailing list