Processing of pgrouting_2.0.0-1_amd64.changes

2013-10-03 Thread Debian FTP Masters
pgrouting_2.0.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  pgrouting_2.0.0-1.dsc
  pgrouting_2.0.0.orig.tar.gz
  pgrouting_2.0.0-1.debian.tar.gz
  postgresql-9.3-pgrouting_2.0.0-1_amd64.deb
  postgresql-9.3-pgrouting-doc_2.0.0-1_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


[SCM] mapnik annotated tag, debian/2.2.0+ds1-4, created. debian/2.2.0+ds1-4

2013-10-03 Thread Jérémy Lal
The annotated tag, debian/2.2.0+ds1-4 has been created
at  89c247469b23001f2178a8360965ecba4aa85201 (tag)
   tagging  09d9653dd2761f6df017b13461ebec94ff7b4e9a (commit)
  replaces  debian/2.2.0+ds1-3
 tagged by  Jérémy Lal
on  Thu Oct 3 14:26:26 2013 +0200

- Shortlog 
mapnik Debian release 2.2.0+ds1-4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAABCAAGBQJSTWJyAAoJEGYRwF7dOfN09C4P/3VX2fe6wEPULI9kK+FbRAsl
yl0V6q8+19aE0FPDOkiE1HvXUnq0KmW5MqS2+yRFQQFLVQMyOhAuJ1GjrZJEox3C
pOMswuc/d3wKhQqERmCEt5n9n0LVrfTkyxucPa4otHtGkhsiMvZzYRzHqDt5QDwT
tyU5SlGWqiNKUdUePifFnNt2yBWU6sZlvWGevn4UhXdBErzWwnNVQWnY4JpFBuXc
163b+sVx/cwzgHidSU5WUfMJ5CQvP6IMEYU9lBl25MpBz+SUcM9Pbgut6dVUrFwX
wvnbXbbznknGbq/Kyskl7Nu0CkGKWl+sF7qmUWxYym42Bx6vdEFw65mbl5RzY1ZN
hBfOHFAd6t2SuSrOscvjo7mbHw4V4K8l1HgEODp05EFj+Q58YPzxyDR9I7Ifd99L
r2nu4nDrYY50F9RDZu0KCxZbE2rK6oXDsr5nuDorD+2v2yHVSskyLxunwcUxxJsN
6KyDeR/oCbYjaudfFdoW1a8hn/ESkQ9rC6Yb2AMC7c4YwmAdwh7vpcTxwuxA7ZmQ
EkR7PtrGqXYF600dqz2FMpKXsbeR6fGKSQC7n/tHP+ZaYXsq9LFv1kOkt/dNIK7x
U6N3Yu4z6jzZCA9Ei04BxvBePkooCAudogKwuhonpXnljs7J6JrCDOwWaZD9FSEp
ziiz5Kgg0GYCHDfSu3XA
=qd2H
-END PGP SIGNATURE-

Bas Couwenberg (1):
  Fix typo in mapnik-plugin-base man page.

Jérémy Lal (3):
  Force parallel=1 to overcome memory exhaustion issues on buildd.
  Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/mapnik
  Update changelog, release

---

-- 
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

[SCM] mapnik branch, master, updated. debian/2.2.0+ds1-4

2013-10-03 Thread Jérémy Lal
The following commit has been merged in the master branch:
commit 324b104d352767dad9ee0203158cca864d7cc4dc
Merge: 0cf8b272c843f69b96170408067d27c5329b6a6d 
f3919944390a224919f693809589f605f21f68e2
Author: Jérémy Lal kapo...@melix.org
Date:   Thu Oct 3 14:24:48 2013 +0200

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/mapnik


-- 
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

[SCM] mapnik branch, master, updated. debian/2.2.0+ds1-4

2013-10-03 Thread Jérémy Lal
The following commit has been merged in the master branch:
commit 0cf8b272c843f69b96170408067d27c5329b6a6d
Author: Jérémy Lal kapo...@melix.org
Date:   Thu Oct 3 14:23:40 2013 +0200

Force parallel=1 to overcome memory exhaustion issues on buildd.

diff --git a/debian/rules b/debian/rules
index cc56087..9f2b249 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,9 @@ endif
 
 TARNAME := mapnik_$(UPVER)+ds1.orig.tar
 
-NJOBS := -j1
-ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS
-NJOBS := -j$(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), 
,$(DEB_BUILD_OPTIONS
-endif
-
 # scons flags
-SCONS_FLAGS := $(NJOBS)
+# Disable parallel build - it exhausts memory on s390, mipsel, mips
+SCONS_FLAGS := -j1
 SCONS_FLAGS += 
INPUT_PLUGINS=csv,gdal,geojson,ogr,osm,postgis,python,raster,rasterlite,shape,sqlite
 SCONS_FLAGS += PROJ_INCLUDES=/usr/include PROJ_LIBS=/usr/lib
 SCONS_FLAGS += SYSTEM_FONTS=/usr/share/fonts

-- 
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

Processing of mapnik_2.2.0+ds1-4_amd64.changes

2013-10-03 Thread Debian FTP Masters
mapnik_2.2.0+ds1-4_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_2.2.0+ds1-4.dsc
  mapnik_2.2.0+ds1-4.debian.tar.gz
  libmapnik2.2_2.2.0+ds1-4_amd64.deb
  libmapnik2-dev_2.2.0+ds1-4_all.deb
  libmapnik-dev_2.2.0+ds1-4_amd64.deb
  mapnik-utils_2.2.0+ds1-4_amd64.deb
  python-mapnik_2.2.0+ds1-4_amd64.deb
  python-mapnik2_2.2.0+ds1-4_all.deb
  mapnik-doc_2.2.0+ds1-4_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.2.0+ds1-4_amd64.changes ACCEPTED into unstable

2013-10-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Oct 2013 14:24:42 +0200
Source: mapnik
Binary: libmapnik2.2 libmapnik2-dev libmapnik-dev mapnik-utils python-mapnik 
python-mapnik2 mapnik-doc
Architecture: source amd64 all
Version: 2.2.0+ds1-4
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Jérémy Lal kapo...@melix.org
Description: 
 libmapnik-dev - C++/Python toolkit for developing GIS applications (devel)
 libmapnik2-dev - C++/Python toolkit for developing GIS applications (dummy)
 libmapnik2.2 - C++/Python toolkit for developing GIS applications (libraries)
 mapnik-doc - C++/Python toolkit for developing GIS applications (doc)
 mapnik-utils - C++/Python toolkit for developing GIS applications (utilities)
 python-mapnik - C++/Python toolkit for developing GIS applications (Python)
 python-mapnik2 - C++/Python toolkit for developing GIS applications (dummy)
Changes: 
 mapnik (2.2.0+ds1-4) unstable; urgency=low
 .
   * Disable completely parallel builds. It might be responsible
 for memory exhaustion on s390, mipsel, mips.
Checksums-Sha1: 
 5088ce341fc664fb9f0ad3a4a8732b2aca589736 2797 mapnik_2.2.0+ds1-4.dsc
 a6c64a00d9a706421df9bd07741f928a3ac64135 15428 mapnik_2.2.0+ds1-4.debian.tar.gz
 f5d739be499658edae5e32d49873bd78b9c7e3b1 1780974 
libmapnik2.2_2.2.0+ds1-4_amd64.deb
 66e36b31c085c67661de3d80161d375100f03c50 25060 
libmapnik2-dev_2.2.0+ds1-4_all.deb
 c72853bfdb0aaf38c651c1b3199cea63dbf41bc7 309538 
libmapnik-dev_2.2.0+ds1-4_amd64.deb
 9c1f8c0609d8b3aa64eea87e28008fbb2f4b46c8 71772 
mapnik-utils_2.2.0+ds1-4_amd64.deb
 1d60d4e3a26a48fbd657fb0dfe85fbd135a20d76 797202 
python-mapnik_2.2.0+ds1-4_amd64.deb
 bb8b7a3cd635a3df97769151ab79a8bb671acb0e 25056 
python-mapnik2_2.2.0+ds1-4_all.deb
 dc822d28243ec85b9de1c03f7950bb4732042b66 544 mapnik-doc_2.2.0+ds1-4_all.deb
Checksums-Sha256: 
 0967cbe1026347fd78c206c7a51dd493cc40be13490832586e77e662cf5b64cc 2797 
mapnik_2.2.0+ds1-4.dsc
 adfed5c2759040cd155b37184767fb7dcb060466f85f046f2762dec788a58c21 15428 
mapnik_2.2.0+ds1-4.debian.tar.gz
 0ae35e5d30402d3bf1c157b168288972cea71e9c11562fe910177a7256b60f32 1780974 
libmapnik2.2_2.2.0+ds1-4_amd64.deb
 3a037c0d4e7552af24793b4d2cd78face6288c857fdd093ffaba8fd985902e6e 25060 
libmapnik2-dev_2.2.0+ds1-4_all.deb
 4198976a36b492eb23dd948c3e52a6f009f0ea924977238b2bf980cad304ade6 309538 
libmapnik-dev_2.2.0+ds1-4_amd64.deb
 0a9157d182461eab73a5c5acc029d02343586e7f94aaf048a32088101a4c1f3c 71772 
mapnik-utils_2.2.0+ds1-4_amd64.deb
 91634fd296d6ee328f4a59f1b6cfec13a3e86054934359aa46ef56c18991f1f3 797202 
python-mapnik_2.2.0+ds1-4_amd64.deb
 01aec3f8605efdb76e6fd459cb5dbfb7ff49a18fc54f99893c891d1b4423bdcd 25056 
python-mapnik2_2.2.0+ds1-4_all.deb
 6f835277b710e9cf2c63e5f0d2bedc879364107362730fa346308ea6db3a6637 544 
mapnik-doc_2.2.0+ds1-4_all.deb
Files: 
 438c20e7f2dca4b38547a0fc3a5c6bfe 2797 libs optional mapnik_2.2.0+ds1-4.dsc
 b8e74483d703a77a6b474a824b235b22 15428 libs optional 
mapnik_2.2.0+ds1-4.debian.tar.gz
 f12bfbd95c28e086a6fb0559ad3f1da2 1780974 libs optional 
libmapnik2.2_2.2.0+ds1-4_amd64.deb
 64bf3aed700aa32ffddd290e8d81de47 25060 oldlibs extra 
libmapnik2-dev_2.2.0+ds1-4_all.deb
 b9daae6923f1d5235e00b9d91f619e65 309538 libdevel optional 
libmapnik-dev_2.2.0+ds1-4_amd64.deb
 639090d8ed9f96edf1671301ab1f2957 71772 utils optional 
mapnik-utils_2.2.0+ds1-4_amd64.deb
 e9ff3e528cf8c3a4b2701114fdb4f777 797202 python optional 
python-mapnik_2.2.0+ds1-4_amd64.deb
 5a3899206a430d8a2bdc9cfc0007eda8 25056 oldlibs extra 
python-mapnik2_2.2.0+ds1-4_all.deb
 2dbf7081fb7c9e751f73156b62fccd37 544 doc optional 
mapnik-doc_2.2.0+ds1-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSTW7nAAoJEGYRwF7dOfN0YeQP/1rLYbsh85zf9qrIjPAdl0Mu
bA83PZSLzuKXFo5yPOn3d38LkKvQQ2HO048WrpqCXUkvENd1RlL9vfF0dcBzaVHY
slzS8j/DKlZTIfulBFGqWAWpaTGRXVybqIjzFc2SnVs0KdNqRwUWHL5bwsHVEku+
HEte7LWKz2djIM/hcQguphgueauRh8ydROP7CUYOfxSC9WKyXG2oYZNolrLeK7eQ
dhoqDvUksaDUjH1WqFGh3mxbSPscz+7he5jOfR9DfoLyEj4/EmuSAizNtaNJC3QI
ZZLsuR8VhCMwIgwCDtEsXdjYYDSD6oELewGnlbZEZHyO4FIm6UH91O47/DNey/b7
ponhuk83Nh7ony4ynYTDgFMmlmGZKcr1th42apUkc8NMlxCTRAMGZ4QbK9uuMyj1
UXHQsMu8LjqMlvKSclag9FTcnslny0LI/xUU3KcAB5RSo53N0NgBYuDlGaXw5cjl
nAtoJYw0/3b5dEke5AK7XjBeBja20sHg8IeQr0+EHxoj9jWvoCzXXjQP3CP1Z3aT
mzJsXs8MpDvRYzmODCDnSJCTSuVmeRpIyw5ncjrC4YrXLGHSb5NGdVoNgyaXxw8y
UB4kPE5042s/Wx+qyv0R7ZqQTpBn8FkXWja2P0hKHHgh5cKOfcv6SlWeOyA/qwV9
oTybF21+4jV0uEeA2os4
=qBAa
-END PGP SIGNATURE-


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

Bug#725267: spatialite: Build failures caused by fromgeojson22.testcase

2013-10-03 Thread Bas Couwenberg
Source: spatialite
Version: 4.0.0-1
Severity: serious
Tags: upstream
Justification: fails to build from source (but built successfully in the past)

The SpatiaLite 4.0.0-1 upload to experimental failed to build on
armel, armhf, mips  mipsel. On all four architectures the
fromgeojson22.testcase fails due to a rounding error:

 Test case: FromGeoJSON - geometry collectionz, SRID
 Unexpected value at 1: SRID=3003;GEOMETRYCOLLECTION(POINT(4 6 0),POLYGON((4 6 
1,7 10 1,11.99 3 2,4 6 1)))|
 Expected value was   : SRID=3003;GEOMETRYCOLLECTION(POINT(4 6 0),POLYGON((4 6 
1,7 10 1,12 3 2,4 6 1)))|
 FAIL: check_sql_stmt

Packaging for the new 4.1.1 upstream release has been prepared in the
Debian GIS git, and is available on mentors. But it's unlikely to have
solved this issue. The code in question doesn't appear to have been
changed between 4.0.0 and 4.1.1.

The test failure has been reported upstream:
https://www.gaia-gis.it/fossil/libspatialite/tktview?name=decb2848ea

Regards,

Bas

___
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#725271: librasterlite: Build failure on powerpc: rasterlite.c:647: undefined reference to `spatialite_cleanup'

2013-10-03 Thread Bas Couwenberg
Source: librasterlite
Version: 1.1d-1
Severity: serious
Tags: upstream
Justification: fails to build from source (but built successfully in the past)

The librasterlite 1.1d-1 upload to experimental failed to build on
powerpc due to a missing symbol:

 ../lib/.libs/librasterlite.a(rasterlite.o): In function `rasterliteClose':
 
/build/buildd-librasterlite_1.1d-1-powerpc-SY0aFw/librasterlite-1.1d/lib/rasterlite.c:647:
 undefined reference to `spatialite_cleanup'
 collect2: ld returned 1 exit status

The build used libspatialite3 3.0.0~beta20110817-3 whereas this symbol
first appeared in libspatialite3 3.0.2~20120302.

The build dependency on libspatialite-dev should require at least
version 3.0.2~20120302.

Packaging for the new 1.1g upstream release has been prepared in the
Debian GIS git, and is available on mentors. The package on mentors
has been built with libspatialite-dev 4.1.1-1 also on mentors, which
satisfies the symbol requirements.

Regards,

Bas

___
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] librasterlite branch, master, updated. debian/1.1d-1-19-g7d4dd79

2013-10-03 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit fc440554e2e45aeeb903f868e01f2a7e7a2bb3c5
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Oct 3 16:09:08 2013 +0200

Require at least libspatiatlite-dev 3.0.2~20120302.

diff --git a/debian/changelog b/debian/changelog
index ac1dd90..3f0df75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ librasterlite (1.1g-1) experimental; urgency=low
 - rasterlite_tool
 - rasterlite_topmost
   * Update copyright file.
+  * Require at least libspatiatlite-dev 3.0.2~20120302. (closes: #725271)
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/control b/debian/control
index 76d3dec..809e2c4 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (= 9~),
zlib1g-dev,
libpng-dev,
libepsilon-dev,
-   libspatialite-dev,
+   libspatialite-dev (= 3.0.2~20120302),
libproj-dev,
libsqlite3-dev,
pkg-config,

-- 
library supporting raster data sources for spatialite

___
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] librasterlite branch, master, updated. debian/1.1d-1-19-g7d4dd79

2013-10-03 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 7d4dd798c1d9c4df5d6764f76011ffd910a4f40b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Oct 3 16:10:19 2013 +0200

Drop libepsilon-dev build dependency, no longer supported since 1.1a.

diff --git a/debian/changelog b/debian/changelog
index 3f0df75..d1a0edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ librasterlite (1.1g-1) experimental; urgency=low
 - rasterlite_topmost
   * Update copyright file.
   * Require at least libspatiatlite-dev 3.0.2~20120302. (closes: #725271)
+  * Drop libepsilon-dev build dependency, no longer supported since 1.1a.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/control b/debian/control
index 809e2c4..9d6d256 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Build-Depends: debhelper (= 9~),
libjpeg-dev,
zlib1g-dev,
libpng-dev,
-   libepsilon-dev,
libspatialite-dev (= 3.0.2~20120302),
libproj-dev,
libsqlite3-dev,

-- 
library supporting raster data sources for spatialite

___
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#725271: Affects experimental only at the moment

2013-10-03 Thread Sebastiaan Couwenberg
Control: tags -1 + experimental
Control: fixed -1 4.1.1-1

___
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: Affects experimental only at the moment

2013-10-03 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + experimental
Bug #725271 [src:librasterlite] librasterlite: Build failure on powerpc: 
rasterlite.c:647: undefined reference to `spatialite_cleanup'
Added tag(s) experimental.
 fixed -1 4.1.1-1
Bug #725271 [src:librasterlite] librasterlite: Build failure on powerpc: 
rasterlite.c:647: undefined reference to `spatialite_cleanup'
The source 'librasterlite' and version '4.1.1-1' do not appear to match any 
binary packages
Marked as fixed in versions librasterlite/4.1.1-1.

-- 
725271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725271
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


Bug#725271: Fixed in git for experimental

2013-10-03 Thread Sebastiaan Couwenberg
Control: notfixed -1 4.1.1-1
Control: fixed -1 1.1g-1

___
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: Fixed in git for experimental

2013-10-03 Thread Debian Bug Tracking System
Processing control commands:

 notfixed -1 4.1.1-1
Bug #725271 [src:librasterlite] librasterlite: Build failure on powerpc: 
rasterlite.c:647: undefined reference to `spatialite_cleanup'
The source 'librasterlite' and version '4.1.1-1' do not appear to match any 
binary packages
No longer marked as fixed in versions librasterlite/4.1.1-1.
 fixed -1 1.1g-1
Bug #725271 [src:librasterlite] librasterlite: Build failure on powerpc: 
rasterlite.c:647: undefined reference to `spatialite_cleanup'
The source 'librasterlite' and version '1.1g-1' do not appear to match any 
binary packages
Marked as fixed in versions librasterlite/1.1g-1.

-- 
725271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725271
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


[SCM] librasterlite branch, master, updated. debian/1.1d-1-20-gb7fe791

2013-10-03 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit b7fe79101801c433adc901c276faefd847e67918
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Oct 3 16:30:05 2013 +0200

Close additional bug in changelog.

diff --git a/debian/changelog b/debian/changelog
index d1a0edd..f1f685a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ librasterlite (1.1g-1) experimental; urgency=low
   * Refresh patches.
   * Drop 03-fix_library_version.patch, applied upstream.
   * Build depend on libtiff-dev and libpng-dev directly, not as alternatives.
+(closes: 662410)
   * Use canonical URLs for Vcs-* fields.
   * Update Homepage URL.
   * Multi-Arch: same rasterlite-dbg for coinstallability.

-- 
library supporting raster data sources for spatialite

___
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. debian/4.0.0-1-19-gb316254

2013-10-03 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit b316254f440d23eeb0f0f88cb376e69cf352d84e
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Oct 3 18:41:24 2013 +0200

Disable fromgeojson22.testcase on advise from upstream.

diff --git a/debian/changelog b/debian/changelog
index d586f1e..710f5f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ spatialite (4.1.1-1) experimental; urgency=low
   * Add patch to set automake option subdir-objects.
   * Bump Standards-Version to 3.9.4, changes: copyright, Vcs-* fields, symbols.
   * Update Homepage URL.
+  * Disable fromgeojson22.testcase on advise from upstream, fails on armel,
+armhf, mips  mipsel with a minor rounding difference.
+(closes: #725267)
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sun, 29 Sep 2013 22:00:45 +0200
 
diff --git a/debian/rules b/debian/rules
index 11d0d28..87b7d3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,10 @@ override_dh_auto_test:
mkdir -p debian/backup/stmt
cp test/*.sqlite debian/backup/
cp test/sql_stmt_tests/*.sqlite debian/backup/stmt/
+   # Disable fromgeojson22.testcase: fails on armel, armhf, mips  mipsel.
+   mv test/sql_stmt_tests/fromgeojson22.testcase  
test/sql_stmt_tests/fromgeojson22.disabled
dh_auto_test
+   mv test/sql_stmt_tests/fromgeojson22.disabled  
test/sql_stmt_tests/fromgeojson22.testcase
cp debian/backup/stmt/*.sqlite test/sql_stmt_tests/
cp debian/backup/*.sqlite test/
rm -rf debian/backup

-- 
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-tools branch, master, updated. debian/4.0.0-1-37-g395c60f

2013-10-03 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 395c60ffbb548c614d29d5714bd4e78665e7dffd
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Oct 3 19:08:59 2013 +0200

Don't close bug from spatiliate source package.

diff --git a/debian/changelog b/debian/changelog
index 9b697af..f2aa45f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 spatialite-tools (4.1.1-1) experimental; urgency=low
 
-  * New upstream version. (closes: #677731)
+  * New upstream version.
   * Add myself to Uploaders.
   * Update watch file.
   * Use dh-autoreconf to run autoreconf during build.

-- 
Spatialite Tools

___
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#677731: marked as done (spatialite: FTBFS on hurd-i386 due to rpath)

2013-10-03 Thread Debian Bug Tracking System
Your message dated Thu, 03 Oct 2013 19:08:17 +0200
with message-id 524da481.90...@xs4all.nl
and subject line spatialite: FTBFS on hurd-i386 due to rpath
has caused the Debian Bug report #677731,
regarding spatialite: FTBFS on hurd-i386 due to rpath
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.)


-- 
677731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677731
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: spatialite
Version: 3.1.0~rc2-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hello,

spatialite-tools currently FTBFS on hurd-i386 due to libtool spuriously
adding an rpath to /usr/lib/i386-gnu in spatialite. This was fixed
upstream, spatialite just needs to update. Could you apply the attached
patch which brings just the fix?

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault samuel.thiba...@fnac.net
(03:13:14) j bon
(03:13:19) j il est tard :p
(03:13:25) g c'est l'heure de manger
(03:13:38) j hm j'ai mangé à 1h moi, j'ai des horaires raisonnables
--- m4/libtool.m4.orig  2012-06-16 16:59:24.962093958 +0200
+++ m4/libtool.m4   2012-06-16 17:01:17.791730451 +0200
@@ -2454,16 +2454,6 @@
   esac
   ;;
 
-gnu*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  hardcode_into_libs=yes
-  ;;
-
 haiku*)
   version_type=linux
   need_lib_prefix=no
@@ -2580,7 +2570,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -3188,10 +3178,6 @@
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -3230,7 +3216,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -3981,7 +3967,7 @@
;;
esac
;;
-  linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
case $cc_basename in
  KCC*)
# KAI C++ Compiler
@@ -4278,7 +4264,7 @@
   _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
   ;;
 
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   case $cc_basename in
   # old Intel for x86_64 which still supported -KPIC.
   ecc*)
@@ -6157,9 +6143,6 @@
 _LT_TAGVAR(ld_shlibs, $1)=yes
 ;;
 
-  gnu*)
-;;
-
   haiku*)
 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname $wl$soname -o $lib'
 _LT_TAGVAR(link_all_deplibs, $1)=yes
@@ -6321,7 +6304,7 @@
 _LT_TAGVAR(inherit_rpath, $1)=yes
 ;;
 
-  linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
 case $cc_basename in
   KCC*)
# Kuck and Associates, Inc. (KAI) C++ Compiler
--- configure.orig  2012-06-16 17:01:36.663335163 +0200
+++ configure   2012-06-16 17:01:58.926868838 +0200
@@ -7211,10 +7211,6 @@
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -7253,7 +7249,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -9873,7 +9869,7 @@
   lt_prog_compiler_static='-non_shared'
   ;;
 
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   case $cc_basename in
   # old Intel for x86_64 which still supported -KPIC.
   ecc*)
@@ -12038,16 +12034,6 @@
   esac
   ;;
 
-gnu*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  

Processed: Re: Bug#677731: marked as done (spatialite: FTBFS on hurd-i386 due to rpath)

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

 fixed 677731 3.1.0~rc2-2
Bug #677731 {Done: Sebastiaan Couwenberg sebas...@xs4all.nl} [src:spatialite] 
spatialite: FTBFS on hurd-i386 due to rpath
Marked as fixed in versions spatialite/3.1.0~rc2-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677731
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


Processed: fixed 677731 in 4.0.0-1

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

 fixed 677731 4.0.0-1
Bug #677731 {Done: Sebastiaan Couwenberg sebas...@xs4all.nl} [src:spatialite] 
spatialite: FTBFS on hurd-i386 due to rpath
Marked as fixed in versions spatialite/4.0.0-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677731
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


Bug#725267: spatialite: Build failures caused by fromgeojson22.testcase

2013-10-03 Thread Sebastiaan Couwenberg
Control: fixed -1 4.1.1-1
Control: tags -1 pending

Upstream has advised to disable this specific testcase, or address this
in sqlite's own sqlite3_mprintf().

For now disabling the testcase seems like the best option to allow a
transition for spatialite from experimental.

The testcase is disabled in the updated package available on mentors.

Regards,

Bas

-- 
GnuPG: 0xE88D4AF1 (new) / 0x77A975AD (old)

___
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: spatialite: Build failures caused by fromgeojson22.testcase

2013-10-03 Thread Debian Bug Tracking System
Processing control commands:

 fixed -1 4.1.1-1
Bug #725267 [src:spatialite] spatialite: Build failures caused by 
fromgeojson22.testcase
The source 'spatialite' and version '4.1.1-1' do not appear to match any binary 
packages
Marked as fixed in versions spatialite/4.1.1-1.
 tags -1 pending
Bug #725267 [src:spatialite] spatialite: Build failures caused by 
fromgeojson22.testcase
Added tag(s) pending.

-- 
725267: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725267
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


Bug#722836: spatialite-tools link with -L/usr/lib

2013-10-03 Thread Sebastiaan Couwenberg
Control: fixed -1 3.1.0b-2

The current version in unstable use dh-autoreconf for retooling. Those
new builds no longer use -L/usr/lib.

Kind Regards,

Bas

-- 
GnuPG: 0xE88D4AF1 (new) / 0x77A975AD (old)

___
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#722836: marked as done (spatialite-tools link with -L/usr/lib)

2013-10-03 Thread Debian Bug Tracking System
Your message dated Thu, 03 Oct 2013 20:24:08 +0200
with message-id 524db648.4080...@xs4all.nl
and subject line Fixed as a side effect of #713644
has caused the Debian Bug report #722836,
regarding spatialite-tools link with -L/usr/lib
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.)


-- 
722836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: spatialite-tools
Version: 3.1.0b-1
X-Debbugs-CC: wzss...@gmail.com

This package has one or more -L/usr/lib in its build system,
which will make it ftbfs if there is libraries under /usr/lib,
while is not the default architecture, mips* for example.

On mips* systems, /usr/lib is defined as place to hold O32
libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.

Beside the way, on the multiarch system like Debian, user may install
libraries under /usr/lib by hand.

Please use the default search path if you can, and please consider fix
this.

I will try to fix this bug, while if you can help to fix it, 
It will be very appreciative.

The attachement is the buildlog of this package on mips64el platform.


spatialite-tools_3.1.0b-1_mips64el.build.xz
Description: Binary data
---End Message---
---BeginMessage---
---End Message---
___
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-gui branch, master, updated. debian/1.6.0-1-19-gc23ab66

2013-10-03 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit c23ab6626bfa21c013807363c4cb414002711752
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Oct 3 20:29:50 2013 +0200

Close bug in changelog.

diff --git a/debian/changelog b/debian/changelog
index 201cd2d..541f8dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 spatialite-gui (1.7.1-1) experimental; urgency=low
 
-  * New upstream version.
+  * New upstream version. (closes: #688328)
   * Add myself to Uploaders.
   * Update watch file, incorporate sepwatch changes and handle common mistakes.
   * Update Homepage URL.

-- 
user-friendly graphical user interface for spatialite

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