[openstreetmap-carto] branch master updated (dc9dff9 -> a6e9a9a)

2015-10-14 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch master
in repository openstreetmap-carto.

  from  dc9dff9   Use dpkg-maintscript-helper to replace dir with symlink
   new  a6e9a9a   Clean up install directory if previous upgrade has left 
some strange files there

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/openstreetmap-carto.preinst | 11 +++
 1 file changed, 11 insertions(+)

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

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


[openstreetmap-carto] 01/01: Clean up install directory if previous upgrade has left some strange files there

2015-10-14 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openstreetmap-carto.

commit a6e9a9ac2e779baa4f12d9d6b683346549fc1cef
Author: Ruben Undheim 
Date:   Wed Oct 14 09:04:22 2015 +0200

Clean up install directory if previous upgrade has left some strange files 
there
---
 debian/openstreetmap-carto.preinst | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/debian/openstreetmap-carto.preinst 
b/debian/openstreetmap-carto.preinst
index 93e2dc3..3747931 100644
--- a/debian/openstreetmap-carto.preinst
+++ b/debian/openstreetmap-carto.preinst
@@ -19,6 +19,17 @@ case "$1" in
 if [ -d /usr/share/openstreetmap-carto/data ] && [ ! -L 
/usr/share/openstreetmap-carto/data ] ; then
 mv /usr/share/openstreetmap-carto/data 
/usr/share/openstreetmap-carto/data.old
 fi
+
+# Clean up if previous upgrade has left strange files:
+if [ -L /usr/share/openstreetmap-carto/data.old/data ] ; then
+rm -f /usr/share/openstreetmap-carto/data.old/data
+fi
+if [ -L /usr/share/openstreetmap-carto/data.old ] ; then
+rm -f /usr/share/openstreetmap-carto/data.old
+fi
+if [ -L /usr/share/openstreetmap-carto/symbols/symbols ] ; then
+rm -f /usr/share/openstreetmap-carto/symbols/symbols
+fi
 ;;
 
 abort-upgrade)

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

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


[openstreetmap-carto] branch master updated (a6e9a9a -> ddc2bc4)

2015-10-14 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch master
in repository openstreetmap-carto.

  from  a6e9a9a   Clean up install directory if previous upgrade has left 
some strange files there
   new  ddc2bc4   Changelog updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

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

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


[openstreetmap-carto] 01/01: Changelog updates

2015-10-14 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openstreetmap-carto.

commit ddc2bc466051c5634ef7cd3e85aba55063bfa646
Author: Ruben Undheim 
Date:   Wed Oct 14 09:11:28 2015 +0200

Changelog updates
---
 debian/changelog | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 50ba163..3a8df84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,12 +4,21 @@ openstreetmap-carto (2.35.0-3) unstable; urgency=medium
   * debian/po/*.po:
 - Fixed path to get-shapefiles.sh in translations
   * Robustified transition from one binary to two binaries:
+- debian/control:
+  - Pre-depend on dpkg (>= 1.17.14)
+- Added debian/openstreetmap-carto.postrm:
+  - Use "dpkg-maintscript-helper dir_to_symlink" (to change
+/usr/share/openstreetmap-carto/symbols to symlink)
 - debian/openstreetmap-carto.postinst:
-  - Make sure /usr/share/openstreetmap-carto/symbols is removed if it
-is a directory and replaced by symbolic link
+  - Use "dpkg-maintscript-helper dir_to_symlink"
 - debian/openstreetmap-carto.preinst:
   - Check that data dir is not a symbolic link before moving
 to data.old
+  - Use "dpkg-maintscript-helper dir_to_symlink"
+  - Remove files that have accidentally been left there due
+to a previous not perfectly done package upgrade.
+- debian/openstreetmap-carto.prerm:
+  - Use "dpkg-maintscript-helper dir_to_symlink"
 - debian/openstreetmap-carto-common.postinst:
   - Move data.old from /usr/share/openstreetmap-carto to
 /usr/share/openstreetmap-carto-common to make it

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

___
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_3.0.7+ds-1_amd64.changes

2015-10-14 Thread Debian FTP Masters
mapnik_3.0.7+ds-1_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.7+ds-1.dsc
  mapnik_3.0.7+ds.orig.tar.gz
  mapnik_3.0.7+ds-1.debian.tar.xz
  libmapnik-dev_3.0.7+ds-1_amd64.deb
  libmapnik3.0_3.0.7+ds-1_amd64.deb
  mapnik-doc_3.0.7+ds-1_all.deb
  mapnik-utils_3.0.7+ds-1_amd64.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_3.0.7+ds-1_amd64.changes ACCEPTED into unstable

2015-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Oct 2015 09:09:29 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.7+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Changes:
 mapnik (3.0.7+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Don't install mapnik-render, like nik2img before the rename.
   * Pass -j to build and install commands too.
Checksums-Sha1:
 6d6d724129a3bcf5ef426d300b9271aa38d19563 3044 mapnik_3.0.7+ds-1.dsc
 64011c1a17e688fb43120247d27874f05995dacb 4486715 mapnik_3.0.7+ds.orig.tar.gz
 f1f3a09870bcbb9c4d5af04f8c13fb7cdfa5 15000 mapnik_3.0.7+ds-1.debian.tar.xz
 dafe83f032d50ddaea3a4a69143712c8092db0aa 700646 
libmapnik-dev_3.0.7+ds-1_amd64.deb
 c622ce0d178a69b8b7ab04ae6d8d8e7239cf6284 3106104 
libmapnik3.0_3.0.7+ds-1_amd64.deb
 db4be55fe8ebcacc7f62573c39cf90b2e7fd730d 2134712 mapnik-doc_3.0.7+ds-1_all.deb
 796eccd3d9e173678a95a051469792f55fb35ae9 67858 
mapnik-utils_3.0.7+ds-1_amd64.deb
Checksums-Sha256:
 c1a55819a1bd3ae6f52629d5c374f7cdd2002807265cd3c47f6548d403454bf7 3044 
mapnik_3.0.7+ds-1.dsc
 bac305c496feda5ff703930eb6d559083bf6a1822d4f569bd485723de81174be 4486715 
mapnik_3.0.7+ds.orig.tar.gz
 aabbf8c8d2e24708ec150a6ab75a048679fee2e45f1ce1c01ea65519e78948eb 15000 
mapnik_3.0.7+ds-1.debian.tar.xz
 d4574b167c8d1b435fa44396714f04c90d78e0fe3e2ef1b5b21db5176dae52ce 700646 
libmapnik-dev_3.0.7+ds-1_amd64.deb
 5412cd5eb9d7b516bc7f8fbd272118f7655d2a457ac610b226d7ea631434bb5e 3106104 
libmapnik3.0_3.0.7+ds-1_amd64.deb
 6e4fbd6ac944207b06a6ab93d6c0411025b14e93fc8e05f75495ff7ccd23e2bf 2134712 
mapnik-doc_3.0.7+ds-1_all.deb
 5306d6c3a08362328ec2a55ebc1cc741f571089568287b206d0c7cbfd844087a 67858 
mapnik-utils_3.0.7+ds-1_amd64.deb
Files:
 d9d869b9c749a70a250a138acc5b2f8e 3044 libs optional mapnik_3.0.7+ds-1.dsc
 b51ced1fa6643bba60c26fd46ed027f1 4486715 libs optional 
mapnik_3.0.7+ds.orig.tar.gz
 493834928463c9ca7e0ce2e21157f1e8 15000 libs optional 
mapnik_3.0.7+ds-1.debian.tar.xz
 826acee6ae0a3e99416cb20b7f0aadd4 700646 libdevel optional 
libmapnik-dev_3.0.7+ds-1_amd64.deb
 0d4679e8ee3bd307e7a5eefb58c6a013 3106104 libs optional 
libmapnik3.0_3.0.7+ds-1_amd64.deb
 a2a9df9a1e9d274ebbcf31c425fa6872 2134712 doc optional 
mapnik-doc_3.0.7+ds-1_all.deb
 e2cf6e4bc580281d9f32f78cb3dc2492 67858 utils optional 
mapnik-utils_3.0.7+ds-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWHgfGAAoJEGdQ8QrojUrxo6kP/1TOjPEF9/OZFK7EvdEiXWig
c6MmIOGNgPpQ8fHFNm5ALyT6+CaGXiCBIFjvl844epJ+oeb/TiaLYlXmlm7BjMO7
oNWowIQTnIqhBp/InNK/9QU6gKAopkz3waEc9ZOUzpoJ4/3NJAIRGS3uQrBjkcRF
ohVa3IZQN6J1Br9j/pPU03fvyarS27iq7fZw5ir2094O1bWNBvBOqQAbWK+OnMYo
nBCPd3vyrxVXlWc8vif1+ZtgafG9cI0VxmjUicIGVYAHy9ldcBVycsCESZ2n+X3r
N12J4FKX+sSLXaWGh24IGHiL/emjVeFvJ3jIBY109pAduVhewEDsXJGrLPBunvJZ
cBgifvcPzHUDoaUM39bSOkWLRwmySLrO+zRDXkOBwW+ew/WEC1gs9DRrcEeW7ghB
UeJyzQJ/LWKHIDhPFOnAliN1/Jg1NzmLU1FE7UuNtvgxogxPHmrUt18nywmfEKLq
8onNWQ07Yck1aNUUwOMWWjlYMEl7yOETqLiVI9oVbbmsmUuT4HSdJsteoDNDJrbk
+Rmwk8EXZ70YqaV+AGiqPOvNvSb5ODAX4eDvP5UVwQJQFHAmKXYY9gFtm1D/LE8P
+nYpWmjGtiH2usV6UJiNRsMF/c5VBJD8/t1mJGPv44LtosssTL7+MzPSIinQFmcb
PH7UTQ+FPhJHu9zArxsm
=j/15
-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


[mapnik] branch master updated (35fb7f0 -> 25844af)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

  from  35fb7f0   Set distribution to unstable.
   new  32fd7aa   Imported Upstream version 3.0.7+ds
   new  9399c72   Merge tag 'upstream/3.0.7+ds'
   new  57475db   New upstream release.
   new  e470d6b   Don't install mapnik-render, like nik2img before the 
rename.
   new  1bfc918   Pass -j to build and install commands too.
   new  451b9b1   Refresh patches.
   new  25844af   Set distribution to unstable.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |2 +-
 CHANGELOG.md   |   14 +
 INSTALL.md |6 +
 SConstruct | 1962 ++--
 appveyor.yml   |2 +-
 debian/changelog   |8 +
 debian/patches/2001_ftemplate-depth.patch  |   14 +-
 debian/rules   |8 +-
 demo/viewer/mapwidget.cpp  |   10 +-
 include/mapnik/grid/grid_util.hpp  |  112 --
 include/mapnik/span_image_filter.hpp   |  158 --
 include/mapnik/version.hpp |   11 +-
 plugins/input/csv/csv_utils.hpp|2 +-
 plugins/input/geojson/geojson_datasource.cpp   |9 +-
 plugins/input/ogr/ogr_datasource.cpp   |   28 +-
 plugins/input/pgraster/pgraster_datasource.cpp |   21 +-
 plugins/input/postgis/postgis_datasource.cpp   |   23 +-
 plugins/input/postgis/postgis_featureset.cpp   |4 +
 plugins/input/shape/shape_datasource.cpp   |9 +-
 plugins/input/sqlite/sqlite_datasource.cpp |   13 +-
 scripts/build-local.bat|2 +-
 src/map.cpp|   15 +-
 utils/mapnik-config/build.py   |   18 +
 utils/mapnik-index/build.py|2 +
 utils/mapnik-index/mapnik-index.cpp|  291 +--
 utils/mapnik-index/process_csv_file.cpp|  215 +++
 .../mapnik-index/process_csv_file.hpp  |   20 +-
 utils/mapnik-index/process_geojson_file.cpp|   90 +
 .../mapnik-index/process_geojson_file.hpp  |   16 +-
 utils/{nik2img => mapnik-render}/build.py  |   10 +-
 .../mapnik-render.cpp} |0
 31 files changed, 1497 insertions(+), 1598 deletions(-)
 delete mode 100644 include/mapnik/grid/grid_util.hpp
 delete mode 100644 include/mapnik/span_image_filter.hpp
 create mode 100644 utils/mapnik-index/process_csv_file.cpp
 copy include/mapnik/json/value_converters.hpp => 
utils/mapnik-index/process_csv_file.hpp (76%)
 create mode 100644 utils/mapnik-index/process_geojson_file.cpp
 copy include/mapnik/geometry_envelope.hpp => 
utils/mapnik-index/process_geojson_file.hpp (78%)
 rename utils/{nik2img => mapnik-render}/build.py (74%)
 rename utils/{nik2img/nik2img.cpp => mapnik-render/mapnik-render.cpp} (100%)

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

___
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] 03/07: New upstream release.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 57475db5c3bf4565751e71ff56f8124f7e877358
Author: Bas Couwenberg 
Date:   Wed Oct 14 09:01:07 2015 +0200

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 17d3199..a292c3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.7+ds-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Wed, 14 Oct 2015 09:01:04 +0200
+
 mapnik (3.0.6+ds-1) unstable; urgency=medium
 
   * New upstream release.

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

___
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] 07/07: Set distribution to unstable.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 25844af4a5a9e5bb36aed77c5d1a8c8a34e9dd63
Author: Bas Couwenberg 
Date:   Wed Oct 14 09:09:41 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 219f517..7fe984f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-mapnik (3.0.7+ds-1) UNRELEASED; urgency=medium
+mapnik (3.0.7+ds-1) unstable; urgency=medium
 
   * New upstream release.
   * Don't install mapnik-render, like nik2img before the rename.
   * Pass -j to build and install commands too.
 
- -- Bas Couwenberg   Wed, 14 Oct 2015 09:01:04 +0200
+ -- Bas Couwenberg   Wed, 14 Oct 2015 09:09:29 +0200
 
 mapnik (3.0.6+ds-1) unstable; urgency=medium
 

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

___
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] 05/07: Pass -j to build and install commands too.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 1bfc918b47479694628aec66e18761983300d457
Author: Bas Couwenberg 
Date:   Wed Oct 14 09:09:27 2015 +0200

Pass -j to build and install commands too.
---
 debian/changelog | 1 +
 debian/rules | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae47fcf..219f517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mapnik (3.0.7+ds-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Don't install mapnik-render, like nik2img before the rename.
+  * Pass -j to build and install commands too.
 
  -- Bas Couwenberg   Wed, 14 Oct 2015 09:01:04 +0200
 
diff --git a/debian/rules b/debian/rules
index 535c333..333b8bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ debian/stamps/configure-python:
 
 override_dh_auto_build:debian/stamps/build-python
 debian/stamps/build-python:
-   $(SCONS) -C build-python
+   $(SCONS) $(NJOBS) -C build-python
 
 override_dh_auto_test: debian/stamps/test-python
 debian/stamps/test-python:
@@ -55,7 +55,7 @@ debian/stamps/test-python:
 
 override_dh_auto_install: debian/stamps/install-python
 debian/stamps/install-python:
-   $(SCONS) -C build-python install
+   $(SCONS) $(NJOBS) -C build-python install
 
 override_dh_install:
# Don't install mapnik-render (previously nik2img), as requested by 
upstream

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

___
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] 06/07: Refresh patches.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 451b9b1c8e675fa5aab12d42c2ab77c1c909a836
Author: Bas Couwenberg 
Date:   Wed Oct 14 09:10:53 2015 +0200

Refresh patches.
---
 debian/patches/2001_ftemplate-depth.patch | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/2001_ftemplate-depth.patch 
b/debian/patches/2001_ftemplate-depth.patch
index be75f44..5c8c0d6 100644
--- a/debian/patches/2001_ftemplate-depth.patch
+++ b/debian/patches/2001_ftemplate-depth.patch
@@ -5,12 +5,12 @@ Author: Jérémy Lal 
 Last-Update: 2015-06-19
 --- a/SConstruct
 +++ b/SConstruct
-@@ -1770,7 +1770,7 @@ if not preconfigured:
+@@ -1764,7 +1764,7 @@ if not preconfigured:
  
-   # Common flags for g++/clang++ CXX compiler.
-   # TODO: clean up code more to make -Wextra -Wsign-compare 
-Wsign-conversion -Wconversion viable
--  common_cxx_flags = '-Wall %s %s -ftemplate-depth-300 -Wsign-compare 
-Wshadow ' % (env['WARNING_CXXFLAGS'], pthread)
-+  common_cxx_flags = '-Wall %s %s -Wsign-compare -Wshadow ' % 
(env['WARNING_CXXFLAGS'], pthread)
+ # Common flags for g++/clang++ CXX compiler.
+ # TODO: clean up code more to make -Wextra -Wsign-compare 
-Wsign-conversion -Wconversion viable
+-common_cxx_flags = '-Wall %s %s -ftemplate-depth-300 -Wsign-compare 
-Wshadow ' % (env['WARNING_CXXFLAGS'], pthread)
++common_cxx_flags = '-Wall %s %s -Wsign-compare -Wshadow ' % 
(env['WARNING_CXXFLAGS'], pthread)
  
-   if 'clang++' in env['CXX']:
-   common_cxx_flags += ' -Wno-unknown-pragmas -Wno-unsequenced '
+ if 'clang++' in env['CXX']:
+ common_cxx_flags += ' -Wno-unknown-pragmas -Wno-unsequenced '

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

___
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] 04/07: Don't install mapnik-render, like nik2img before the rename.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit e470d6b3eb073f92b1a7cf9c3ad35271b308dccc
Author: Bas Couwenberg 
Date:   Wed Oct 14 09:02:24 2015 +0200

Don't install mapnik-render, like nik2img before the rename.
---
 debian/changelog | 1 +
 debian/rules | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a292c3b..ae47fcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mapnik (3.0.7+ds-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Don't install mapnik-render, like nik2img before the rename.
 
  -- Bas Couwenberg   Wed, 14 Oct 2015 09:01:04 +0200
 
diff --git a/debian/rules b/debian/rules
index 798096e..535c333 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,8 @@ debian/stamps/install-python:
$(SCONS) -C build-python install
 
 override_dh_install:
-   # Don't install nik2img, as requested by upstream
-   $(RM) debian/*/usr/bin/nik2img
+   # Don't install mapnik-render (previously nik2img), as requested by 
upstream
+   $(RM) debian/*/usr/bin/mapnik-render
dh_install --list-missing
 
 override_dh_prep:

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

___
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] 01/01: pristine-tar data for mapnik_3.0.7+ds.orig.tar.gz

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository mapnik.

commit 86bd6a0f5c4875f6bc54477b417e90d7bafeff47
Author: Bas Couwenberg 
Date:   Wed Oct 14 08:54:20 2015 +0200

pristine-tar data for mapnik_3.0.7+ds.orig.tar.gz
---
 mapnik_3.0.7+ds.orig.tar.gz.delta | Bin 0 -> 3594245 bytes
 mapnik_3.0.7+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/mapnik_3.0.7+ds.orig.tar.gz.delta 
b/mapnik_3.0.7+ds.orig.tar.gz.delta
new file mode 100644
index 000..5272bfa
Binary files /dev/null and b/mapnik_3.0.7+ds.orig.tar.gz.delta differ
diff --git a/mapnik_3.0.7+ds.orig.tar.gz.id b/mapnik_3.0.7+ds.orig.tar.gz.id
new file mode 100644
index 000..2761a53
--- /dev/null
+++ b/mapnik_3.0.7+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+3f3b329c5b00f81246a94601eb5cf10bd261418f

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

___
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] 02/07: Merge tag 'upstream/3.0.7+ds'

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 9399c721a04434e30d5396fe2090c630f6bb92ea
Merge: 35fb7f0 32fd7aa
Author: Bas Couwenberg 
Date:   Wed Oct 14 08:54:23 2015 +0200

Merge tag 'upstream/3.0.7+ds'

Upstream version 3.0.7+ds

 .gitignore |2 +-
 CHANGELOG.md   |   14 +
 INSTALL.md |6 +
 SConstruct | 1962 ++--
 appveyor.yml   |2 +-
 demo/viewer/mapwidget.cpp  |   10 +-
 include/mapnik/grid/grid_util.hpp  |  112 --
 include/mapnik/span_image_filter.hpp   |  158 --
 include/mapnik/version.hpp |   11 +-
 plugins/input/csv/csv_utils.hpp|2 +-
 plugins/input/geojson/geojson_datasource.cpp   |9 +-
 plugins/input/ogr/ogr_datasource.cpp   |   28 +-
 plugins/input/pgraster/pgraster_datasource.cpp |   21 +-
 plugins/input/postgis/postgis_datasource.cpp   |   23 +-
 plugins/input/postgis/postgis_featureset.cpp   |4 +
 plugins/input/shape/shape_datasource.cpp   |9 +-
 plugins/input/sqlite/sqlite_datasource.cpp |   13 +-
 scripts/build-local.bat|2 +-
 src/map.cpp|   15 +-
 utils/mapnik-config/build.py   |   18 +
 utils/mapnik-index/build.py|2 +
 utils/mapnik-index/mapnik-index.cpp|  291 +--
 utils/mapnik-index/process_csv_file.cpp|  215 +++
 .../mapnik-index/process_csv_file.hpp  |   32 +-
 utils/mapnik-index/process_geojson_file.cpp|   90 +
 .../mapnik-index/process_geojson_file.hpp  |   32 +-
 utils/{nik2img => mapnik-render}/build.py  |   10 +-
 .../mapnik-render.cpp} |0
 28 files changed, 1482 insertions(+), 1611 deletions(-)

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

___
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] branch pristine-tar updated (b3d8845 -> 86bd6a0)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository mapnik.

  from  b3d8845   pristine-tar data for mapnik_3.0.6+ds.orig.tar.gz
   new  86bd6a0   pristine-tar data for mapnik_3.0.7+ds.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 mapnik_3.0.7+ds.orig.tar.gz.delta | Bin 0 -> 3594245 bytes
 mapnik_3.0.7+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 mapnik_3.0.7+ds.orig.tar.gz.delta
 create mode 100644 mapnik_3.0.7+ds.orig.tar.gz.id

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

___
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] branch upstream updated (fd3c511 -> 32fd7aa)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository mapnik.

  from  fd3c511   Imported Upstream version 3.0.6+ds
   new  32fd7aa   Imported Upstream version 3.0.7+ds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |2 +-
 CHANGELOG.md   |   14 +
 INSTALL.md |6 +
 SConstruct | 1962 ++--
 appveyor.yml   |2 +-
 demo/viewer/mapwidget.cpp  |   10 +-
 include/mapnik/grid/grid_util.hpp  |  112 --
 include/mapnik/span_image_filter.hpp   |  158 --
 include/mapnik/version.hpp |   11 +-
 plugins/input/csv/csv_utils.hpp|2 +-
 plugins/input/geojson/geojson_datasource.cpp   |9 +-
 plugins/input/ogr/ogr_datasource.cpp   |   28 +-
 plugins/input/pgraster/pgraster_datasource.cpp |   21 +-
 plugins/input/postgis/postgis_datasource.cpp   |   23 +-
 plugins/input/postgis/postgis_featureset.cpp   |4 +
 plugins/input/shape/shape_datasource.cpp   |9 +-
 plugins/input/sqlite/sqlite_datasource.cpp |   13 +-
 scripts/build-local.bat|2 +-
 src/map.cpp|   15 +-
 utils/mapnik-config/build.py   |   18 +
 utils/mapnik-index/build.py|2 +
 utils/mapnik-index/mapnik-index.cpp|  291 +--
 utils/mapnik-index/process_csv_file.cpp|  215 +++
 .../mapnik-index/process_csv_file.hpp  |   20 +-
 utils/mapnik-index/process_geojson_file.cpp|   90 +
 .../mapnik-index/process_geojson_file.hpp  |   16 +-
 utils/{nik2img => mapnik-render}/build.py  |   10 +-
 .../mapnik-render.cpp} |0
 28 files changed, 1478 insertions(+), 1587 deletions(-)
 delete mode 100644 include/mapnik/grid/grid_util.hpp
 delete mode 100644 include/mapnik/span_image_filter.hpp
 create mode 100644 utils/mapnik-index/process_csv_file.cpp
 copy include/mapnik/json/value_converters.hpp => 
utils/mapnik-index/process_csv_file.hpp (76%)
 create mode 100644 utils/mapnik-index/process_geojson_file.cpp
 copy include/mapnik/geometry_envelope.hpp => 
utils/mapnik-index/process_geojson_file.hpp (78%)
 rename utils/{nik2img => mapnik-render}/build.py (74%)
 rename utils/{nik2img/nik2img.cpp => mapnik-render/mapnik-render.cpp} (100%)

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

___
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] annotated tag upstream/3.0.7+ds created (now ec47c6a)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/3.0.7+ds
in repository mapnik.

at  ec47c6a   (tag)
   tagging  32fd7aa88fd49ec7a3b49bd326e62240cd786c53 (commit)
  replaces  upstream/3.0.6+ds
 tagged by  Bas Couwenberg
on  Wed Oct 14 08:54:20 2015 +0200

- Log -
Upstream version 3.0.7+ds

Bas Couwenberg (1):
  Imported Upstream version 3.0.7+ds

---

No new revisions were added by this update.

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

___
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] tag debian/3.0.7+ds-1 created (now 25844af)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/3.0.7+ds-1
in repository mapnik.

at  25844af   (commit)
No new revisions were added by this update.

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

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


[openstreetmap-carto] 01/01: If data dir already in /usr/share/openstreetmap-carto-common, delete data.old

2015-10-14 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openstreetmap-carto.

commit db9506b909e68c535977af9c7692011278b2c0c0
Author: Ruben Undheim 
Date:   Wed Oct 14 13:24:05 2015 +0200

If data dir already in /usr/share/openstreetmap-carto-common, delete 
data.old
---
 debian/changelog   |  4 +++-
 debian/openstreetmap-carto.preinst | 11 +++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3a8df84..c1b9678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ openstreetmap-carto (2.35.0-3) unstable; urgency=medium
   - Use "dpkg-maintscript-helper dir_to_symlink"
   - Remove files that have accidentally been left there due
 to a previous not perfectly done package upgrade.
+  - If data dir already in /usr/share/openstreetmap-carto-common,
+delete data.old
 - debian/openstreetmap-carto.prerm:
   - Use "dpkg-maintscript-helper dir_to_symlink"
 - debian/openstreetmap-carto-common.postinst:
@@ -30,7 +32,7 @@ openstreetmap-carto (2.35.0-3) unstable; urgency=medium
   * debian/copyright:
 - Added myself to the list of copyright holders for debian/*
 
- -- Ruben Undheim   Tue, 13 Oct 2015 17:16:41 +0200
+ -- Ruben Undheim   Wed, 14 Oct 2015 13:24:54 +0200
 
 openstreetmap-carto (2.35.0-2) unstable; urgency=low
 
diff --git a/debian/openstreetmap-carto.preinst 
b/debian/openstreetmap-carto.preinst
index 3747931..3040963 100644
--- a/debian/openstreetmap-carto.preinst
+++ b/debian/openstreetmap-carto.preinst
@@ -30,6 +30,17 @@ case "$1" in
 if [ -L /usr/share/openstreetmap-carto/symbols/symbols ] ; then
 rm -f /usr/share/openstreetmap-carto/symbols/symbols
 fi
+
+# If data directory exists in openstreetmap-carto-common, it
+# is safe to delete data.old in openstreetmap-carto:
+if [ -d /usr/share/openstreetmap-carto/data.old ] && \
+   [ ! -L /usr/share/openstreetmap-carto/data.old ] && \
+   [ -d /usr/share/openstreetmap-carto-common/data ] && \
+   [ ! -L /usr/share/openstreetmap-carto-common/data ]
+then
+rm -rf /usr/share/openstreetmap-carto/data.old
+fi
+
 ;;
 
 abort-upgrade)

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

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


[openstreetmap-carto] branch master updated (ddc2bc4 -> db9506b)

2015-10-14 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch master
in repository openstreetmap-carto.

  from  ddc2bc4   Changelog updates
   new  db9506b   If data dir already in 
/usr/share/openstreetmap-carto-common, delete data.old

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  4 +++-
 debian/openstreetmap-carto.preinst | 11 +++
 2 files changed, 14 insertions(+), 1 deletion(-)

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

___
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] 01/02: Disable parallel builds on arm64 & armel.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 5ee157bb26ba664814835fa32ebc6e282f6fccdb
Author: Bas Couwenberg 
Date:   Wed Oct 14 16:50:17 2015 +0200

Disable parallel builds on arm64 & armel.
---
 debian/changelog | 6 ++
 debian/rules | 5 +
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7fe984f..523b7cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.7+ds-2) UNRELEASED; urgency=medium
+
+  * Disable parallel builds on arm64 & armel. 
+
+ -- Bas Couwenberg   Wed, 14 Oct 2015 16:49:53 +0200
+
 mapnik (3.0.7+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 333b8bf..7966e90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,11 @@ ifneq (,$(filter parallel=%,$(subst $(COMMA), 
,$(DEB_BUILD_OPTIONS
 NJOBS := -j$(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), 
,$(DEB_BUILD_OPTIONS
 endif
 
+# Disable parallel builds for problematic architectures
+ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel"))
+   NJBOS = -j1
+endif
+
 # scons flags
 SCONS = $(shell which scons)
 SCONS_FLAGS := $(NJOBS)

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

___
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] 02/02: Set distribution to unstable.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit a5901df6c45bd98a9b865dddf0671ca0853c3fc6
Author: Bas Couwenberg 
Date:   Wed Oct 14 16:50:30 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 523b7cd..0732d2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-mapnik (3.0.7+ds-2) UNRELEASED; urgency=medium
+mapnik (3.0.7+ds-2) unstable; urgency=medium
 
   * Disable parallel builds on arm64 & armel. 
 
- -- Bas Couwenberg   Wed, 14 Oct 2015 16:49:53 +0200
+ -- Bas Couwenberg   Wed, 14 Oct 2015 16:50:20 +0200
 
 mapnik (3.0.7+ds-1) unstable; urgency=medium
 

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

___
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] tag debian/3.0.7+ds-2 created (now a5901df)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/3.0.7+ds-2
in repository mapnik.

at  a5901df   (commit)
No new revisions were added by this update.

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

___
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] branch master updated (25844af -> a5901df)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

  from  25844af   Set distribution to unstable.
   new  5ee157b   Disable parallel builds on arm64 & armel.
   new  a5901df   Set distribution to unstable.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 ++
 debian/rules | 5 +
 2 files changed, 11 insertions(+)

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

___
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_3.0.7+ds-2_amd64.changes

2015-10-14 Thread Debian FTP Masters
mapnik_3.0.7+ds-2_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.7+ds-2.dsc
  mapnik_3.0.7+ds-2.debian.tar.xz
  libmapnik-dev_3.0.7+ds-2_amd64.deb
  libmapnik3.0_3.0.7+ds-2_amd64.deb
  mapnik-doc_3.0.7+ds-2_all.deb
  mapnik-utils_3.0.7+ds-2_amd64.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_3.0.7+ds-2_amd64.changes ACCEPTED into unstable

2015-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Oct 2015 16:50:20 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.7+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Changes:
 mapnik (3.0.7+ds-2) unstable; urgency=medium
 .
   * Disable parallel builds on arm64 & armel.
Checksums-Sha1:
 ef80079a00e4bd984290f8525720b792d2c0f2d8 3044 mapnik_3.0.7+ds-2.dsc
 0a071f382eeb07f02b2706b3931802d08345d238 15080 mapnik_3.0.7+ds-2.debian.tar.xz
 a866e06281bf6401105715a10804c03f3284d74e 701092 
libmapnik-dev_3.0.7+ds-2_amd64.deb
 a6e1238f8c2ffcb69b0a2af5f1bb3a534aea4769 3106916 
libmapnik3.0_3.0.7+ds-2_amd64.deb
 1eaf0f910a72ad3bc2d54d91cf2e2c3d060d0853 2134742 mapnik-doc_3.0.7+ds-2_all.deb
 fc9cb6dca314576dd430477509cdc3ba2d17a7f6 67848 
mapnik-utils_3.0.7+ds-2_amd64.deb
Checksums-Sha256:
 1186d885b8b2013c1b76eccbd5c3b5ed7eacb7f327806dd5100065a7ef8793c4 3044 
mapnik_3.0.7+ds-2.dsc
 d7553ba13386c1186695d0b6e0cb5a1ff8d9dfa735079704af527bdefe8f6fb3 15080 
mapnik_3.0.7+ds-2.debian.tar.xz
 b17c209b430266a610c4b159c2470dfab3252ef64fee6c837bc23798e9fffba2 701092 
libmapnik-dev_3.0.7+ds-2_amd64.deb
 a4be6eb79527149dd0a59b3fee85a4f70e6a837c8aae90197b58de89d5e90d29 3106916 
libmapnik3.0_3.0.7+ds-2_amd64.deb
 03953bb633259e44c23ff05663ee76ee0cb0eb99c3332a466f714b7d412b2972 2134742 
mapnik-doc_3.0.7+ds-2_all.deb
 90e6e8b400c39f320f7eabc5b4a06ef9564772ac97085697f4a0850a0bbc324f 67848 
mapnik-utils_3.0.7+ds-2_amd64.deb
Files:
 be431aebda43a35f72f11e57157869e5 3044 libs optional mapnik_3.0.7+ds-2.dsc
 ec5823b3f72b370fc8da0cf3d08b995d 15080 libs optional 
mapnik_3.0.7+ds-2.debian.tar.xz
 1fd03d26d4169f7d3b381e57079b59a6 701092 libdevel optional 
libmapnik-dev_3.0.7+ds-2_amd64.deb
 398f39a92b66ec27a617a3ce21b09d7b 3106916 libs optional 
libmapnik3.0_3.0.7+ds-2_amd64.deb
 fe8bf8bdf218da3443a9bf2ac48a3365 2134742 doc optional 
mapnik-doc_3.0.7+ds-2_all.deb
 33d005db53ffd375baa53083045dfbcb 67848 utils optional 
mapnik-utils_3.0.7+ds-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWHnJpAAoJEGdQ8QrojUrx7lgP/RKb6HNprzVmKmLJbzCNTytP
XfJriGcIP65IEBw+cIX8gCYtStKX3LnOi7r8wA2gRHVmlDk6j9XNxpB3X6pKS2oP
IHvshPR8MRzc7D0QYrBleqYnGae0VM5bTBaDH742NwABxy0qLi/GOsw/qDyYBuLg
0FkR5866S41gnFyCItN4zqXPvWaVKbNnrvtETOVkgFDd/qHbQpaJbZUCUjt+Kz+a
i1zU1PgPQFtYefkTD3x5k6pADbKarDJ3s+AvhR4l8H3rwKKSrsPTbPNkXlJKDgiO
WF+2qEueg98YMXH1o/3inR572MBd18KMiDEoD+QNVVqbpVWPYMnMzAjxieqlb33F
qpfjNdD9xQr4p4qHx6pnOwfazjXWkeDaz3DCUJsxd3F0Gljyg/xd7JhUqWSMtwQg
nq+F1b1UXiK3Gm7YO+86qXQukHFCQBcFNKG9jItijGwi3hoJU+gG1Pq78hXfo3Dt
G1SvXhi6xGbKqNz48E0jXLKYiUEIe+3QhqPUD0TUslk44CKbYVYzs2cPpBmeU/Du
azF3fXRWIPVZjWDUZ47e3c+QG0P6LmquDtHNC7AQGKfuKXcijyG8zysW/xeU/wBt
uvIexhAwT9zz7RqKJ7Qkz+F7Yz1RRVq/bmrOREkgaUK/0ad7yC5hfLi4CcHwyipz
r0+TnrymDZTA9xVnQz5w
=zC+J
-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


[mapnik] 02/02: Set distribution to unstable.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit d3ea90ac92b186258a8e82b2e0d458aa659808db
Author: Bas Couwenberg 
Date:   Wed Oct 14 17:27:31 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac28577..58a0395 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-mapnik (3.0.7+ds-3) UNRELEASED; urgency=medium
+mapnik (3.0.7+ds-3) unstable; urgency=medium
 
   * Fix disabling of parallel builds on arm64 & armel. 
 
- -- Bas Couwenberg   Wed, 14 Oct 2015 17:26:59 +0200
+ -- Bas Couwenberg   Wed, 14 Oct 2015 17:27:24 +0200
 
 mapnik (3.0.7+ds-2) unstable; urgency=medium
 

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

___
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] 01/02: Fix disabling of parallel builds on arm64 & armel.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 154d4510f5c9a63fddbb690c32951f4b167a6dc5
Author: Bas Couwenberg 
Date:   Wed Oct 14 17:27:23 2015 +0200

Fix disabling of parallel builds on arm64 & armel.
---
 debian/changelog | 6 ++
 debian/rules | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0732d2d..ac28577 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.7+ds-3) UNRELEASED; urgency=medium
+
+  * Fix disabling of parallel builds on arm64 & armel. 
+
+ -- Bas Couwenberg   Wed, 14 Oct 2015 17:26:59 +0200
+
 mapnik (3.0.7+ds-2) unstable; urgency=medium
 
   * Disable parallel builds on arm64 & armel. 
diff --git a/debian/rules b/debian/rules
index 7966e90..5381a00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,10 @@ ifneq (,$(filter parallel=%,$(subst $(COMMA), 
,$(DEB_BUILD_OPTIONS
 NJOBS := -j$(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), 
,$(DEB_BUILD_OPTIONS
 endif
 
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
 # Disable parallel builds for problematic architectures
-ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel"))
+ifneq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel"))
NJBOS = -j1
 endif
 

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

___
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] branch master updated (a5901df -> d3ea90a)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

  from  a5901df   Set distribution to unstable.
   new  154d451   Fix disabling of parallel builds on arm64 & armel.
   new  d3ea90a   Set distribution to unstable.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 ++
 debian/rules | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

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

___
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] tag debian/3.0.7+ds-3 created (now d3ea90a)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/3.0.7+ds-3
in repository mapnik.

at  d3ea90a   (commit)
No new revisions were added by this update.

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

___
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_3.0.7+ds-3_amd64.changes

2015-10-14 Thread Debian FTP Masters
mapnik_3.0.7+ds-3_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.7+ds-3.dsc
  mapnik_3.0.7+ds-3.debian.tar.xz
  libmapnik-dev_3.0.7+ds-3_amd64.deb
  libmapnik3.0_3.0.7+ds-3_amd64.deb
  mapnik-doc_3.0.7+ds-3_all.deb
  mapnik-utils_3.0.7+ds-3_amd64.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_3.0.7+ds-3_amd64.changes ACCEPTED into unstable

2015-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Oct 2015 17:27:24 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.7+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Changes:
 mapnik (3.0.7+ds-3) unstable; urgency=medium
 .
   * Fix disabling of parallel builds on arm64 & armel.
Checksums-Sha1:
 b8d5ceff92e5884786e56148cf3c93ba613fd64a 3044 mapnik_3.0.7+ds-3.dsc
 3934673b1a822ebccfcc31a8b5400c60272566ff 15112 mapnik_3.0.7+ds-3.debian.tar.xz
 676fcf61057ca589bfc02bcea85ba53d0caf89bb 701042 
libmapnik-dev_3.0.7+ds-3_amd64.deb
 d61cb422ad16e7f053f5171291c619cf12dc0280 3105986 
libmapnik3.0_3.0.7+ds-3_amd64.deb
 324387a604ed7327c3d43a19586a4928496df198 2134778 mapnik-doc_3.0.7+ds-3_all.deb
 2ec56263558825e4d458e4307dc0ca26d736512a 67992 
mapnik-utils_3.0.7+ds-3_amd64.deb
Checksums-Sha256:
 f7466d688e43b5c637e2958cd039a47c229174d0f6177185ce4c902a17873d4f 3044 
mapnik_3.0.7+ds-3.dsc
 93fc57e71bf17088d26ff8b4a3c8aba3ce3275f41e71a06910c1ec305591d7ef 15112 
mapnik_3.0.7+ds-3.debian.tar.xz
 f260e760c7ae9c601533383e62f3b9ad64051b16d1a866185000e2219bfa5464 701042 
libmapnik-dev_3.0.7+ds-3_amd64.deb
 40e27c92cc8a1c8cdcefe3a21a68b1de3decd03d624b4db043cb53ea54349efc 3105986 
libmapnik3.0_3.0.7+ds-3_amd64.deb
 f14422ccd5aae7f18a26ce3db9a003b6e6f7905359fd8e67a8a02f6e5b83d13e 2134778 
mapnik-doc_3.0.7+ds-3_all.deb
 e13956d19c1bef5c5b011ada2d547db516f9c46296a6d1ace75adf8f864d8293 67992 
mapnik-utils_3.0.7+ds-3_amd64.deb
Files:
 ae8b494ee875b78ee465499cc7666a63 3044 libs optional mapnik_3.0.7+ds-3.dsc
 0c0164f1309dacf3e039487e900ae04f 15112 libs optional 
mapnik_3.0.7+ds-3.debian.tar.xz
 108c12f7714325758662d911afebfc3d 701042 libdevel optional 
libmapnik-dev_3.0.7+ds-3_amd64.deb
 0e311d5962e24f266a8406d67ab1191e 3105986 libs optional 
libmapnik3.0_3.0.7+ds-3_amd64.deb
 9ee291a072687aeec5dc1c0785eeb916 2134778 doc optional 
mapnik-doc_3.0.7+ds-3_all.deb
 187c0096465c1dc6548b9f46fd9b1bbf 67992 utils optional 
mapnik-utils_3.0.7+ds-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWHnuOAAoJEGdQ8QrojUrxloIP/1GBwbZp/ud/gQi8pIuLV4SM
YWQqb3oXvEsZK/YtHQ4mO6Kli/WHsxmWRhZ7Zv/2O1LHtlnEYjGDV/CyAqPd9Int
vUabrcp7JaNO6q5Q1JPTRIuHunqd0q45a8TE0Q/gnuKxkQmMTopFZkSvp++aT15m
rMhlR4Iw8TLABIHg5NgZ8mj2teTzyfgOZ2yni43NcAN3MNycVGXR9rGYf7V2VcOQ
+tWiw9Dq7PafOtLUY5eXOcpHWm6/ITZ/OFoYsr/o6SpCGjP8SNAC4pUAsEtUURDT
kRxuh4ps0OFW7MALwavGlig9x60kqSlpS7m8sElDTumx915JEc0tD50gInWMAQCY
NldyiTFexJpnMmQy4gGtPcKUFauHAOp6qL70tZvvkTDxTX430bEyGo6EoRh6W7HD
yVlEowrwop4kISxrruCQkR3tUzpk5Z5tW6mR4v8wLMjSjm5NqBd5weSkmJYaPdhs
cp3mTdL7av229n5nzuxXCFY8tv/3Tob21O3V0Cg67dlYf6906CvsfAlpFPWB6Br1
XHf3PISyxWI31hxdfyEpaQfOY+yIy6L2VyeqlN2+hk972ezyB9JRpQmNV6Inj5oO
DC7v+QO71IrjrUtj/wrBt0VDP058xiwByTctuMukcI9oVKwThQzHGEUvjSq/ZkpI
O4tNX2YVg9huIpN3uVB+
=BNwf
-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#799473: No fonts in python-mapnik 3

2015-10-14 Thread Ruben Undheim
If I run this in Jessie:
 
#!/usr/bin/env python

from mapnik import *
for face in FontEngine.face_names():
print face

I get a long list of fonts (100 or so).

In sid, I get no output.


Ruben

___
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_3.0.7+ds-4_amd64.changes

2015-10-14 Thread Debian FTP Masters
mapnik_3.0.7+ds-4_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.7+ds-4.dsc
  mapnik_3.0.7+ds-4.debian.tar.xz
  libmapnik-dev_3.0.7+ds-4_amd64.deb
  libmapnik3.0_3.0.7+ds-4_amd64.deb
  mapnik-doc_3.0.7+ds-4_all.deb
  mapnik-utils_3.0.7+ds-4_amd64.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] branch master updated (d3ea90a -> bd1ff09)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

  from  d3ea90a   Set distribution to unstable.
   new  7d7dfe6   Fix typo in NJOBS variable for non parallel builds on 
arm64 & armel.
   new  bd1ff09   Set distribution to unstable.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 ++
 debian/rules | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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

___
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] 02/02: Set distribution to unstable.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit bd1ff09a1e539cbd7b76f4bfbe6109ccf2c9c6b8
Author: Bas Couwenberg 
Date:   Wed Oct 14 22:42:44 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 230180a..af1230a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-mapnik (3.0.7+ds-4) UNRELEASED; urgency=medium
+mapnik (3.0.7+ds-4) unstable; urgency=medium
 
   * Fix typo in NJOBS variable for non parallel builds on arm64 & armel.
 
- -- Bas Couwenberg   Wed, 14 Oct 2015 22:40:05 +0200
+ -- Bas Couwenberg   Wed, 14 Oct 2015 22:42:36 +0200
 
 mapnik (3.0.7+ds-3) unstable; urgency=medium
 

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

___
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] 01/02: Fix typo in NJOBS variable for non parallel builds on arm64 & armel.

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 7d7dfe6d9bbb62fe8816145b14a85c6d94c644fd
Author: Bas Couwenberg 
Date:   Wed Oct 14 22:42:35 2015 +0200

Fix typo in NJOBS variable for non parallel builds on arm64 & armel.
---
 debian/changelog | 6 ++
 debian/rules | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 58a0395..230180a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.7+ds-4) UNRELEASED; urgency=medium
+
+  * Fix typo in NJOBS variable for non parallel builds on arm64 & armel.
+
+ -- Bas Couwenberg   Wed, 14 Oct 2015 22:40:05 +0200
+
 mapnik (3.0.7+ds-3) unstable; urgency=medium
 
   * Fix disabling of parallel builds on arm64 & armel. 
diff --git a/debian/rules b/debian/rules
index 5381a00..88769f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 # Disable parallel builds for problematic architectures
 ifneq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel"))
-   NJBOS = -j1
+   NJOBS = -j1
 endif
 
 # scons flags

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

___
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] tag debian/3.0.7+ds-4 created (now bd1ff09)

2015-10-14 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/3.0.7+ds-4
in repository mapnik.

at  bd1ff09   (commit)
No new revisions were added by this update.

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

___
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_3.0.7+ds-4_amd64.changes ACCEPTED into unstable

2015-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Oct 2015 22:42:36 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.7+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Changes:
 mapnik (3.0.7+ds-4) unstable; urgency=medium
 .
   * Fix typo in NJOBS variable for non parallel builds on arm64 & armel.
Checksums-Sha1:
 ffd63e96b5b76a2037a9df388d2f1a0dc849e309 3044 mapnik_3.0.7+ds-4.dsc
 552e5dd941544b1e8aff4af604e206a306ac20ca 15132 mapnik_3.0.7+ds-4.debian.tar.xz
 c7a995bb5ff5b70851857ff90f16be182366e7bd 700882 
libmapnik-dev_3.0.7+ds-4_amd64.deb
 ebfc2f3def5c8f7fcef7b597bf5ed8ce082c302c 3104106 
libmapnik3.0_3.0.7+ds-4_amd64.deb
 63592a7aa4c4c54bdf7b8e96c6e7e71cb542195f 2134832 mapnik-doc_3.0.7+ds-4_all.deb
 b3a2c8dd4f2630518b7c1f1ef3cf4cf622c2615f 67888 
mapnik-utils_3.0.7+ds-4_amd64.deb
Checksums-Sha256:
 8fb5bbc718883701b273069f82725263b6a64618f6cb4b84e6731aca2042d198 3044 
mapnik_3.0.7+ds-4.dsc
 5901a3248a303bb78c6b58e8b9c6859a76d99dbf94041c52699a7b7b42c0200a 15132 
mapnik_3.0.7+ds-4.debian.tar.xz
 cfbeaf3998f466e11d612d843f2a84e1374161cef8430aa304f2e7ee0279bdb6 700882 
libmapnik-dev_3.0.7+ds-4_amd64.deb
 8ad99eecec3016a89a96a4478f491c2eb4cfbf5d13d4b33945c0b17469011eac 3104106 
libmapnik3.0_3.0.7+ds-4_amd64.deb
 30992b2f6f4a59e32f142ee962dc8bacf75ada7360c67fcd43b48d3837b3ca77 2134832 
mapnik-doc_3.0.7+ds-4_all.deb
 f40a2d50bc625e6ed245b6eccc276452e8af1a91f5cca951c6aeee7a53c09a2b 67888 
mapnik-utils_3.0.7+ds-4_amd64.deb
Files:
 02d40506cc2b0a4d576dea13948df2db 3044 libs optional mapnik_3.0.7+ds-4.dsc
 d0c97e60c83e700bad7c84905b2ad67f 15132 libs optional 
mapnik_3.0.7+ds-4.debian.tar.xz
 30bec995425b2e8d46ca2d2e10fb9ccd 700882 libdevel optional 
libmapnik-dev_3.0.7+ds-4_amd64.deb
 ba3924a0e2137050090b8904bdd52606 3104106 libs optional 
libmapnik3.0_3.0.7+ds-4_amd64.deb
 2557ff0d9fe393db44d1a09fb02bf450 2134832 doc optional 
mapnik-doc_3.0.7+ds-4_all.deb
 dc626f00c2f293ded357626a3a4ff80f 67888 utils optional 
mapnik-utils_3.0.7+ds-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWHsUgAAoJEGdQ8QrojUrxTUUP+wSIVMPRsiHEsQsKC7omcvA/
wXwuxEc3V9O+Rpo48ZCGW2Uu3IzQcenlILsAHxkv5edNy44HSgldTZEa1G9X6pd9
lIx4irtnL6WlY2d74tgxnoj6/10/F3NLqE7uvEx2++p0kXV1U7erLc0+6lBPczwo
3IeL3Mr27ekk/54tB4AlsQoE6HSGZY3vnfiWSqLhBjA9IVZNeNAjy71NCdyKNegi
zhD9/GJREda4wmCUPdWboxYO8pQCa7EACNMzxabQ+S3aKVKD7+WpS563HN01SF7D
HPb3ZTEkeADc0BJ+TP58DH3Ml9VCsvBXgjtDyjTlHDtavgOgImOT4aPVbw5Ie2xG
KlGZF7MlLYSPaFL+vcI//T59IF3JIeV+vJDJQL1jIyO3EpJujjzwxpXatvuC++/b
RcYaTllCviuRAevfEeR7DgvMxHbW+eqHXIE6lgAEenBqAP7AKR1nCiEBii4gp5dh
f9NJ1kz1EzEabpEigy6WebOTTfItn0giW2BR5sCf6edvWOf6FgFzHy1TaopiD8O/
bL0cveH3Pe4XUjYdsWa9dOygQmdGxmy7oye79px9ln99fN1t47vfHcNmz+jvFew9
wGuL9OE+0Gzue3KefLg2XAQLgCSZZfeASdItNrjeLGXJXfnG0JsUOkJJD1lGKyWU
hP9HVQrbmD7TNY9hBQuv
=SJVQ
-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#799473: No fonts in python-mapnik 3

2015-10-14 Thread Sebastiaan Couwenberg
On 14-10-15 23:00, Ruben Undheim wrote:
> If I run this in Jessie:
>  
> #!/usr/bin/env python
> 
> from mapnik import *
> for face in FontEngine.face_names():
> print face
> 
> I get a long list of fonts (100 or so).
> 
> In sid, I get no output.

The new python-mapnik in sid is still a work in progress, hence the git
snapshots instead of proper releases.

The default font path doesn't have any fonts, so you need to set
MAPNIK_FONT_DIRECTORY in the environment. For example:

$ MAPNIK_FONT_DIRECTORY=/usr/share/fonts/truetype/liberation python
/tmp/mapnik-fonts.py
Liberation Mono Bold
Liberation Mono Bold Italic
Liberation Mono Italic
Liberation Mono Regular
Liberation Sans Bold
Liberation Sans Bold Italic
Liberation Sans Italic
Liberation Sans Narrow Bold
Liberation Sans Narrow Bold Italic
Liberation Sans Narrow Italic
Liberation Sans Narrow Regular
Liberation Sans Regular
Liberation Serif Bold
Liberation Serif Bold Italic
Liberation Serif Italic
Liberation Serif Regular

The old python-mapnik on jessie used the following default paths:

 mapniklibpath = '/usr/lib/mapnik/2.2'
 mapniklibpath = normpath(join(dirname(__file__),mapniklibpath))
 inputpluginspath = join(mapniklibpath,'input')
 fontscollectionpath = normpath('/usr/share/fonts')

The new python-mapnik on sid expects them all under mapniklibpath:

 mapniklibpath = '/usr/lib/mapnik'
 mapniklibpath = os.path.normpath(mapniklibpath)
 inputpluginspath = os.path.join(mapniklibpath,'input')
 fontscollectionpath = os.path.join(mapniklibpath,'fonts')

We can probably fix this by setting SYSTEM_FONTS=/usr/share/fonts in the
environment for the python-mapnik build to have it use that for the
fontscollectionpath instead of /usr/lib/mapnik/fonts as it does now.

When SYSTEM_FONTS is set in the environment build.py generates
mapnik/paths.py using the system fonts, but it seems setup.py creates
mapnik/paths.py before build.py is called, and setup.py unconditionally
sets fontscollectionpath to os.path.join(mapniklibpath,'fonts'). Because
mapnik/paths.py already exists, build.py doesn't generate it again.

So we'll need to patch python-mapnik to also support the SYSTEM_FONTS
option in setup.py.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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