Bug#644704: FTBFS: include/mapnik/grid/grid.hpp:293:17: error: 'a' was not declared in this scope

2011-10-08 Thread Philipp Kern
Package: mapnik
Version: 2.0.0+ds1-1
Severity: serious

On various architectures:

On Fri, Oct 07, 2011 at 07:59:05PM +, buildd on poulenc wrote:
 g++ -o bindings/python/mapnik_python.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU 
 -ansi -Wall -pthread -ftemplate-depth-300 -DLINUX -DBOOST_SPIRIT_THREADSAFE 
 -DMAPNIK_THREADSAFE -O3 -finline-functions -Wno-inline -DNDEBUG -DHAVE_CAIRO 
 -DHAVE_PYCAIRO -pthread -fPIC -Iagg/include -I. -Iinclude -I/usr/include 
 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdal 
 -I/usr/include/postgresql -I/usr/include/python2.7 -I/usr/include/pixman-1 
 -I/usr/include/libpng12 -I/usr/include/cairomm-1.0 
 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/sigc++-2.0 
 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo 
 bindings/python/mapnik_python.cpp
 In file included from include/mapnik/grid/grid_renderer.hpp:37:0,
  from bindings/python/python_grid_utils.hpp:31,
  from bindings/python/mapnik_python.cpp:84:
 include/mapnik/grid/grid.hpp: In member function 'void 
 mapnik::hit_gridT::blendPixel2(mapnik::hit_gridT::value_type, int, int, 
 unsigned int, int, double)':
 include/mapnik/grid/grid.hpp:293:17: error: 'a' was not declared in this scope
 scons: *** [bindings/python/mapnik_python.os] Error 1
 scons: building terminated because of errors.
 make[1]: *** [override_dh_auto_build] Error 2
 make[1]: Leaving directory 
 `/build/buildd-mapnik_2.0.0+ds1-1-powerpc-Cb8wQS/mapnik-2.0.0+ds1'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2



signature.asc
Description: Digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-26-ge488be1

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 6bde285d33ede24832419324a674d82e675a9eb9
Author: David Paleino da...@debian.org
Date:   Wed Oct 5 21:15:14 2011 +0200

Don't remove now-populated dirs

diff --git a/debian/rules b/debian/rules
index f240e30..2ba1fe8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,11 +40,6 @@ override_dh_auto_build:
dh_auto_build -Dlibspatialite
dh_auto_build -Dspatialite-tools
 
-override_dh_auto_clean:
-   dh_auto_clean
-   rm -rf $(CURDIR)/libspatialite $(CURDIR)/spatialite-tools
-   rm -rf .pc
-
 override_dh_auto_install:
dh_auto_install -Dlibspatialite
dh_auto_install -Dspatialite-tools

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-26-ge488be1

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 0ba5cebd94af29681114f02406ba20aff4bebebe
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 12:53:22 2011 +0200

Fix debian/rules

diff --git a/debian/rules b/debian/rules
index 2ba1fe8..f0fb7ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,8 @@ get-orig-source:
 override_dh_auto_configure:
dh_auto_configure -Dlibspatialite -- \
--enable-geos --with-geos-lib=/usr/lib \
-   --enable-proj --with-proj-lib=/usr/lib
+   --enable-proj --with-proj-lib=/usr/lib \
+   --disable-geosadvanced
dh_auto_configure -Dspatialite-tools -- \
--with-spatialite-lib=$(CURDIR)/libspatialite/.libs
 
@@ -40,6 +41,10 @@ override_dh_auto_build:
dh_auto_build -Dlibspatialite
dh_auto_build -Dspatialite-tools
 
+override_dh_auto_clean:
+   dh_auto_clean -Dlibspatialite
+   dh_auto_build -Dspatialite-tools
+
 override_dh_auto_install:
dh_auto_install -Dlibspatialite
dh_auto_install -Dspatialite-tools

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-26-ge488be1

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit e488be1f26058f9b67c108c61d9897f1ceea3aec
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 12:53:32 2011 +0200

New spatialite tools

diff --git a/debian/spatialite-bin.install b/debian/spatialite-bin.install
index d4ccf35..5f051cb 100644
--- a/debian/spatialite-bin.install
+++ b/debian/spatialite-bin.install
@@ -1,6 +1,7 @@
 usr/bin/exif_loader
 usr/bin/shp_doctor
 usr/bin/spatialite
+usr/bin/spatialite_gml
 usr/bin/spatialite_network
-usr/bin/spatialite_osm
+usr/bin/spatialite_osm*
 usr/bin/spatialite_tool

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-29-gf8a02e3

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit a9164e6d32ba02926fe427211080301934423b22
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 12:55:13 2011 +0200

Generalize library installation

diff --git a/debian/libspatialite2.install b/debian/libspatialite2.install
index fb1de94..76db4b2 100644
--- a/debian/libspatialite2.install
+++ b/debian/libspatialite2.install
@@ -1 +1 @@
-usr/lib/libspatialite.so.2*
+usr/lib/libspatialite.so.*

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-29-gf8a02e3

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit f8a02e373cde5ce114cad1a925fde7540a5ee984
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 17:10:23 2011 +0200

Temporarily disable autoreconf

diff --git a/debian/control b/debian/control
index c318f32..8abf099 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends:
  , libreadline-dev
  , libexpat1-dev
  , libfreexl-dev
- , dh-autoreconf
 Standards-Version: 3.9.2
 Homepage: http://www.gaia-gis.it/spatialite/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
diff --git a/debian/rules b/debian/rules
index f0fb7ca..91882d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,7 @@ VERSION := $(shell echo $(FULL_VERSION) | sed -e 
s/~beta[[:digit:]]\+/-BETA/)
 LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)
 
 %:
-   -dh $@ \
-   --with autoreconf
+   dh $@
 
 get-orig-source:
mkdir -p $(CURDIR)/tmp || true

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-29-gf8a02e3

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit a2ad903d6c0ac7b98c53fb830e7b75c5da32e827
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 12:56:36 2011 +0200

Temporarily disable patch

diff --git a/debian/patches/series b/debian/patches/series
index 961a7f8..418768d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-00-add_automake_foreign.patch
+#00-add_automake_foreign.patch

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-30-ga918842

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit a918842594d737ef166790596ad62b1ef6a748c5
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 17:11:25 2011 +0200

Added symbols file for previous version

diff --git a/debian/libspatialite2.symbols b/debian/libspatialite2.symbols
new file mode 100644
index 000..72f979d
--- /dev/null
+++ b/debian/libspatialite2.symbols
@@ -0,0 +1,277 @@
+libspatialite.so.2 tmp #MINVER#
+ gaiaAddDbfField@Base 2.4.0~rc2
+ gaiaAddInteriorRing@Base 2.4.0~rc2
+ gaiaAddLinestringToGeomColl@Base 2.4.0~rc2
+ gaiaAddPointToGeomColl@Base 2.4.0~rc2
+ gaiaAddPointToGeomCollXYM@Base 2.4.0~rc2
+ gaiaAddPointToGeomCollXYZ@Base 2.4.0~rc2
+ gaiaAddPointToGeomCollXYZM@Base 2.4.0~rc2
+ gaiaAddPolygonToGeomColl@Base 2.4.0~rc2
+ gaiaAddRingToPolyg@Base 2.4.0~rc2
+ gaiaAllocDbf@Base 2.4.0~rc2
+ gaiaAllocDbfField@Base 2.4.0~rc2
+ gaiaAllocDbfList@Base 2.4.0~rc2
+ gaiaAllocDynamicLine@Base 2.4.0~rc2
+ gaiaAllocGeomColl@Base 2.4.0~rc2
+ gaiaAllocGeomCollXYM@Base 2.4.0~rc2
+ gaiaAllocGeomCollXYZ@Base 2.4.0~rc2
+ gaiaAllocGeomCollXYZM@Base 2.4.0~rc2
+ gaiaAllocLinestring@Base 2.4.0~rc2
+ gaiaAllocLinestringXYM@Base 2.4.0~rc2
+ gaiaAllocLinestringXYZ@Base 2.4.0~rc2
+ gaiaAllocLinestringXYZM@Base 2.4.0~rc2
+ gaiaAllocPoint@Base 2.4.0~rc2
+ gaiaAllocPointXYM@Base 2.4.0~rc2
+ gaiaAllocPointXYZ@Base 2.4.0~rc2
+ gaiaAllocPointXYZM@Base 2.4.0~rc2
+ gaiaAllocPolygon@Base 2.4.0~rc2
+ gaiaAllocPolygonXYM@Base 2.4.0~rc2
+ gaiaAllocPolygonXYZ@Base 2.4.0~rc2
+ gaiaAllocPolygonXYZM@Base 2.4.0~rc2
+ gaiaAllocRing@Base 2.4.0~rc2
+ gaiaAllocRingXYM@Base 2.4.0~rc2
+ gaiaAllocRingXYZ@Base 2.4.0~rc2
+ gaiaAllocRingXYZM@Base 2.4.0~rc2
+ gaiaAllocShapefile@Base 2.4.0~rc2
+ gaiaAppendPointToDynamicLine@Base 2.4.0~rc2
+ gaiaBoundary@Base 2.4.0~rc2
+ gaiaBuildCircleMbr@Base 2.4.0~rc2
+ gaiaBuildFilterMbr@Base 2.4.0~rc2
+ gaiaBuildMbr@Base 2.4.0~rc2
+ gaiaBuildRings@Base 2.4.0~rc2
+ gaiaCastGeomCollToXY@Base 2.4.0~rc2
+ gaiaCastGeomCollToXYM@Base 2.4.0~rc2
+ gaiaCastGeomCollToXYZ@Base 2.4.0~rc2
+ gaiaCastGeomCollToXYZM@Base 2.4.0~rc2
+ gaiaCleanSqlString@Base 2.4.0~rc2
+ gaiaClockwise@Base 2.4.0~rc2
+ gaiaCloneDbfEntity@Base 2.4.0~rc2
+ gaiaCloneDbfField@Base 2.4.0~rc2
+ gaiaCloneDynamicLine@Base 2.4.0~rc2
+ gaiaCloneGeomColl@Base 2.4.0~rc2
+ gaiaCloneLinestring@Base 2.4.0~rc2
+ gaiaClonePolygon@Base 2.4.0~rc2
+ gaiaCloneRing@Base 2.4.0~rc2
+ gaiaCloneValue@Base 2.4.0~rc2
+ gaiaConvertCharset@Base 2.4.0~rc2
+ gaiaConvertLength@Base 2.4.0~rc2
+ gaiaConvertToUTF8@Base 2.4.0~rc2
+ gaiaConvexHull@Base 2.4.0~rc2
+ gaiaCopyLinestringCoords@Base 2.4.0~rc2
+ gaiaCopyRingCoords@Base 2.4.0~rc2
+ gaiaCreateDynamicLine@Base 2.4.0~rc2
+ gaiaCreatePolygon@Base 2.4.0~rc2
+ gaiaCreateUTF8Converter@Base 2.4.0~rc2
+ gaiaDegsToRads@Base 2.4.0~rc2
+ gaiaDimension@Base 2.4.0~rc2
+ gaiaDynamicLineDeletePoint@Base 2.4.0~rc2
+ gaiaDynamicLineFindByCoords@Base 2.4.0~rc2
+ gaiaDynamicLineFindByPos@Base 2.4.0~rc2
+ gaiaDynamicLineInsertAfter@Base 2.4.0~rc2
+ gaiaDynamicLineInsertBefore@Base 2.4.0~rc2
+ gaiaDynamicLineJoinAfter@Base 2.4.0~rc2
+ gaiaDynamicLineJoinBefore@Base 2.4.0~rc2
+ gaiaDynamicLineSplitAfter@Base 2.4.0~rc2
+ gaiaDynamicLineSplitBefore@Base 2.4.0~rc2
+ gaiaEllipseParams@Base 2.4.0~rc2
+ gaiaEndianArch@Base 2.4.0~rc2
+ gaiaExifTagGetByteValue@Base 2.4.0~rc2
+ gaiaExifTagGetDoubleValue@Base 2.4.0~rc2
+ gaiaExifTagGetFloatValue@Base 2.4.0~rc2
+ gaiaExifTagGetHumanReadable@Base 2.4.0~rc2
+ gaiaExifTagGetId@Base 2.4.0~rc2
+ gaiaExifTagGetLongValue@Base 2.4.0~rc2
+ gaiaExifTagGetName@Base 2.4.0~rc2
+ gaiaExifTagGetNumValues@Base 2.4.0~rc2
+ gaiaExifTagGetRational1Value@Base 2.4.0~rc2
+ gaiaExifTagGetRational2Value@Base 2.4.0~rc2
+ gaiaExifTagGetRationalValue@Base 2.4.0~rc2
+ gaiaExifTagGetShortValue@Base 2.4.0~rc2
+ gaiaExifTagGetSignedLongValue@Base 2.4.0~rc2
+ gaiaExifTagGetSignedRational1Value@Base 2.4.0~rc2
+ gaiaExifTagGetSignedRational2Value@Base 2.4.0~rc2
+ gaiaExifTagGetSignedRationalValue@Base 2.4.0~rc2
+ gaiaExifTagGetSignedShortValue@Base 2.4.0~rc2
+ gaiaExifTagGetStringValue@Base 2.4.0~rc2
+ gaiaExifTagGetValueType@Base 2.4.0~rc2
+ gaiaExifTagsFree@Base 2.4.0~rc2
+ gaiaExport16@Base 2.4.0~rc2
+ gaiaExport32@Base 2.4.0~rc2
+ gaiaExport64@Base 2.4.0~rc2
+ gaiaExportF32@Base 2.4.0~rc2
+ gaiaExportI64@Base 2.4.0~rc2
+ gaiaFlushShpHeaders@Base 2.4.0~rc2
+ gaiaFree@Base 2.4.0~rc2
+ gaiaFreeDbf@Base 2.4.0~rc2
+ gaiaFreeDbfField@Base 2.4.0~rc2
+ gaiaFreeDbfList@Base 2.4.0~rc2
+ gaiaFreeDynamicLine@Base 2.4.0~rc2
+ gaiaFreeGeomColl@Base 2.4.0~rc2
+ gaiaFreeLinestring@Base 2.4.0~rc2
+ gaiaFreePoint@Base 2.4.0~rc2
+ gaiaFreePolygon@Base 2.4.0~rc2
+ gaiaFreeRing@Base 2.4.0~rc2
+ gaiaFreeShapefile@Base 2.4.0~rc2
+ gaiaFreeUTF8Converter@Base 2.4.0~rc2
+ gaiaFreeValue@Base 2.4.0~rc2
+ gaiaFromFgf@Base 2.4.0~rc2
+ gaiaFromGeos_XY@Base 2.4.0~rc2
+ gaiaFromGeos_XYM@Base 2.4.0~rc2
+ gaiaFromGeos_XYZ@Base 2.4.0~rc2
+ gaiaFromGeos_XYZM@Base 2.4.0~rc2
+ gaiaFromSpatiaLiteBlobMbr@Base 2.4.0~rc2
+ 

[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-31-gd3c27bb

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit d3c27bb4f9ebd1a4db37f93c1758a0d123043663
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 17:18:45 2011 +0200

Drop no-more supported options

diff --git a/debian/rules b/debian/rules
index 91882d2..b0dcfbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,11 +30,10 @@ get-orig-source:
 
 override_dh_auto_configure:
dh_auto_configure -Dlibspatialite -- \
-   --enable-geos --with-geos-lib=/usr/lib \
-   --enable-proj --with-proj-lib=/usr/lib \
+   --enable-geos \
+   --enable-proj \
--disable-geosadvanced
-   dh_auto_configure -Dspatialite-tools -- \
-   --with-spatialite-lib=$(CURDIR)/libspatialite/.libs
+   dh_auto_configure -Dspatialite-tools
 
 override_dh_auto_build:
dh_auto_build -Dlibspatialite

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-34-gfa56bae

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit a579d31d0a921921fa2d811ff4b37ec83d4af12e
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 18:15:46 2011 +0200

Fix clean target

diff --git a/debian/rules b/debian/rules
index b0dcfbc..fefdcf8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
dh_auto_clean -Dlibspatialite
-   dh_auto_build -Dspatialite-tools
+   dh_auto_clean -Dspatialite-tools
 
 override_dh_auto_install:
dh_auto_install -Dlibspatialite

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-34-gfa56bae

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 05963dbb5edfe05fb608ed554cdf5c4e065625d8
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 18:16:51 2011 +0200

Fix linkage issues

diff --git a/debian/patches/01-add_missing_linkage.patch 
b/debian/patches/01-add_missing_linkage.patch
new file mode 100644
index 000..2b97b9e
--- /dev/null
+++ b/debian/patches/01-add_missing_linkage.patch
@@ -0,0 +1,54 @@
+From: David Paleino da...@debian.org
+Subject: fix linkage issues
+Origin: vendor
+Forwarded: not-needed
+
+---
+ spatialite-tools/Makefile.am |6 --
+ spatialite-tools/Makefile.in |6 --
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+--- spatialite.orig/spatialite-tools/Makefile.am
 spatialite/spatialite-tools/Makefile.am
+@@ -1,7 +1,8 @@
+ ACLOCAL_AMFLAGS = -I m4
+ 
+ AM_CFLAGS = -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 \
+-  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@
++  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@ \
++  -L../libspatialite/src/.libs/
+ 
+ bin_PROGRAMS = spatialite \
+   spatialite_tool \
+@@ -32,7 +33,8 @@ spatialite_osm_raw_LDADD = @LIBSPATIALIT
+ spatialite_gml_LDADD = @LIBSPATIALITE_LIBS@ \
+   -lexpat 
+ spatialite_LDADD = @LIBSPATIALITE_LIBS@ \
+-  @READLINE_LIBS@
++  @READLINE_LIBS@ \
++  -lfreexl
+ LDADD = @LIBSPATIALITE_LIBS@ 
+ 
+ EXTRA_DIST = makefile.vc nmake.opt \
+--- spatialite.orig/spatialite-tools/Makefile.in
 spatialite/spatialite-tools/Makefile.in
+@@ -252,7 +252,8 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ ACLOCAL_AMFLAGS = -I m4
+ AM_CFLAGS = -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 \
+-  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@
++  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@ \
++  -L../libspatialite/src/.libs/
+ 
+ INCLUDES = @CFLAGS@
+ spatialite_SOURCES = shell.c shapefiles.c
+@@ -274,7 +275,8 @@ spatialite_gml_LDADD = @LIBSPATIALITE_LI
+   -lexpat 
+ 
+ spatialite_LDADD = @LIBSPATIALITE_LIBS@ \
+-  @READLINE_LIBS@
++  @READLINE_LIBS@ \
++  -lfreexl
+ 
+ LDADD = @LIBSPATIALITE_LIBS@ 
+ EXTRA_DIST = makefile.vc nmake.opt \
diff --git a/debian/patches/series b/debian/patches/series
index 418768d..225aa1b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 #00-add_automake_foreign.patch
+01-add_missing_linkage.patch

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-34-gfa56bae

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit fa56bae9838138c40a8089e4b6af57834dc902a5
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 18:18:46 2011 +0200

SONAME bumped

diff --git a/debian/control b/debian/control
index 8abf099..5b35b96 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Homepage: http://www.gaia-gis.it/spatialite/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
 Vcs-Git: git://git.debian.org/pkg-grass/spatialite.git
 
-Package: libspatialite2
+Package: libspatialite3
 Architecture: any
 Section: libs
 Depends:
@@ -38,7 +38,7 @@ Package: libspatialite-dev
 Architecture: any
 Section: libdevel
 Depends:
- libspatialite2 (= ${binary:Version})
+ libspatialite3 (= ${binary:Version})
  , ${shlibs:Depends}
  , ${misc:Depends}
  , libsqlite3-dev (= 3.3.6)
diff --git a/debian/libspatialite2.install b/debian/libspatialite3.install
similarity index 100%
rename from debian/libspatialite2.install
rename to debian/libspatialite3.install
diff --git a/debian/libspatialite2.symbols b/debian/libspatialite3.symbols
similarity index 71%
rename from debian/libspatialite2.symbols
rename to debian/libspatialite3.symbols
index 72f979d..6105218 100644
--- a/debian/libspatialite2.symbols
+++ b/debian/libspatialite3.symbols
@@ -1,4 +1,12 @@
-libspatialite.so.2 tmp #MINVER#
+libspatialite.so.3 libspatialite3 #MINVER#
+ ewktParse@Base 3.0.0~beta20110817
+ ewktParseAlloc@Base 3.0.0~beta20110817
+ ewktParseFree@Base 3.0.0~beta20110817
+ ewkt_col@Base 3.0.0~beta20110817
+ ewkt_line@Base 3.0.0~beta20110817
+ ewkt_parse_error@Base 3.0.0~beta20110817
+ ewkt_point_xyzm@Base 3.0.0~beta20110817
+ ewkt_reset_lexer@Base 3.0.0~beta20110817
  gaiaAddDbfField@Base 2.4.0~rc2
  gaiaAddInteriorRing@Base 2.4.0~rc2
  gaiaAddLinestringToGeomColl@Base 2.4.0~rc2
@@ -33,12 +41,15 @@ libspatialite.so.2 tmp #MINVER#
  gaiaAllocRingXYZ@Base 2.4.0~rc2
  gaiaAllocRingXYZM@Base 2.4.0~rc2
  gaiaAllocShapefile@Base 2.4.0~rc2
+ gaiaAppendPointMToDynamicLine@Base 3.0.0~beta20110817
  gaiaAppendPointToDynamicLine@Base 2.4.0~rc2
+ gaiaAppendPointZMToDynamicLine@Base 3.0.0~beta20110817
+ gaiaAppendPointZToDynamicLine@Base 3.0.0~beta20110817
+ gaiaAppendToOutBuffer@Base 3.0.0~beta20110817
  gaiaBoundary@Base 2.4.0~rc2
  gaiaBuildCircleMbr@Base 2.4.0~rc2
  gaiaBuildFilterMbr@Base 2.4.0~rc2
  gaiaBuildMbr@Base 2.4.0~rc2
- gaiaBuildRings@Base 2.4.0~rc2
  gaiaCastGeomCollToXY@Base 2.4.0~rc2
  gaiaCastGeomCollToXYM@Base 2.4.0~rc2
  gaiaCastGeomCollToXYZ@Base 2.4.0~rc2
@@ -49,6 +60,9 @@ libspatialite.so.2 tmp #MINVER#
  gaiaCloneDbfField@Base 2.4.0~rc2
  gaiaCloneDynamicLine@Base 2.4.0~rc2
  gaiaCloneGeomColl@Base 2.4.0~rc2
+ gaiaCloneGeomCollLinestrings@Base 3.0.0~beta20110817
+ gaiaCloneGeomCollPoints@Base 3.0.0~beta20110817
+ gaiaCloneGeomCollPolygons@Base 3.0.0~beta20110817
  gaiaCloneLinestring@Base 2.4.0~rc2
  gaiaClonePolygon@Base 2.4.0~rc2
  gaiaCloneRing@Base 2.4.0~rc2
@@ -64,6 +78,8 @@ libspatialite.so.2 tmp #MINVER#
  gaiaCreateUTF8Converter@Base 2.4.0~rc2
  gaiaDegsToRads@Base 2.4.0~rc2
  gaiaDimension@Base 2.4.0~rc2
+ gaiaDissolvePoints@Base 3.0.0~beta20110817
+ gaiaDissolveSegments@Base 3.0.0~beta20110817
  gaiaDynamicLineDeletePoint@Base 2.4.0~rc2
  gaiaDynamicLineFindByCoords@Base 2.4.0~rc2
  gaiaDynamicLineFindByPos@Base 2.4.0~rc2
@@ -100,6 +116,10 @@ libspatialite.so.2 tmp #MINVER#
  gaiaExport64@Base 2.4.0~rc2
  gaiaExportF32@Base 2.4.0~rc2
  gaiaExportI64@Base 2.4.0~rc2
+ gaiaExtractLinestringsFromGeomColl@Base 3.0.0~beta20110817
+ gaiaExtractPointsFromGeomColl@Base 3.0.0~beta20110817
+ gaiaExtractPolygonsFromGeomColl@Base 3.0.0~beta20110817
+ gaiaFlushDbfHeader@Base 3.0.0~beta20110817
  gaiaFlushShpHeaders@Base 2.4.0~rc2
  gaiaFree@Base 2.4.0~rc2
  gaiaFreeDbf@Base 2.4.0~rc2
@@ -114,6 +134,7 @@ libspatialite.so.2 tmp #MINVER#
  gaiaFreeShapefile@Base 2.4.0~rc2
  gaiaFreeUTF8Converter@Base 2.4.0~rc2
  gaiaFreeValue@Base 2.4.0~rc2
+ gaiaFromEWKB@Base 3.0.0~beta20110817
  gaiaFromFgf@Base 2.4.0~rc2
  gaiaFromGeos_XY@Base 2.4.0~rc2
  gaiaFromGeos_XYM@Base 2.4.0~rc2
@@ -189,11 +210,13 @@ libspatialite.so.2 tmp #MINVER#
  gaiaIsValidDbfList@Base 2.4.0~rc2
  gaiaLineGetPoint@Base 2.4.0~rc2
  gaiaLineSetPoint@Base 2.4.0~rc2
+ gaiaLinearize@Base 3.0.0~beta20110817
  gaiaLinestringEquals@Base 2.4.0~rc2
  gaiaMRangeGeometry@Base 2.4.0~rc2
  gaiaMRangeLinestring@Base 2.4.0~rc2
  gaiaMRangePolygon@Base 2.4.0~rc2
  gaiaMRangeRing@Base 2.4.0~rc2
+ gaiaMakeLine@Base 3.0.0~beta20110817
  gaiaMakePoint@Base 2.4.0~rc2
  gaiaMbrGeometry@Base 2.4.0~rc2
  gaiaMbrLinestring@Base 2.4.0~rc2
@@ -208,17 +231,39 @@ libspatialite.so.2 tmp #MINVER#
  gaiaMbrsWithin@Base 2.4.0~rc2
  gaiaMeasureArea@Base 2.4.0~rc2
  gaiaMeasureLength@Base 2.4.0~rc2
+ gaiaMergeGeometries@Base 3.0.0~beta20110817
  gaiaMinDistance@Base 2.4.0~rc2
  gaiaOpenDbfRead@Base 2.4.0~rc2
+ gaiaOpenDbfWrite@Base 3.0.0~beta20110817
  gaiaOpenShpRead@Base 2.4.0~rc2
  gaiaOpenShpWrite@Base 2.4.0~rc2
+ gaiaOutBareKml@Base 

[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-35-gdc190c4

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit dc190c45b626b2e47df45bc3e700120d3d5a70d1
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 18:22:06 2011 +0200

Refresh patch not to need autoreconf

diff --git a/debian/patches/00-add_automake_foreign.patch 
b/debian/patches/00-add_automake_foreign.patch
index 0b9fd6e..7c0aa76 100644
--- a/debian/patches/00-add_automake_foreign.patch
+++ b/debian/patches/00-add_automake_foreign.patch
@@ -5,8 +5,10 @@ Forwarded: no
 
 ---
  libspatialite/Makefile.am|2 +-
+ libspatialite/Makefile.in|2 +-
  spatialite-tools/Makefile.am |2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ spatialite-tools/Makefile.in |2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
 
 --- spatialite.orig/libspatialite/Makefile.am
 +++ spatialite/libspatialite/Makefile.am
@@ -27,3 +29,25 @@ Forwarded: no
 -AUTOMAKE_OPTIONS = dist-zip
 +AUTOMAKE_OPTIONS = dist-zip foreign
  
+--- spatialite.orig/libspatialite/Makefile.in
 spatialite/libspatialite/Makefile.in
+@@ -252,7 +252,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ ACLOCAL_AMFLAGS = -I m4
+-AUTOMAKE_OPTIONS = dist-zip
++AUTOMAKE_OPTIONS = dist-zip foreign
+ EXTRA_DIST = makefile.vc nmake.opt libspatialite.def
+ SUBDIRS = src
+ pkgconfigdir = $(libdir)/pkgconfig
+--- spatialite.orig/spatialite-tools/Makefile.in
 spatialite/spatialite-tools/Makefile.in
+@@ -282,7 +282,7 @@ EXTRA_DIST = makefile.vc nmake.opt \
+   Makefile-static-Linux \
+   Makefile-static-MacOsX
+ 
+-AUTOMAKE_OPTIONS = dist-zip
++AUTOMAKE_OPTIONS = dist-zip foreign
+ all: all-am
+ 
+ .SUFFIXES:

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-37-g0059a20

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 0059a203664331d6e39b64a797c8e1c49441ac8a
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 18:38:54 2011 +0200

B-D on pkg-config

diff --git a/debian/control b/debian/control
index 5b35b96..0a1bc26 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends:
  , libreadline-dev
  , libexpat1-dev
  , libfreexl-dev
+ , pkg-config
 Standards-Version: 3.9.2
 Homepage: http://www.gaia-gis.it/spatialite/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-37-g0059a20

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 745092f74c2a8fdcf8b9fa20414dc36770fe849a
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 18:32:06 2011 +0200

Patch renamed, and fix chroot FTBFS

diff --git a/debian/patches/01-add_missing_linkage.patch 
b/debian/patches/01-add_missing_linkage.patch
deleted file mode 100644
index 2b97b9e..000
--- a/debian/patches/01-add_missing_linkage.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From: David Paleino da...@debian.org
-Subject: fix linkage issues
-Origin: vendor
-Forwarded: not-needed
-

- spatialite-tools/Makefile.am |6 --
- spatialite-tools/Makefile.in |6 --
- 2 files changed, 8 insertions(+), 4 deletions(-)
-
 spatialite.orig/spatialite-tools/Makefile.am
-+++ spatialite/spatialite-tools/Makefile.am
-@@ -1,7 +1,8 @@
- ACLOCAL_AMFLAGS = -I m4
- 
- AM_CFLAGS = -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 \
--  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@
-+  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@ \
-+  -L../libspatialite/src/.libs/
- 
- bin_PROGRAMS = spatialite \
-   spatialite_tool \
-@@ -32,7 +33,8 @@ spatialite_osm_raw_LDADD = @LIBSPATIALIT
- spatialite_gml_LDADD = @LIBSPATIALITE_LIBS@ \
-   -lexpat 
- spatialite_LDADD = @LIBSPATIALITE_LIBS@ \
--  @READLINE_LIBS@
-+  @READLINE_LIBS@ \
-+  -lfreexl
- LDADD = @LIBSPATIALITE_LIBS@ 
- 
- EXTRA_DIST = makefile.vc nmake.opt \
 spatialite.orig/spatialite-tools/Makefile.in
-+++ spatialite/spatialite-tools/Makefile.in
-@@ -252,7 +252,8 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- ACLOCAL_AMFLAGS = -I m4
- AM_CFLAGS = -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 \
--  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@
-+  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@ \
-+  -L../libspatialite/src/.libs/
- 
- INCLUDES = @CFLAGS@
- spatialite_SOURCES = shell.c shapefiles.c
-@@ -274,7 +275,8 @@ spatialite_gml_LDADD = @LIBSPATIALITE_LI
-   -lexpat 
- 
- spatialite_LDADD = @LIBSPATIALITE_LIBS@ \
--  @READLINE_LIBS@
-+  @READLINE_LIBS@ \
-+  -lfreexl
- 
- LDADD = @LIBSPATIALITE_LIBS@ 
- EXTRA_DIST = makefile.vc nmake.opt \
diff --git a/debian/patches/01-fix_local_build.patch 
b/debian/patches/01-fix_local_build.patch
new file mode 100644
index 000..a3824b2
--- /dev/null
+++ b/debian/patches/01-fix_local_build.patch
@@ -0,0 +1,216 @@
+From: David Paleino da...@debian.org
+Subject: fix local build issues
+Origin: vendor
+Forwarded: not-needed
+
+---
+ spatialite-tools/Makefile.am  |6 ++-
+ spatialite-tools/Makefile.in  |   25 +-
+ spatialite-tools/configure|   71 
+-
+ spatialite-tools/configure.ac |3 +
+ 4 files changed, 24 insertions(+), 81 deletions(-)
+
+--- spatialite.orig/spatialite-tools/Makefile.am
 spatialite/spatialite-tools/Makefile.am
+@@ -1,7 +1,8 @@
+ ACLOCAL_AMFLAGS = -I m4
+ 
+ AM_CFLAGS = -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 \
+-  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@
++  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@ \
++  -L../libspatialite/src/.libs/
+ 
+ bin_PROGRAMS = spatialite \
+   spatialite_tool \
+@@ -32,7 +33,8 @@ spatialite_osm_raw_LDADD = @LIBSPATIALIT
+ spatialite_gml_LDADD = @LIBSPATIALITE_LIBS@ \
+   -lexpat 
+ spatialite_LDADD = @LIBSPATIALITE_LIBS@ \
+-  @READLINE_LIBS@
++  @READLINE_LIBS@ \
++  -lfreexl
+ LDADD = @LIBSPATIALITE_LIBS@ 
+ 
+ EXTRA_DIST = makefile.vc nmake.opt \
+--- spatialite.orig/spatialite-tools/Makefile.in
 spatialite/spatialite-tools/Makefile.in
+@@ -42,9 +42,13 @@ bin_PROGRAMS = spatialite$(EXEEXT) spati
+ subdir = .
+ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+   $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
+-  config.guess config.sub depcomp install-sh ltmain.sh missing
++  ChangeLog INSTALL NEWS config.guess config.sub depcomp \
++  install-sh ltmain.sh missing
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
++  $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
++  $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
++  $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+   $(ACLOCAL_M4)
+ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+@@ -172,6 +176,7 @@ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
+ MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
++MANIFEST_TOOL = @MANIFEST_TOOL@
+ MKDIR_P = @MKDIR_P@
+ NM = @NM@
+ NMEDIT = @NMEDIT@
+@@ -201,6 +206,7 @@ abs_builddir = @abs_builddir@
+ abs_srcdir = @abs_srcdir@
+ abs_top_builddir = @abs_top_builddir@
+ abs_top_srcdir = @abs_top_srcdir@
++ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+@@ -234,7 +240,6 @@ libdir = @libdir@
+ libexecdir = @libexecdir@
+ localedir = 

librasterlite 1.1~svn11-1 MIGRATED to testing

2011-10-08 Thread Debian testing watch
FYI: The status of the librasterlite source package
in Debian's testing distribution has changed.

  Previous version: 1.0-3
  Current version:  1.1~svn11-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-39-g8d7c38a

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 8d7c38a88314034aa3a036c2abf703a26db4ca93
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 20:40:34 2011 +0200

Fix quoting

diff --git a/debian/patches/01-fix_local_build.patch 
b/debian/patches/01-fix_local_build.patch
index 75b6a28..30593cc 100644
--- a/debian/patches/01-fix_local_build.patch
+++ b/debian/patches/01-fix_local_build.patch
@@ -139,7 +139,7 @@ Forwarded: not-needed
  
  fi
 +LIBSPATIALITE_CFLAGS=
-+LIBSPATIALITE_LIBS=-lspatialite -lsqlite3
++LIBSPATIALITE_LIBS=-lspatialite -lsqlite3
  
  
  
@@ -152,7 +152,7 @@ Forwarded: not-needed
 -PKG_CHECK_MODULES([LIBSPATIALITE], [spatialite], , 
AC_MSG_ERROR(['libspatialite' is required but it doesn't seems to be installed 
on this system.]))
  PKG_CHECK_MODULES([LIBFREEXL], [freexl], , AC_MSG_ERROR(['libfreexl' is 
required but it doesn't seems to be installed on this system.]))
 +LIBSPATIALITE_CFLAGS=
-+LIBSPATIALITE_LIBS=-lspatialite -lsqlite3
++LIBSPATIALITE_LIBS=-lspatialite -lsqlite3
  AC_SUBST(LIBSPATIALITE_CFLAGS)
  AC_SUBST(LIBSPATIALITE_LIBS)
  

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-39-g8d7c38a

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit b23182d1e650fcda62572a37807373cedad30505
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 18:55:34 2011 +0200

Reference local headers

diff --git a/debian/patches/01-fix_local_build.patch 
b/debian/patches/01-fix_local_build.patch
index a3824b2..75b6a28 100644
--- a/debian/patches/01-fix_local_build.patch
+++ b/debian/patches/01-fix_local_build.patch
@@ -4,25 +4,26 @@ Origin: vendor
 Forwarded: not-needed
 
 ---
- spatialite-tools/Makefile.am  |6 ++-
- spatialite-tools/Makefile.in  |   25 +-
+ spatialite-tools/Makefile.am  |7 ++--
+ spatialite-tools/Makefile.in  |7 ++--
  spatialite-tools/configure|   71 
+-
  spatialite-tools/configure.ac |3 +
- 4 files changed, 24 insertions(+), 81 deletions(-)
+ 4 files changed, 14 insertions(+), 74 deletions(-)
 
 --- spatialite.orig/spatialite-tools/Makefile.am
 +++ spatialite/spatialite-tools/Makefile.am
-@@ -1,7 +1,8 @@
+@@ -1,7 +1,9 @@
  ACLOCAL_AMFLAGS = -I m4
  
  AM_CFLAGS = -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 \
 -  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@
 +  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@ \
-+  -L../libspatialite/src/.libs/
++  -L../libspatialite/src/.libs/ \
++  -I../libspatialite/src/headers/
  
  bin_PROGRAMS = spatialite \
spatialite_tool \
-@@ -32,7 +33,8 @@ spatialite_osm_raw_LDADD = @LIBSPATIALIT
+@@ -32,7 +34,8 @@ spatialite_osm_raw_LDADD = @LIBSPATIALIT
  spatialite_gml_LDADD = @LIBSPATIALITE_LIBS@ \
-lexpat 
  spatialite_LDADD = @LIBSPATIALITE_LIBS@ \
@@ -34,57 +35,18 @@ Forwarded: not-needed
  EXTRA_DIST = makefile.vc nmake.opt \
 --- spatialite.orig/spatialite-tools/Makefile.in
 +++ spatialite/spatialite-tools/Makefile.in
-@@ -42,9 +42,13 @@ bin_PROGRAMS = spatialite$(EXEEXT) spati
- subdir = .
- DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
--  config.guess config.sub depcomp install-sh ltmain.sh missing
-+  ChangeLog INSTALL NEWS config.guess config.sub depcomp \
-+  install-sh ltmain.sh missing
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-+  $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-+  $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-+  $(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
- am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-@@ -172,6 +176,7 @@ LN_S = @LN_S@
- LTLIBOBJS = @LTLIBOBJS@
- MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
-+MANIFEST_TOOL = @MANIFEST_TOOL@
- MKDIR_P = @MKDIR_P@
- NM = @NM@
- NMEDIT = @NMEDIT@
-@@ -201,6 +206,7 @@ abs_builddir = @abs_builddir@
- abs_srcdir = @abs_srcdir@
- abs_top_builddir = @abs_top_builddir@
- abs_top_srcdir = @abs_top_srcdir@
-+ac_ct_AR = @ac_ct_AR@
- ac_ct_CC = @ac_ct_CC@
- ac_ct_CXX = @ac_ct_CXX@
- ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-@@ -234,7 +240,6 @@ libdir = @libdir@
- libexecdir = @libexecdir@
- localedir = @localedir@
- localstatedir = @localstatedir@
--lt_ECHO = @lt_ECHO@
- mandir = @mandir@
- mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
-@@ -252,7 +257,8 @@ top_builddir = @top_builddir@
+@@ -252,7 +252,9 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  ACLOCAL_AMFLAGS = -I m4
  AM_CFLAGS = -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 \
 -  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@
 +  -D_LARGEFILE_SOURCE=1 @LIBSPATIALITE_CFLAGS@ \
-+  -L../libspatialite/src/.libs/
++  -L../libspatialite/src/.libs/ \
++  -I../libspatialite/src/headers/
  
  INCLUDES = @CFLAGS@
  spatialite_SOURCES = shell.c shapefiles.c
-@@ -274,7 +280,8 @@ spatialite_gml_LDADD = @LIBSPATIALITE_LI
+@@ -274,7 +276,8 @@ spatialite_gml_LDADD = @LIBSPATIALITE_LI
-lexpat 
  
  spatialite_LDADD = @LIBSPATIALITE_LIBS@ \
@@ -94,26 +56,6 @@ Forwarded: not-needed
  
  LDADD = @LIBSPATIALITE_LIBS@ 
  EXTRA_DIST = makefile.vc nmake.opt \
-@@ -293,15 +300,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_
-   @for dep in $?; do \
- case '$(am__configure_deps)' in \
-   *$$dep*) \
--echo ' cd $(srcdir)  $(AUTOMAKE) --foreign'; \
--$(am__cd) $(srcdir)  $(AUTOMAKE) --foreign \
-+echo ' cd $(srcdir)  $(AUTOMAKE) --gnu'; \
-+$(am__cd) $(srcdir)  $(AUTOMAKE) --gnu \
-exit 0; \
- exit 1;; \
- esac; \
-   done; \
--  echo ' cd $(top_srcdir)  $(AUTOMAKE) --foreign Makefile'; \
-+  echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnu Makefile'; \
-   $(am__cd) $(top_srcdir)  \
--$(AUTOMAKE) --foreign Makefile
-+$(AUTOMAKE) --gnu Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-   @case 

[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-41-gad9f7f4

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit ad9f7f4fa419be84c579ab8e904be27f382b8d51
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 20:48:33 2011 +0200

Bump debhelper compatibility to 8

diff --git a/debian/changelog b/debian/changelog
index 94df0f9..172f661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,9 @@ spatialite (3.0.0~beta20110817-1) UNRELEASED; urgency=low
   * Added myself to Uploaders
   * Split 'foreign' addition to AUTOMAKE_OPTIONS from 00-systemlibs.patch.
   * Add Build-Depends on libfreexl-dev
+  * Bump debhelper compatibility to 8
 
- -- David Paleino da...@debian.org  Wed, 05 Oct 2011 19:18:17 +0200
+ -- David Paleino da...@debian.org  Sat, 08 Oct 2011 20:48:21 +0200
 
 spatialite (2.4.0~rc2-5) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 0a1bc26..23e1e5c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Francesco Paolo Lovergine fran...@debian.org
  , David Paleino da...@debian.org
 Build-Depends:
- debhelper (= 7)
+ debhelper (= 8)
  , autotools-dev
  , libsqlite3-dev (= 3.6.11)
  , libgeos-dev (= 3.0.3)

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-41-gad9f7f4

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 0b4577c2ae25fa272c110c44d248415b2aec3440
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 20:46:52 2011 +0200

Add Makefile.in to patch

diff --git a/debian/patches/02-fix_version-info.patch 
b/debian/patches/02-fix_version-info.patch
index 75b3131..cd94ba7 100644
--- a/debian/patches/02-fix_version-info.patch
+++ b/debian/patches/02-fix_version-info.patch
@@ -5,7 +5,8 @@ Forwarded: no
 
 ---
  libspatialite/src/Makefile.am |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ libspatialite/src/Makefile.in |4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
 
 --- spatialite.orig/libspatialite/src/Makefile.am
 +++ spatialite/libspatialite/src/Makefile.am
@@ -21,3 +22,16 @@ Forwarded: no
  libspatialite_la_LIBADD += -lpthread -ldl
  endif
  
+--- spatialite.orig/libspatialite/src/Makefile.in
 spatialite/libspatialite/src/Makefile.in
+@@ -275,8 +275,8 @@ libspatialite_la_LIBADD = ./gaiaaux/libg
+   ./gaiaexif/libgaiaexif.la ./gaiageo/libgaiageo.la \
+   ./spatialite/libsplite.la ./srsinit/libsrsinit.la \
+   ./virtualtext/libvirtualtext.la $(am__append_1)
+-@MINGW_FALSE@libspatialite_la_LDFLAGS = -version-info 4:0:0
+-@MINGW_TRUE@libspatialite_la_LDFLAGS = -version-info 4:0:0 -no-undefined
++@MINGW_FALSE@libspatialite_la_LDFLAGS = -version-info 3:0:0
++@MINGW_TRUE@libspatialite_la_LDFLAGS = -version-info 3:0:0 -no-undefined
+ all: all-recursive
+ 
+ .SUFFIXES:

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-42-g81446bd

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 81446bde42dd1c6d2bb668e48727c362fcb78167
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 20:50:35 2011 +0200

Fix typos in source code

diff --git a/debian/patches/03-fix_typos.patch 
b/debian/patches/03-fix_typos.patch
new file mode 100644
index 000..643bfc2
--- /dev/null
+++ b/debian/patches/03-fix_typos.patch
@@ -0,0 +1,218 @@
+From: David Paleino da...@debian.org
+Subject: fix typos in source code
+Origin: vendor
+Forwarded: no
+
+---
+ libspatialite/src/spatialite/spatialite.c |   24 
+ libspatialite/src/srsinit/srs_init.c  |2 +-
+ spatialite-tools/exif_loader.c|4 ++--
+ spatialite-tools/spatialite_gml.c |2 +-
+ spatialite-tools/spatialite_osm_map.c |4 ++--
+ spatialite-tools/spatialite_osm_net.c |4 ++--
+ spatialite-tools/spatialite_osm_raw.c |2 +-
+ 7 files changed, 21 insertions(+), 21 deletions(-)
+
+--- spatialite.orig/libspatialite/src/spatialite/spatialite.c
 spatialite/libspatialite/src/spatialite/spatialite.c
+@@ -1141,7 +1141,7 @@ fnct_InitSpatialMetaData (sqlite3_contex
+ if (ret != SQLITE_OK)
+   goto error;
+ updateSpatiaLiteHistory (sqlite, spatial_ref_sys, NULL,
+-   table succesfully created);
++   table successfully created);
+ /* creating the GEOMETRY_COLUMN table */
+ strcpy (sql, CREATE TABLE geometry_columns (\n);
+ strcat (sql, f_table_name TEXT NOT NULL,\n);
+@@ -1158,7 +1158,7 @@ fnct_InitSpatialMetaData (sqlite3_contex
+ if (ret != SQLITE_OK)
+   goto error;
+ updateSpatiaLiteHistory (sqlite, geometry_columns, NULL,
+-   table succesfully created);
++   table successfully created);
+ /* creating an INDEX corresponding to the SRID FK */
+ strcpy (sql, CREATE INDEX idx_srid_geocols ON geometry_columns\n);
+ strcat (sql, (srid) );
+@@ -1185,7 +1185,7 @@ fnct_InitSpatialMetaData (sqlite3_contex
+   goto error;
+ if (spatial_ref_sys_init (sqlite, 0))
+   updateSpatiaLiteHistory (sqlite, spatial_ref_sys, NULL,
+-   table succesfully populated);
++   table successfully populated);
+ sqlite3_result_int (context, 1);
+ return;
+   error:
+@@ -2058,7 +2058,7 @@ fnct_AddGeometryColumn (sqlite3_context
+   };
+ sprintf (sqlcolumn, ,SRID=%d, (srid = 0) ? -1 : srid);
+ strcat (sql, sqlcolumn);
+-strcat (sql, ] succesfully created);
++strcat (sql, ] successfully created);
+ updateSpatiaLiteHistory (sqlite, (const char *) table,
+(const char *) column, sql);
+ return;
+@@ -2493,7 +2493,7 @@ fnct_RecoverGeometryColumn (sqlite3_cont
+   };
+ sprintf (sqlcolumn, ,SRID=%d, (srid = 0) ? -1 : srid);
+ strcat (sql, sqlcolumn);
+-strcat (sql, ] succesfully recovered);
++strcat (sql, ] successfully recovered);
+ updateSpatiaLiteHistory (sqlite, (const char *) table,
+(const char *) column, sql);
+ return;
+@@ -2629,7 +2629,7 @@ fnct_DiscardGeometryColumn (sqlite3_cont
+ /* end deletion old versions [v2.0, v2.2] triggers[if any] */
+ 
+ sqlite3_result_int (context, 1);
+-strcpy (sql, Geometry succesfully discarded);
++strcpy (sql, Geometry successfully discarded);
+ updateSpatiaLiteHistory (sqlite, (const char *) table,
+(const char *) column, sql);
+ return;
+@@ -3722,7 +3722,7 @@ recover_spatial_index (sqlite3 * sqlite,
+   goto error;
+ /* populating the R*Tree table from scratch */
+ buildSpatialIndex (sqlite, table, (const char *) geom);
+-strcpy (sql, SpatialIndex: succesfully recovered);
++strcpy (sql, SpatialIndex: successfully recovered);
+ updateSpatiaLiteHistory (sqlite, (const char *) table,
+(const char *) geom, sql);
+ return 1;
+@@ -3970,7 +3970,7 @@ fnct_CreateSpatialIndex (sqlite3_context
+   }
+ updateGeometryTriggers (sqlite, table, column);
+ sqlite3_result_int (context, 1);
+-strcpy (sql, R*Tree Spatial Index succesfully created);
++strcpy (sql, R*Tree Spatial Index successfully created);
+ updateSpatiaLiteHistory (sqlite, (const char *) table,
+(const char *) column, sql);
+ return;
+@@ -4039,7 +4039,7 @@ fnct_CreateMbrCache (sqlite3_context * c
+   }
+ updateGeometryTriggers (sqlite, table, column);
+ sqlite3_result_int (context, 1);
+-strcpy (sql, MbrCache succesfully created);
++strcpy (sql, MbrCache successfully created);
+ updateSpatiaLiteHistory (sqlite, (const char *) table,
+(const char *) column, sql);
+ return;
+@@ -4109,7 +4109,7 @@ fnct_DisableSpatialIndex (sqlite3_contex
+   }
+ updateGeometryTriggers (sqlite, table, column);
+ sqlite3_result_int (context, 

[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-43-g985fd12

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 985fd12b12ade8aa4c546d49ee6db4fb36682b03
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 20:53:35 2011 +0200

Add lintian override

diff --git a/debian/libspatialite-dev.lintian-overrides 
b/debian/libspatialite-dev.lintian-overrides
new file mode 100644
index 000..7bea834
--- /dev/null
+++ b/debian/libspatialite-dev.lintian-overrides
@@ -0,0 +1,2 @@
+# not true, it depends on libsqlite3-dev
+libspatialite-dev: package-contains-broken-symlink 
usr/include/spatialite/sqlite3.h ../sqlite3.h

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-45-g65699d8

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 65699d89e2242865187a6fa60778bcb1ca2a1da7
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 21:02:20 2011 +0200

Remove duplicate section

diff --git a/debian/control b/debian/control
index 23e1e5c..8765f68 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,6 @@ Description: Geospatial extension for SQLite - development 
files
  
 Package: spatialite-bin
 Architecture: any
-Section: science
 Depends:
  ${shlibs:Depends}
  , ${misc:Depends}

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-45-g65699d8

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit f7ad301a3a6bc80a7826757893c1096bdc2665c3
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 21:02:00 2011 +0200

Add missing symbols

diff --git a/debian/libspatialite3.symbols b/debian/libspatialite3.symbols
index 6105218..bb486d3 100644
--- a/debian/libspatialite3.symbols
+++ b/debian/libspatialite3.symbols
@@ -1,4 +1,160 @@
 libspatialite.so.3 libspatialite3 #MINVER#
+ EwktError@Base 3.0.0~beta20110817
+ EwktLval@Base 3.0.0~beta20110817
+ Ewkt_create_buffer@Base 3.0.0~beta20110817
+ Ewkt_delete_buffer@Base 3.0.0~beta20110817
+ Ewkt_flex_debug@Base 3.0.0~beta20110817
+ Ewkt_flush_buffer@Base 3.0.0~beta20110817
+ Ewkt_scan_buffer@Base 3.0.0~beta20110817
+ Ewkt_scan_bytes@Base 3.0.0~beta20110817
+ Ewkt_scan_string@Base 3.0.0~beta20110817
+ Ewkt_switch_to_buffer@Base 3.0.0~beta20110817
+ Ewktalloc@Base 3.0.0~beta20110817
+ Ewktfree@Base 3.0.0~beta20110817
+ Ewktget_debug@Base 3.0.0~beta20110817
+ Ewktget_in@Base 3.0.0~beta20110817
+ Ewktget_leng@Base 3.0.0~beta20110817
+ Ewktget_lineno@Base 3.0.0~beta20110817
+ Ewktget_out@Base 3.0.0~beta20110817
+ Ewktget_text@Base 3.0.0~beta20110817
+ Ewktin@Base 3.0.0~beta20110817
+ Ewktleng@Base 3.0.0~beta20110817
+ Ewktlex@Base 3.0.0~beta20110817
+ Ewktlex_destroy@Base 3.0.0~beta20110817
+ Ewktlineno@Base 3.0.0~beta20110817
+ Ewktout@Base 3.0.0~beta20110817
+ Ewktpop_buffer_state@Base 3.0.0~beta20110817
+ Ewktpush_buffer_state@Base 3.0.0~beta20110817
+ Ewktrealloc@Base 3.0.0~beta20110817
+ Ewktrestart@Base 3.0.0~beta20110817
+ Ewktset_debug@Base 3.0.0~beta20110817
+ Ewktset_in@Base 3.0.0~beta20110817
+ Ewktset_lineno@Base 3.0.0~beta20110817
+ Ewktset_out@Base 3.0.0~beta20110817
+ Ewkttext@Base 3.0.0~beta20110817
+ Ewktwrap@Base 3.0.0~beta20110817
+ GeoJsonError@Base 3.0.0~beta20110817
+ GeoJsonLval@Base 3.0.0~beta20110817
+ GeoJson_create_buffer@Base 3.0.0~beta20110817
+ GeoJson_delete_buffer@Base 3.0.0~beta20110817
+ GeoJson_flex_debug@Base 3.0.0~beta20110817
+ GeoJson_flush_buffer@Base 3.0.0~beta20110817
+ GeoJson_scan_buffer@Base 3.0.0~beta20110817
+ GeoJson_scan_bytes@Base 3.0.0~beta20110817
+ GeoJson_scan_string@Base 3.0.0~beta20110817
+ GeoJson_switch_to_buffer@Base 3.0.0~beta20110817
+ GeoJsonalloc@Base 3.0.0~beta20110817
+ GeoJsonfree@Base 3.0.0~beta20110817
+ GeoJsonget_debug@Base 3.0.0~beta20110817
+ GeoJsonget_in@Base 3.0.0~beta20110817
+ GeoJsonget_leng@Base 3.0.0~beta20110817
+ GeoJsonget_lineno@Base 3.0.0~beta20110817
+ GeoJsonget_out@Base 3.0.0~beta20110817
+ GeoJsonget_text@Base 3.0.0~beta20110817
+ GeoJsonin@Base 3.0.0~beta20110817
+ GeoJsonleng@Base 3.0.0~beta20110817
+ GeoJsonlex@Base 3.0.0~beta20110817
+ GeoJsonlex_destroy@Base 3.0.0~beta20110817
+ GeoJsonlineno@Base 3.0.0~beta20110817
+ GeoJsonout@Base 3.0.0~beta20110817
+ GeoJsonpop_buffer_state@Base 3.0.0~beta20110817
+ GeoJsonpush_buffer_state@Base 3.0.0~beta20110817
+ GeoJsonrealloc@Base 3.0.0~beta20110817
+ GeoJsonrestart@Base 3.0.0~beta20110817
+ GeoJsonset_debug@Base 3.0.0~beta20110817
+ GeoJsonset_in@Base 3.0.0~beta20110817
+ GeoJsonset_lineno@Base 3.0.0~beta20110817
+ GeoJsonset_out@Base 3.0.0~beta20110817
+ GeoJsontext@Base 3.0.0~beta20110817
+ GeoJsonwrap@Base 3.0.0~beta20110817
+ GmlError@Base 3.0.0~beta20110817
+ GmlLval@Base 3.0.0~beta20110817
+ Gml_create_buffer@Base 3.0.0~beta20110817
+ Gml_delete_buffer@Base 3.0.0~beta20110817
+ Gml_flex_debug@Base 3.0.0~beta20110817
+ Gml_flush_buffer@Base 3.0.0~beta20110817
+ Gml_scan_buffer@Base 3.0.0~beta20110817
+ Gml_scan_bytes@Base 3.0.0~beta20110817
+ Gml_scan_string@Base 3.0.0~beta20110817
+ Gml_switch_to_buffer@Base 3.0.0~beta20110817
+ Gmlalloc@Base 3.0.0~beta20110817
+ Gmlfree@Base 3.0.0~beta20110817
+ Gmlget_debug@Base 3.0.0~beta20110817
+ Gmlget_in@Base 3.0.0~beta20110817
+ Gmlget_leng@Base 3.0.0~beta20110817
+ Gmlget_lineno@Base 3.0.0~beta20110817
+ Gmlget_out@Base 3.0.0~beta20110817
+ Gmlget_text@Base 3.0.0~beta20110817
+ Gmlin@Base 3.0.0~beta20110817
+ Gmlleng@Base 3.0.0~beta20110817
+ Gmllex@Base 3.0.0~beta20110817
+ Gmllex_destroy@Base 3.0.0~beta20110817
+ Gmllineno@Base 3.0.0~beta20110817
+ Gmlout@Base 3.0.0~beta20110817
+ Gmlpop_buffer_state@Base 3.0.0~beta20110817
+ Gmlpush_buffer_state@Base 3.0.0~beta20110817
+ Gmlrealloc@Base 3.0.0~beta20110817
+ Gmlrestart@Base 3.0.0~beta20110817
+ Gmlset_debug@Base 3.0.0~beta20110817
+ Gmlset_in@Base 3.0.0~beta20110817
+ Gmlset_lineno@Base 3.0.0~beta20110817
+ Gmlset_out@Base 3.0.0~beta20110817
+ Gmltext@Base 3.0.0~beta20110817
+ Gmlwrap@Base 3.0.0~beta20110817
+ KmlError@Base 3.0.0~beta20110817
+ KmlLval@Base 3.0.0~beta20110817
+ Kml_create_buffer@Base 3.0.0~beta20110817
+ Kml_delete_buffer@Base 3.0.0~beta20110817
+ Kml_flex_debug@Base 3.0.0~beta20110817
+ Kml_flush_buffer@Base 3.0.0~beta20110817
+ Kml_scan_buffer@Base 3.0.0~beta20110817
+ Kml_scan_bytes@Base 3.0.0~beta20110817
+ Kml_scan_string@Base 3.0.0~beta20110817
+ Kml_switch_to_buffer@Base 3.0.0~beta20110817
+ Kmlalloc@Base 3.0.0~beta20110817
+ 

[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-47-gbd7ed1a

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit aaff4814576ec5c07f970c3147d4ef8443cc99dc
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 21:09:42 2011 +0200

More missing symbols

diff --git a/debian/libspatialite3.symbols b/debian/libspatialite3.symbols
index bb486d3..7f971fb 100644
--- a/debian/libspatialite3.symbols
+++ b/debian/libspatialite3.symbols
@@ -142,6 +142,20 @@ libspatialite.so.3 libspatialite3 #MINVER#
  VanuatuWkt_scan_buffer@Base 3.0.0~beta20110817
  VanuatuWkt_scan_bytes@Base 3.0.0~beta20110817
  VanuatuWkt_scan_string@Base 3.0.0~beta20110817
+ VanuatuWkt_switch_to_buffer@Base 3.0.0~beta20110817
+ VanuatuWktalloc@Base 3.0.0~beta20110817
+ VanuatuWkterror@Base 3.0.0~beta20110817
+ VanuatuWktfree@Base 3.0.0~beta20110817
+ VanuatuWktget_debug@Base 3.0.0~beta20110817
+ VanuatuWktget_in@Base 3.0.0~beta20110817
+ VanuatuWktget_leng@Base 3.0.0~beta20110817
+ VanuatuWktget_lineno@Base 3.0.0~beta20110817
+ VanuatuWktget_out@Base 3.0.0~beta20110817
+ VanuatuWktget_text@Base 3.0.0~beta20110817
+ VanuatuWktin@Base 3.0.0~beta20110817
+ VanuatuWktleng@Base 3.0.0~beta20110817
+ VanuatuWktlex@Base 3.0.0~beta20110817
+ VanuatuWktlex_destroy@Base 3.0.0~beta20110817
  VanuatuWktlineno@Base 3.0.0~beta20110817
  VanuatuWktlval@Base 3.0.0~beta20110817
  VanuatuWktout@Base 3.0.0~beta20110817

-- 
geospatial extension for SQLite

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


[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-47-gbd7ed1a

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit bd7ed1a5a5f596b2ade69cd39db5cabe537a6033
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 21:09:51 2011 +0200

Releasing to sid

diff --git a/debian/changelog b/debian/changelog
index 172f661..884e527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-spatialite (3.0.0~beta20110817-1) UNRELEASED; urgency=low
+spatialite (3.0.0~beta20110817-1) unstable; urgency=low
 
   [ Alan Boudreault ]
   * Added libexpat1-dev as build-dep.
@@ -23,7 +23,7 @@ spatialite (3.0.0~beta20110817-1) UNRELEASED; urgency=low
   * Add Build-Depends on libfreexl-dev
   * Bump debhelper compatibility to 8
 
- -- David Paleino da...@debian.org  Sat, 08 Oct 2011 20:48:21 +0200
+ -- David Paleino da...@debian.org  Sat, 08 Oct 2011 21:09:50 +0200
 
 spatialite (2.4.0~rc2-5) unstable; urgency=medium
 

-- 
geospatial extension for SQLite

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


[SCM] spatialite annotated tag, debian/3.0.0_beta20110817-1, created. debian/3.0.0_beta20110817-1

2011-10-08 Thread David Paleino
The annotated tag, debian/3.0.0_beta20110817-1 has been created
at  aa0c26927308c6d7f5c0623fa8f6f9470decb728 (tag)
   tagging  bd7ed1a5a5f596b2ade69cd39db5cabe537a6033 (commit)
  replaces  upstream/3.0.0_beta20110817
 tagged by  David Paleino
on  Sat Oct 8 21:21:42 2011 +0200

- Shortlog 
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk6QosYACgkQ5qqQFxOSsXQ6TQCdEdZGZjXb731Fi5+WBZdAr0SI
5b8An2QTpVwQhLxxPe2cTig7bUYiNLKi
=hCLX
-END PGP SIGNATURE-

Alan Boudreault (4):
  Changed build-dep libsqlite3-dev to (= 3.5.0)
  Added spatialite_tool and spatialite_osm binaries in spatialite-bin
  Changed sqlite3 build-dep required version: spatialite uses the hot 
backup interface of sqlite3: 3.6.11
  New upstream pre-release candidate of spatialite: 2.4.0~rc4

David Paleino (45):
  Merge branch 'upstream'
  Merge commit 'upstream/2.4.0_rc4'
  Never been released
  Use 3.0 (quilt) source format.
  Patch renamed
  systemlibs.diff renamed to 00-systemlibs.patch, and refreshed to only 
include significant changes. Autotools files are now updated and cleaned by 
dh-autoreconf.
  debian/rules rewritten using dh7.
  Temporarily ignore make errors, since 'unpack' is not recognized
  debian/rules: rename get-orig-tarball target to get-orig-source.
  Require unpack also during cleanup
  New orig tarball layout
  Merge commit 'upstream/2.4.0_rc4'
  Update Vcs-* fields to reflect SVN→Git migration
  Policy bumped to 3.9.2, without changes.
  Added myself to Uploaders
  Rewrapped multi-line fields
  Fix get-orig-source to be used with 3.0.0-BETA
  Merge commit 'upstream/3.0.0_beta20110817'
  New upstream pre-release
  Split 'foreign' addition to AUTOMAKE_OPTIONS from 00-systemlibs.patch.
  Add Build-Depends on libfreexl-dev
  Don't remove now-populated dirs
  Fix debian/rules
  New spatialite tools
  Generalize library installation
  Temporarily disable patch
  Temporarily disable autoreconf
  Added symbols file for previous version
  Drop no-more supported options
  Fix clean target
  Fix linkage issues
  SONAME bumped
  Refresh patch not to need autoreconf
  Patch renamed, and fix chroot FTBFS
  B-D on pkg-config
  Reference local headers
  Fix quoting
  Add Makefile.in to patch
  Bump debhelper compatibility to 8
  Fix typos in source code
  Add lintian override
  Add missing symbols
  Remove duplicate section
  More missing symbols
  Releasing to sid

Francesco Paolo Lovergine (21):
  Creating trunk directory
  [svn-inject] Applying Debian modifications to trunk
  Added init_spatialite sql script.
  commit 25c0b0cd7c625d4beb057fb4f99819d8047a2293
  New upstream release.
  Some more fixes.
  commit 67e588a4e61f1b18f2662d15ad2a4dc1cb94ef3e
  Minor changes.
  New version 2.3.1 and fixes for RC bug.
  Updated to 2.4.0rc2
  Fixed an oversight.
  Fixing RC bug.
  Minor useful update for allowing spatialite to work with gdal 1.7
  Added a couple of missing binaries.
  Wrong version fixed.
  Closing bug.
  Update get-orig-tarball and bumped policy.
  Updated system patch for RC4
  Fixed patch for external libs.
  Logged change to patch
  Removed superfluous pkg-config configuration change.

---

-- 
geospatial extension for SQLite

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

[SCM] spatialite annotated tag, upstream/3.0.0_beta20110817, created. upstream/3.0.0_beta20110817

2011-10-08 Thread David Paleino
The annotated tag, upstream/3.0.0_beta20110817 has been created
at  6b5e4a51bf83b52d3f35b732130b5fca20a70c8a (tag)
   tagging  86104eba06376b0c4ccbdad54038347c2b620aa2 (commit)
  replaces  upstream/2.4.0_rc4
 tagged by  David Paleino
on  Wed Oct 5 19:04:52 2011 +0200

- Shortlog 
Upstream version 3.0.0~beta20110817
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk6MjjQACgkQ5qqQFxOSsXThzQCfWO+BhdkbQ0EC0SvwX6KvcgAd
4oAAoMsFdF5DR+b7D85Pw8ZiAsFEEiiW
=8VsZ
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 3.0.0~beta20110817

---

-- 
geospatial extension for SQLite

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


Processing of spatialite_3.0.0~beta20110817-1_i386.changes

2011-10-08 Thread Debian FTP Masters
spatialite_3.0.0~beta20110817-1_i386.changes uploaded successfully to localhost
along with the files:
  spatialite_3.0.0~beta20110817-1.dsc
  spatialite_3.0.0~beta20110817.orig.tar.gz
  spatialite_3.0.0~beta20110817-1.debian.tar.gz
  libspatialite3_3.0.0~beta20110817-1_i386.deb
  libspatialite-dev_3.0.0~beta20110817-1_i386.deb
  spatialite-bin_3.0.0~beta20110817-1_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


[SCM] mapnik branch, master, updated. debian/2.0.0+ds1-1-1-g3f7a271

2011-10-08 Thread David Paleino
The following commit has been merged in the master branch:
commit 3f7a2719ecf656e2d6aadb614d178673ee8956be
Author: David Paleino da...@debian.org
Date:   Sat Oct 8 22:12:38 2011 +0200

03-fix_big-endian.patch added: the variable for big-endian architectures 
was wrongly named (Closes: #644704)

diff --git a/debian/changelog b/debian/changelog
index 35530a5..dcd91a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mapnik (2.0.0+ds1-2) UNRELEASED; urgency=low
+
+  * 03-fix_big-endian.patch added: the variable for big-endian
+architectures was wrongly named (Closes: #644704)
+
+ -- David Paleino da...@debian.org  Sat, 08 Oct 2011 22:12:16 +0200
+
 mapnik (2.0.0+ds1-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/patches/03-fix_big-endian.patch 
b/debian/patches/03-fix_big-endian.patch
new file mode 100644
index 000..37c5eb4
--- /dev/null
+++ b/debian/patches/03-fix_big-endian.patch
@@ -0,0 +1,21 @@
+From: David Paleino da...@debian.org
+Subject: fix variable name when the architecture is big endian
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644704
+Forwarded: no
+
+---
+ include/mapnik/grid/grid.hpp |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- mapnik.orig/include/mapnik/grid/grid.hpp
 mapnik/include/mapnik/grid/grid.hpp
+@@ -284,7 +284,7 @@ public:
+ {
+ 
+ #ifdef MAPNIK_BIG_ENDIAN
+-unsigned a1 = (int)((rgba1  0xff) * opacity)  0xff; // adjust 
for desired opacity
++unsigned a = (int)((rgba1  0xff) * opacity)  0xff; // adjust 
for desired opacity
+ #else
+ unsigned a = (int)(((rgba1  24)  0xff) * opacity)  0xff; // 
adjust for desired opacity
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index b3e18ef..d4cc89e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02-fix_FTBFS_binutils-gold.patch
 #03-fix_ImportError_mips.patch
 #04-port_to_new_boost.patch
+03-fix_big-endian.patch

-- 
C++/Python toolkit for developing GIS applications

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


Processed: limit source to mapnik, tagging 644704

2011-10-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #mapnik (2.0.0+ds1-2) unstable; urgency=low
 #
 #  * 03-fix_big-endian.patch added: the variable for big-endian
 #architectures was wrongly named (Closes: #644704)
 #
 limit source mapnik
Limiting to bugs with field 'source' containing at least one of 'mapnik'
Limit currently set to 'source':'mapnik'

 tags 644704 + pending confirmed
Bug #644704 [mapnik] FTBFS: include/mapnik/grid/grid.hpp:293:17: error: 'a' was 
not declared in this scope
Added tag(s) confirmed and pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


spatialite_3.0.0~beta20110817-1_i386.changes is NEW

2011-10-08 Thread Debian FTP Masters
libspatialite-dev_3.0.0~beta20110817-1_i386.deb
  to main/s/spatialite/libspatialite-dev_3.0.0~beta20110817-1_i386.deb
(new) libspatialite3_3.0.0~beta20110817-1_i386.deb extra libs
Geospatial extension for SQLite - libraries
 The SpatiaLite extension enables SQLite to support spatial (geometry) data
 in a way conformant to OpenGis specifications, with both WKT and WKB formats.
 .
 Spatialite also includes Virtualshape and Virtualtext to enable accessing
 shapefiles and csv/text files as virtual tables.
 .
 This package contains all shared libraries used by Spatialite based programs.
spatialite-bin_3.0.0~beta20110817-1_i386.deb
  to main/s/spatialite/spatialite-bin_3.0.0~beta20110817-1_i386.deb
spatialite_3.0.0~beta20110817-1.debian.tar.gz
  to main/s/spatialite/spatialite_3.0.0~beta20110817-1.debian.tar.gz
spatialite_3.0.0~beta20110817-1.dsc
  to main/s/spatialite/spatialite_3.0.0~beta20110817-1.dsc
spatialite_3.0.0~beta20110817.orig.tar.gz
  to main/s/spatialite/spatialite_3.0.0~beta20110817.orig.tar.gz
Changes: spatialite (3.0.0~beta20110817-1) unstable; urgency=low
 .
  [ Alan Boudreault ]
  * Added libexpat1-dev as build-dep.
 .
  [ Francesco Paolo Lovergine ]
  * Fixed get-orig-tarball to use full version for pre-release tarballs.
  * Policy bumped to 3.9.2, without changes.
  * The mega-patch systemlibs.diff has been updated.
  * Removed .pc file manipulation.
 .
  [ David Paleino ]
  * New upstream pre-release
  * Use 3.0 (quilt) source format.
  * systemlibs.diff renamed to 00-systemlibs.patch, and refreshed to only
include significant changes. Autotools files are now updated and cleaned
by dh-autoreconf.
  * debian/rules rewritten using dh7.
  * debian/rules: rename get-orig-tarball target to get-orig-source.
  * Update Vcs-* fields to reflect SVN→Git migration
  * Added myself to Uploaders
  * Split 'foreign' addition to AUTOMAKE_OPTIONS from 00-systemlibs.patch.
  * Add Build-Depends on libfreexl-dev
  * Bump debhelper compatibility to 8


Override entries for your package:
libspatialite-dev_3.0.0~beta20110817-1_i386.deb - extra libdevel
spatialite-bin_3.0.0~beta20110817-1_i386.deb - extra science
spatialite_3.0.0~beta20110817-1.dsc - source science

Announcing to debian-devel-chan...@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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

Processing of mapnik_2.0.0+ds1-2_i386.changes

2011-10-08 Thread Debian FTP Masters
mapnik_2.0.0+ds1-2_i386.changes uploaded successfully to localhost
along with the files:
  mapnik_2.0.0+ds1-2.dsc
  mapnik_2.0.0+ds1-2.debian.tar.gz
  libmapnik2-2.0_2.0.0+ds1-2_i386.deb
  libmapnik-dev_2.0.0+ds1-2_all.deb
  libmapnik2-dev_2.0.0+ds1-2_i386.deb
  mapnik-utils_2.0.0+ds1-2_i386.deb
  python-mapnik2_2.0.0+ds1-2_i386.deb
  mapnik-doc_2.0.0+ds1-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


mapnik_2.0.0+ds1-2_i386.changes ACCEPTED into unstable

2011-10-08 Thread Debian FTP Masters



Accepted:
libmapnik-dev_2.0.0+ds1-2_all.deb
  to main/m/mapnik/libmapnik-dev_2.0.0+ds1-2_all.deb
libmapnik2-2.0_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/libmapnik2-2.0_2.0.0+ds1-2_i386.deb
libmapnik2-dev_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/libmapnik2-dev_2.0.0+ds1-2_i386.deb
mapnik-doc_2.0.0+ds1-2_all.deb
  to main/m/mapnik/mapnik-doc_2.0.0+ds1-2_all.deb
mapnik-utils_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/mapnik-utils_2.0.0+ds1-2_i386.deb
mapnik_2.0.0+ds1-2.debian.tar.gz
  to main/m/mapnik/mapnik_2.0.0+ds1-2.debian.tar.gz
mapnik_2.0.0+ds1-2.dsc
  to main/m/mapnik/mapnik_2.0.0+ds1-2.dsc
python-mapnik2_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/python-mapnik2_2.0.0+ds1-2_i386.deb


Override entries for your package:
libmapnik-dev_2.0.0+ds1-2_all.deb - optional libdevel
libmapnik2-2.0_2.0.0+ds1-2_i386.deb - optional libs
libmapnik2-dev_2.0.0+ds1-2_i386.deb - optional libdevel
mapnik-doc_2.0.0+ds1-2_all.deb - optional doc
mapnik-utils_2.0.0+ds1-2_i386.deb - optional utils
mapnik_2.0.0+ds1-2.dsc - source libs
python-mapnik2_2.0.0+ds1-2_i386.deb - optional python

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 644704 


Thank you for your contribution to Debian.

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


mapnik override disparity

2011-10-08 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

libmapnik-dev_2.0.0+ds1-2_all.deb: package says section is oldlibs, override 
says libdevel.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

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


Bug#644704: marked as done (FTBFS: include/mapnik/grid/grid.hpp:293:17: error: 'a' was not declared in this scope)

2011-10-08 Thread Debian Bug Tracking System
Your message dated Sat, 08 Oct 2011 22:03:55 +
with message-id e1rcezr-0002yn...@franck.debian.org
and subject line Bug#644704: fixed in mapnik 2.0.0+ds1-2
has caused the Debian Bug report #644704,
regarding FTBFS: include/mapnik/grid/grid.hpp:293:17: error: 'a' was not 
declared in this scope
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
644704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mapnik
Version: 2.0.0+ds1-1
Severity: serious

On various architectures:

On Fri, Oct 07, 2011 at 07:59:05PM +, buildd on poulenc wrote:
 g++ -o bindings/python/mapnik_python.os -c -DHAVE_JPEG -DBOOST_REGEX_HAS_ICU 
 -ansi -Wall -pthread -ftemplate-depth-300 -DLINUX -DBOOST_SPIRIT_THREADSAFE 
 -DMAPNIK_THREADSAFE -O3 -finline-functions -Wno-inline -DNDEBUG -DHAVE_CAIRO 
 -DHAVE_PYCAIRO -pthread -fPIC -Iagg/include -I. -Iinclude -I/usr/include 
 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdal 
 -I/usr/include/postgresql -I/usr/include/python2.7 -I/usr/include/pixman-1 
 -I/usr/include/libpng12 -I/usr/include/cairomm-1.0 
 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/sigc++-2.0 
 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo 
 bindings/python/mapnik_python.cpp
 In file included from include/mapnik/grid/grid_renderer.hpp:37:0,
  from bindings/python/python_grid_utils.hpp:31,
  from bindings/python/mapnik_python.cpp:84:
 include/mapnik/grid/grid.hpp: In member function 'void 
 mapnik::hit_gridT::blendPixel2(mapnik::hit_gridT::value_type, int, int, 
 unsigned int, int, double)':
 include/mapnik/grid/grid.hpp:293:17: error: 'a' was not declared in this scope
 scons: *** [bindings/python/mapnik_python.os] Error 1
 scons: building terminated because of errors.
 make[1]: *** [override_dh_auto_build] Error 2
 make[1]: Leaving directory 
 `/build/buildd-mapnik_2.0.0+ds1-1-powerpc-Cb8wQS/mapnik-2.0.0+ds1'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2



signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: mapnik
Source-Version: 2.0.0+ds1-2

We believe that the bug you reported is fixed in the latest version of
mapnik, which is due to be installed in the Debian FTP archive:

libmapnik-dev_2.0.0+ds1-2_all.deb
  to main/m/mapnik/libmapnik-dev_2.0.0+ds1-2_all.deb
libmapnik2-2.0_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/libmapnik2-2.0_2.0.0+ds1-2_i386.deb
libmapnik2-dev_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/libmapnik2-dev_2.0.0+ds1-2_i386.deb
mapnik-doc_2.0.0+ds1-2_all.deb
  to main/m/mapnik/mapnik-doc_2.0.0+ds1-2_all.deb
mapnik-utils_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/mapnik-utils_2.0.0+ds1-2_i386.deb
mapnik_2.0.0+ds1-2.debian.tar.gz
  to main/m/mapnik/mapnik_2.0.0+ds1-2.debian.tar.gz
mapnik_2.0.0+ds1-2.dsc
  to main/m/mapnik/mapnik_2.0.0+ds1-2.dsc
python-mapnik2_2.0.0+ds1-2_i386.deb
  to main/m/mapnik/python-mapnik2_2.0.0+ds1-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 644...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Paleino da...@debian.org (supplier of updated mapnik package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Oct 2011 22:14:59 +0200
Source: mapnik
Binary: libmapnik2-2.0 libmapnik-dev libmapnik2-dev mapnik-utils python-mapnik2 
mapnik-doc
Architecture: source i386 all
Version: 2.0.0+ds1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 libmapnik-dev - C++/Python toolkit for developing GIS applications (dummy)
 libmapnik2-2.0 - C++/Python toolkit for developing GIS applications (libraries)
 libmapnik2-dev - C++/Python toolkit for developing GIS applications (devel)
 mapnik-doc - C++/Python toolkit for developing GIS applications (doc)
 mapnik-utils - C++/Python toolkit for developing GIS applications (utilities)
 python-mapnik2 - C++/Python toolkit for developing GIS applications (Python)
Closes: 644704
Changes: 
 mapnik