[DebianGIS-dev] r1513 - in packages/geos/trunk/debian: . patches

2008-04-10 Thread frankie
Author: frankie
Date: 2008-04-10 12:32:51 + (Thu, 10 Apr 2008)
New Revision: 1513

Added:
   packages/geos/trunk/debian/patches/
   packages/geos/trunk/debian/patches/00list
   packages/geos/trunk/debian/patches/gcc43.dpatch
Modified:
   packages/geos/trunk/debian/changelog
Log:
Incorporating NMU patch in the right way, i.e. via dpatch.


Modified: packages/geos/trunk/debian/changelog
===
--- packages/geos/trunk/debian/changelog2008-04-09 13:11:31 UTC (rev 
1512)
+++ packages/geos/trunk/debian/changelog2008-04-10 12:32:51 UTC (rev 
1513)
@@ -1,3 +1,10 @@
+geos (3.0.0-4) unstable; urgency=low
+
+  * [PATCH] gcc4.3.dpatch added to manage GCC 4.3 issue.
+(closes: #456089)
+
+ -- Francesco Paolo Lovergine [EMAIL PROTECTED]  Thu, 10 Apr 2008 14:27:56 
+0200
+
 geos (3.0.0-3) unstable; urgency=low
 
   * debian/rules: the library itself (.so file) shouldn't be in the -dev

Added: packages/geos/trunk/debian/patches/00list
===
--- packages/geos/trunk/debian/patches/00list   (rev 0)
+++ packages/geos/trunk/debian/patches/00list   2008-04-10 12:32:51 UTC (rev 
1513)
@@ -0,0 +1 @@
+gcc43

Added: packages/geos/trunk/debian/patches/gcc43.dpatch
===
--- packages/geos/trunk/debian/patches/gcc43.dpatch 
(rev 0)
+++ packages/geos/trunk/debian/patches/gcc43.dpatch 2008-04-10 12:32:51 UTC 
(rev 1513)
@@ -0,0 +1,162 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc43.dpatch by Francesco Paolo Lovergine [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad geos-3.0.0~/doc/example.cpp geos-3.0.0/doc/example.cpp
+--- geos-3.0.0~/doc/example.cpp2007-12-12 22:59:31.0 +0100
 geos-3.0.0/doc/example.cpp 2008-04-10 14:27:18.0 +0200
+@@ -31,6 +31,7 @@
+ #include vector
+ #include sstream
+ #include iomanip
++#include cstdlib
+ #include geos/geom/PrecisionModel.h
+ #include geos/geom/GeometryFactory.h
+ #include geos/geom/Geometry.h
+diff -urNad geos-3.0.0~/source/geomgraph/GeometryGraph.cpp 
geos-3.0.0/source/geomgraph/GeometryGraph.cpp
+--- geos-3.0.0~/source/geomgraph/GeometryGraph.cpp 2007-12-12 
22:59:26.0 +0100
 geos-3.0.0/source/geomgraph/GeometryGraph.cpp  2008-04-10 
14:27:18.0 +0200
+@@ -45,6 +45,7 @@
+ #include vector
+ #include memory // auto_ptr
+ #include cassert
++#include typeinfo
+ 
+ #ifndef GEOS_DEBUG
+ #define GEOS_DEBUG 0
+diff -urNad geos-3.0.0~/source/headers/geos/noding/FastNodingValidator.h 
geos-3.0.0/source/headers/geos/noding/FastNodingValidator.h
+--- geos-3.0.0~/source/headers/geos/noding/FastNodingValidator.h   
2007-12-12 22:59:29.0 +0100
 geos-3.0.0/source/headers/geos/noding/FastNodingValidator.h
2008-04-10 14:27:18.0 +0200
+@@ -25,6 +25,7 @@
+ 
+ #include cassert
+ #include string
++#include memory
+ 
+ // Forward declarations
+ namespace geos {
+diff -urNad geos-3.0.0~/source/headers/geos/noding/IntersectionAdder.h 
geos-3.0.0/source/headers/geos/noding/IntersectionAdder.h
+--- geos-3.0.0~/source/headers/geos/noding/IntersectionAdder.h 2007-12-12 
22:59:29.0 +0100
 geos-3.0.0/source/headers/geos/noding/IntersectionAdder.h  2008-04-10 
14:27:18.0 +0200
+@@ -19,6 +19,7 @@
+ #include vector
+ #include iostream
+ #include cmath // for abs()
++#include cstdlib // for abs()
+ 
+ #include geos/inline.h
+ 
+diff -urNad geos-3.0.0~/source/index/quadtree/DoubleBits.cpp 
geos-3.0.0/source/index/quadtree/DoubleBits.cpp
+--- geos-3.0.0~/source/index/quadtree/DoubleBits.cpp   2007-12-12 
22:59:26.0 +0100
 geos-3.0.0/source/index/quadtree/DoubleBits.cpp2008-04-10 
14:27:18.0 +0200
+@@ -22,6 +22,7 @@
+ #include geos/util/IllegalArgumentException.h
+ 
+ #include string
++#include cstring
+ 
+ #if __STDC_IEC_559__
+ #define ASSUME_IEEE_DOUBLE 1
+diff -urNad geos-3.0.0~/source/io/ByteOrderValues.cpp 
geos-3.0.0/source/io/ByteOrderValues.cpp
+--- geos-3.0.0~/source/io/ByteOrderValues.cpp  2007-12-12 22:59:26.0 
+0100
 geos-3.0.0/source/io/ByteOrderValues.cpp   2008-04-10 14:27:18.0 
+0200
+@@ -22,6 +22,7 @@
+ #include geos/util.h
+ 
+ #include cassert
++#include cstring
+ 
+ namespace geos {
+ namespace io { // geos.io
+diff -urNad geos-3.0.0~/source/io/StringTokenizer.cpp 
geos-3.0.0/source/io/StringTokenizer.cpp
+--- geos-3.0.0~/source/io/StringTokenizer.cpp  2007-12-12 22:59:26.0 
+0100
 geos-3.0.0/source/io/StringTokenizer.cpp   2008-04-10 14:27:18.0 
+0200
+@@ -17,6 +17,7 @@
+ #include geos/io/StringTokenizer.h
+ 
+ #include string
++#include cstdlib
+ 
+ using namespace std;
+ 
+diff -urNad geos-3.0.0~/source/operation/buffer/OffsetCurveSetBuilder.cpp 

[DebianGIS-dev] Processing of geos_3.0.0-4_i386.changes

2008-04-10 Thread Archive Administrator
geos_3.0.0-4_i386.changes uploaded successfully to localhost
along with the files:
  geos_3.0.0-4.dsc
  geos_3.0.0-4.diff.gz
  libgeos-doc_3.0.0-4_all.deb
  libgeos-dev_3.0.0-4_i386.deb
  libgeos-c1_3.0.0-4_i386.deb
  libgeos-3.0.0_3.0.0-4_i386.deb

Greetings,

Your Debian queue daemon

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] geos_3.0.0-4_i386.changes REJECTED

2008-04-10 Thread Debian Installer

Rejected: md5sum for 
/srv/ftp.debian.org/ftp/pool/main/g/geos/geos_3.0.0.orig.tar.gz doesn't match 
geos_3.0.0-4.dsc.
Rejected: size for 
/srv/ftp.debian.org/ftp/pool/main/g/geos/geos_3.0.0.orig.tar.gz doesn't match 
geos_3.0.0-4.dsc.
Rejected: 'dpkg-source -x' failed for geos_3.0.0-4.dsc [return code: 6400].
 [dpkg-source output:] dpkg-source: error: file geos_3.0.0.orig.tar.gz has size 
1617709 instead of expected 1632658


===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel