Dear maintainers,

I've prepared an NMU for spatialindex (versioned as 1.4.0-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    BOFH excuse #65:  system needs to be rebooted 
diff -u spatialindex-1.4.0/debian/changelog spatialindex-1.4.0/debian/changelog
--- spatialindex-1.4.0/debian/changelog
+++ spatialindex-1.4.0/debian/changelog
@@ -1,3 +1,11 @@
+spatialindex (1.4.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with GCC 4.4", apply patch from Ubuntu, thanks to Alessio
+    Treglia (closes: #534600).
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 25 Dec 2009 22:48:13 +0100
+
 spatialindex (1.4.0-1) unstable; urgency=low
 
   * New upstream release.
diff -u spatialindex-1.4.0/debian/patches/00list spatialindex-1.4.0/debian/patches/00list
--- spatialindex-1.4.0/debian/patches/00list
+++ spatialindex-1.4.0/debian/patches/00list
@@ -1,0 +2 @@
+gcc44
only in patch2:
unchanged:
--- spatialindex-1.4.0.orig/debian/patches/gcc44.dpatch
+++ spatialindex-1.4.0/debian/patches/gcc44.dpatch
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc44.dpatch by Alessio Treglia <quadris...@ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add missing #include to prevent FTBFS with GCC 4.4.
+
+...@dpatch@
+diff -urNad spatialindex-1.3.2~/regressiontest/mvrtree/Exhaustive.cc spatialindex-1.3.2/regressiontest/mvrtree/Exhaustive.cc
+--- spatialindex-1.3.2~/regressiontest/mvrtree/Exhaustive.cc	2009-06-25 18:54:50.241100353 +0200
++++ spatialindex-1.3.2/regressiontest/mvrtree/Exhaustive.cc	2009-06-25 18:55:31.961101773 +0200
+@@ -27,6 +27,7 @@
+ #include <cmath>
+ #include <cstring>
+ #include <limits>
++#include <stdint.h>
+ 
+ using namespace std;
+ 
+diff -urNad spatialindex-1.3.2~/regressiontest/rtree/Exhaustive.cc spatialindex-1.3.2/regressiontest/rtree/Exhaustive.cc
+--- spatialindex-1.3.2~/regressiontest/rtree/Exhaustive.cc	2009-06-25 18:54:50.241100353 +0200
++++ spatialindex-1.3.2/regressiontest/rtree/Exhaustive.cc	2009-06-25 18:55:23.985100661 +0200
+@@ -26,6 +26,7 @@
+ #include <queue>
+ #include <cmath>
+ #include <cstring>
++#include <stdint.h>
+ 
+ using namespace std;
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to