[geos] 11/17: Add DEP3 patch headers.

Bas Couwenberg sebastic at xs4all.nl
Fri Mar 7 20:18:47 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository geos.

commit cbd209cf9b5e491c9470724e10fb10cf79b0a587
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Feb 18 23:52:34 2014 +0100

    Add DEP3 patch headers.
---
 debian/changelog                              | 1 +
 debian/patches/CoordinateSequenceFactory.h    | 3 +++
 debian/patches/DirectedEdgeStar.h             | 4 ++++
 debian/patches/DouglasPeuckerLineSimplifier.h | 4 ++++
 debian/patches/Node.cpp                       | 4 ++++
 debian/patches/Root.cpp                       | 4 ++++
 debian/patches/SimpleNestedRingTester.h       | 4 ++++
 debian/patches/TaggedLineString.cpp           | 4 ++++
 debian/patches/TaggedLineString.h             | 4 ++++
 debian/patches/TaggedLineStringSimplifier.h   | 4 ++++
 debian/patches/geos-config                    | 2 ++
 debian/patches/libruby                        | 4 ++++
 12 files changed, 42 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5a5cd8..58869f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ geos (3.4.2-2) UNRELEASED; urgency=low
   * Enable parallel builds.
   * Link to LGPL-2.1 common license instead of symlink in copyright file.
   * Update copyright file using copyright-format 1.0.
+  * Add DEP3 patch headers.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 16 Feb 2014 20:11:38 +0100
 
diff --git a/debian/patches/CoordinateSequenceFactory.h b/debian/patches/CoordinateSequenceFactory.h
index 530752a..bdf6ae8 100644
--- a/debian/patches/CoordinateSequenceFactory.h
+++ b/debian/patches/CoordinateSequenceFactory.h
@@ -1,3 +1,6 @@
+Description: Fix FTBFS due to a missing declaration.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
+Bug-Debian: https://bugs.debian.org/624949
 --- a/include/geos/geom/CoordinateSequenceFactory.h
 +++ b/include/geos/geom/CoordinateSequenceFactory.h
 @@ -23,7 +23,7 @@
diff --git a/debian/patches/DirectedEdgeStar.h b/debian/patches/DirectedEdgeStar.h
index b01e38c..f43e372 100644
--- a/debian/patches/DirectedEdgeStar.h
+++ b/debian/patches/DirectedEdgeStar.h
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/include/geos/planargraph/DirectedEdgeStar.h
 +++ b/include/geos/planargraph/DirectedEdgeStar.h
 @@ -19,6 +19,7 @@
diff --git a/debian/patches/DouglasPeuckerLineSimplifier.h b/debian/patches/DouglasPeuckerLineSimplifier.h
index c6e205c..064f035 100644
--- a/debian/patches/DouglasPeuckerLineSimplifier.h
+++ b/debian/patches/DouglasPeuckerLineSimplifier.h
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/include/geos/simplify/DouglasPeuckerLineSimplifier.h
 +++ b/include/geos/simplify/DouglasPeuckerLineSimplifier.h
 @@ -22,6 +22,7 @@
diff --git a/debian/patches/Node.cpp b/debian/patches/Node.cpp
index 2850221..ba45600 100644
--- a/debian/patches/Node.cpp
+++ b/debian/patches/Node.cpp
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/src/index/bintree/Node.cpp
 +++ b/src/index/bintree/Node.cpp
 @@ -15,6 +15,7 @@
diff --git a/debian/patches/Root.cpp b/debian/patches/Root.cpp
index 4fc4859..4ccfbee 100644
--- a/debian/patches/Root.cpp
+++ b/debian/patches/Root.cpp
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/src/index/bintree/Root.cpp
 +++ b/src/index/bintree/Root.cpp
 @@ -20,11 +20,14 @@
diff --git a/debian/patches/SimpleNestedRingTester.h b/debian/patches/SimpleNestedRingTester.h
index 2b30828..fa0f3e1 100644
--- a/debian/patches/SimpleNestedRingTester.h
+++ b/debian/patches/SimpleNestedRingTester.h
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/include/geos/operation/valid/SimpleNestedRingTester.h
 +++ b/include/geos/operation/valid/SimpleNestedRingTester.h
 @@ -24,6 +24,7 @@
diff --git a/debian/patches/TaggedLineString.cpp b/debian/patches/TaggedLineString.cpp
index f9b2f01..7849b24 100644
--- a/debian/patches/TaggedLineString.cpp
+++ b/debian/patches/TaggedLineString.cpp
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/src/simplify/TaggedLineString.cpp
 +++ b/src/simplify/TaggedLineString.cpp
 @@ -26,6 +26,7 @@
diff --git a/debian/patches/TaggedLineString.h b/debian/patches/TaggedLineString.h
index cf19747..d8c33c2 100644
--- a/debian/patches/TaggedLineString.h
+++ b/debian/patches/TaggedLineString.h
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/include/geos/simplify/TaggedLineString.h
 +++ b/include/geos/simplify/TaggedLineString.h
 @@ -28,6 +28,7 @@
diff --git a/debian/patches/TaggedLineStringSimplifier.h b/debian/patches/TaggedLineStringSimplifier.h
index cff31e8..fbcd36a 100644
--- a/debian/patches/TaggedLineStringSimplifier.h
+++ b/debian/patches/TaggedLineStringSimplifier.h
@@ -1,3 +1,7 @@
+Description: Include cstddef and use std namespace.
+ Fix a missing cstddef header file inclusion in some files and use
+ of std namespace. This is required in current default gcc flavor.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/include/geos/simplify/TaggedLineStringSimplifier.h
 +++ b/include/geos/simplify/TaggedLineStringSimplifier.h
 @@ -28,6 +28,7 @@
diff --git a/debian/patches/geos-config b/debian/patches/geos-config
index a27318b..c9697c7 100644
--- a/debian/patches/geos-config
+++ b/debian/patches/geos-config
@@ -1,3 +1,5 @@
+Description: Fix library paths.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
 --- a/tools/geos-config.in
 +++ b/tools/geos-config.in
 @@ -43,7 +43,7 @@ case $1 in
diff --git a/debian/patches/libruby b/debian/patches/libruby
index 0a6a39f..5299ec8 100644
--- a/debian/patches/libruby
+++ b/debian/patches/libruby
@@ -1,3 +1,7 @@
+Description: Fix libtool in order to avoid a FTBFS.
+ RUBY_EXTENSION_DIR fix by Christian Hofstaedtler <zeha at debian.org>.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
+Bug-Debian: https://bugs.debian.org/735652
 --- a/swig/ruby/Makefile.am
 +++ b/swig/ruby/Makefile.am
 @@ -22,7 +22,7 @@ INCLUDES = -I$(RUBY_INCLUDE_DIR) -I$(RUB

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



More information about the Pkg-grass-devel mailing list