sosi2osm is marked for autoremoval from testing

2016-08-10 Thread Debian testing autoremoval watch
sosi2osm 1.0.0-2 is marked for autoremoval from testing on 2016-08-27

It (build-)depends on packages with these RC bugs:
831206: fyba: FTBFS with GCC 6: stl_algobase.h:243:56: error: macro "min" 
passed 3 arguments, but takes just 2


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


[libosmium] 01/02: Merge tag 'debian/2.8.0-2' into jessie-backports

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch jessie-backports
in repository libosmium.

commit dbf6f0b2d1e3897ea019e723f43219c0ec392fb1
Merge: d771193 d250ac4
Author: Bas Couwenberg 
Date:   Wed Aug 10 19:50:41 2016 +0200

Merge tag 'debian/2.8.0-2' into jessie-backports

Conflicts:
debian/changelog

 .travis.yml  |  83 +--
 CHANGELOG.md |  39 +-
 CMakeLists.txt   |  25 +-
 appveyor.yml |   2 -
 debian/changelog |  13 +
 debian/control   |   1 -
 debian/rules |   2 +-
 examples/CMakeLists.txt  |  32 +-
 examples/osmium_index.cpp| 131 ++--
 include/osmium/area/assembler.hpp|   4 +-
 include/osmium/geom/factory.hpp  |   4 +-
 include/osmium/geom/geojson.hpp  |   2 +-
 include/osmium/geom/geos.hpp |  15 +-
 include/osmium/geom/ogr.hpp  |   3 +-
 include/osmium/geom/rapid_geojson.hpp|   2 +-
 include/osmium/geom/wkb.hpp  |   9 +-
 include/osmium/geom/wkt.hpp  |  30 +-
 include/osmium/io/detail/debug_output_format.hpp |   2 +-
 include/osmium/io/detail/pbf_decoder.hpp | 203 +++---
 include/osmium/io/detail/pbf_input_format.hpp|   6 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  61 +-
 include/osmium/io/detail/string_table.hpp|  57 +-
 include/osmium/io/detail/zlib.hpp|   6 +-
 include/osmium/io/reader.hpp |  22 +-
 include/osmium/io/writer.hpp |  12 +-
 include/osmium/osm/location.hpp  |  41 +-
 include/osmium/relations/collector.hpp   |   7 -
 include/osmium/thread/pool.hpp   |  21 +-
 include/osmium/thread/queue.hpp  |  60 +-
 include/osmium/util/config.hpp   |  17 +-
 include/osmium/util/delta.hpp|  55 +-
 include/osmium/version.hpp   |   6 +-
 include/protozero/byteswap.hpp   |   6 +-
 include/protozero/exception.hpp  |   8 +-
 include/protozero/iterators.hpp  | 373 +++
 include/protozero/pbf_builder.hpp|  20 +-
 include/protozero/pbf_message.hpp|  10 +-
 include/protozero/pbf_reader.hpp | 763 +--
 include/protozero/pbf_writer.hpp | 240 ---
 include/protozero/types.hpp  | 170 -
 include/protozero/varint.hpp | 125 ++--
 include/protozero/version.hpp|  17 +-
 test/CMakeLists.txt  |  41 +-
 test/include/catch.hpp   | 280 +
 test/t/basic/test_location.cpp   |  33 +-
 test/t/geom/test_geos.cpp|  13 +-
 test/t/geom/test_wkb.cpp |  17 +-
 test/t/geom/test_wkt.cpp |  15 +
 test/t/io/test_string_table.cpp  |  40 +-
 test/t/util/test_delta.cpp   |  22 -
 50 files changed, 1980 insertions(+), 1186 deletions(-)

diff --cc debian/changelog
index 2b1f378,7be2645..8135bb0
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,16 +1,22 @@@
+ libosmium (2.8.0-2) unstable; urgency=medium
+ 
+   * Ignore test failures on arm64 & ppc64el.
+ 
+  -- Bas Couwenberg   Fri, 05 Aug 2016 00:51:55 +0200
+ 
+ libosmium (2.8.0-1) unstable; urgency=medium
+ 
+   * New upstream release.
+   * Drop libboost-program-options-dev from build dependencies.
+ 
+  -- Bas Couwenberg   Thu, 04 Aug 2016 10:36:57 +0200
+ 
 +libosmium (2.7.2-1~bpo8+1) jessie-backports; urgency=medium
 +
 +  * Rebuild for jessie-backports.
 +
 + -- Bas Couwenberg   Tue, 14 Jun 2016 19:17:32 +0200
 +
  libosmium (2.7.2-1) unstable; urgency=medium
  
* New upstream release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosmium.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


[libosmium] branch jessie-backports updated (d771193 -> 1e111fb)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch jessie-backports
in repository libosmium.

  from  d771193   Rebuild for jessie-backports.
  adds  b90fb1a   Imported Upstream version 2.8.0
  adds  c646897   Merge tag 'upstream/2.8.0'
  adds  7dd22f1   New upstream release.
  adds  d0e8e43   Drop libboost-program-options-dev from build dependencies.
  adds  4b56303   Set distribution to unstable.
  adds  1a31f70   Ignore test failures on arm64 & ppc64el.
  adds  d250ac4   Set distribution to unstable.
   new  dbf6f0b   Merge tag 'debian/2.8.0-2' into jessie-backports
   new  1e111fb   Rebuild for jessie-backports.

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:
 .travis.yml  |  83 +--
 CHANGELOG.md |  39 +-
 CMakeLists.txt   |  25 +-
 appveyor.yml |   2 -
 debian/changelog |  19 +
 debian/control   |   1 -
 debian/rules |   2 +-
 examples/CMakeLists.txt  |  32 +-
 examples/osmium_index.cpp| 131 ++--
 include/osmium/area/assembler.hpp|   4 +-
 include/osmium/geom/factory.hpp  |   4 +-
 include/osmium/geom/geojson.hpp  |   2 +-
 include/osmium/geom/geos.hpp |  15 +-
 include/osmium/geom/ogr.hpp  |   3 +-
 include/osmium/geom/rapid_geojson.hpp|   2 +-
 include/osmium/geom/wkb.hpp  |   9 +-
 include/osmium/geom/wkt.hpp  |  30 +-
 include/osmium/io/detail/debug_output_format.hpp |   2 +-
 include/osmium/io/detail/pbf_decoder.hpp | 203 +++---
 include/osmium/io/detail/pbf_input_format.hpp|   6 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  61 +-
 include/osmium/io/detail/string_table.hpp|  57 +-
 include/osmium/io/detail/zlib.hpp|   6 +-
 include/osmium/io/reader.hpp |  22 +-
 include/osmium/io/writer.hpp |  12 +-
 include/osmium/osm/location.hpp  |  41 +-
 include/osmium/relations/collector.hpp   |   7 -
 include/osmium/thread/pool.hpp   |  21 +-
 include/osmium/thread/queue.hpp  |  60 +-
 include/osmium/util/config.hpp   |  17 +-
 include/osmium/util/delta.hpp|  55 +-
 include/osmium/version.hpp   |   6 +-
 include/protozero/byteswap.hpp   |   6 +-
 include/protozero/exception.hpp  |   8 +-
 include/protozero/iterators.hpp  | 373 +++
 include/protozero/pbf_builder.hpp|  20 +-
 include/protozero/pbf_message.hpp|  10 +-
 include/protozero/pbf_reader.hpp | 763 +--
 include/protozero/pbf_writer.hpp | 240 ---
 include/protozero/types.hpp  | 170 -
 include/protozero/varint.hpp | 125 ++--
 include/protozero/version.hpp|  17 +-
 test/CMakeLists.txt  |  41 +-
 test/include/catch.hpp   | 280 +
 test/t/basic/test_location.cpp   |  33 +-
 test/t/geom/test_geos.cpp|  13 +-
 test/t/geom/test_wkb.cpp |  17 +-
 test/t/geom/test_wkt.cpp |  15 +
 test/t/io/test_string_table.cpp  |  40 +-
 test/t/util/test_delta.cpp   |  22 -
 50 files changed, 1986 insertions(+), 1186 deletions(-)
 create mode 100644 include/protozero/iterators.hpp

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosmium.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


[libosmium] 02/02: Rebuild for jessie-backports.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch jessie-backports
in repository libosmium.

commit 1e111fb75c6595b4f1cc964616e702986758961f
Author: Bas Couwenberg 
Date:   Wed Aug 10 19:50:56 2016 +0200

Rebuild for jessie-backports.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8135bb0..ee8f698 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.8.0-2~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Bas Couwenberg   Wed, 10 Aug 2016 19:50:44 +0200
+
 libosmium (2.8.0-2) unstable; urgency=medium
 
   * Ignore test failures on arm64 & ppc64el.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosmium.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


[libosmium] tag debian/2.8.0-2.bpo8+1 created (now 1e111fb)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.8.0-2.bpo8+1
in repository libosmium.

at  1e111fb   (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/libosmium.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


libgdal-grass_2.1.1-2_amd64.changes ACCEPTED into unstable

2016-08-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 10 Aug 2016 15:02:31 +0200
Source: libgdal-grass
Binary: libgdal20-2.1.1-grass libgdal-grass
Architecture: source all amd64
Version: 2.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libgdal-grass - GRASS extension for the GDAL library - metapackage
 libgdal20-2.1.1-grass - GRASS extension for the GDAL library
Changes:
 libgdal-grass (2.1.1-2) unstable; urgency=medium
 .
   * Move from experimental to unstable.
Checksums-Sha1:
 bb3b8fea47ba9fa45feb3ad1c801f672ebf41191 2188 libgdal-grass_2.1.1-2.dsc
 bfa404c17fdd09e3b6c3c0e3a2f01494f2220afb 6908 
libgdal-grass_2.1.1-2.debian.tar.xz
 f553ffb07092f86d0dee2168b3c0f8b862be03bb 5832 libgdal-grass_2.1.1-2_all.deb
 c8e39a1db0f6f4752ba720cb11915d141d932daf 26354 
libgdal20-2.1.1-grass_2.1.1-2_amd64.deb
Checksums-Sha256:
 6ae579f81ed8a7c0921f60d26c5fc67b16ed541f127f4746cbe06b24a3a9bcc8 2188 
libgdal-grass_2.1.1-2.dsc
 08682f1151b782c1de6bb27a60d8763227a11ac7437da7d105d7939de3f49303 6908 
libgdal-grass_2.1.1-2.debian.tar.xz
 e1ac32ff64d64cc871fb7bdecd06e5d1ceae4e0ea0cdbec0e123105c742103c1 5832 
libgdal-grass_2.1.1-2_all.deb
 1be14e0d1e45911693166265a7d48ef780dd9efba739b039c72d4337c6279a91 26354 
libgdal20-2.1.1-grass_2.1.1-2_amd64.deb
Files:
 516768f9740140578c8cbd0e4c1f6407 2188 science optional 
libgdal-grass_2.1.1-2.dsc
 da397048ebf07bd99655a6a5008047c8 6908 science optional 
libgdal-grass_2.1.1-2.debian.tar.xz
 3ca4679e86df65030b02235c10d7f3f9 5832 metapackages optional 
libgdal-grass_2.1.1-2_all.deb
 d16356df862e9ccc2a88dc6ba06410e2 26354 libs optional 
libgdal20-2.1.1-grass_2.1.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXq2INAAoJEGdQ8QrojUrxixAQAMajO5qSRsobzmYFpy4AdJ+s
NUT0lXnj/Ib7DmUssaq+tX+VvzLhL0tlJkC6IVM5vlL0qgEirkTrwkUNszMkIO1v
bwgnwNQilzhQfFwJY61NXgxJZFgea61aYxHwknRBVs1GKvy9P3BTBrMJ21rPokqA
wtKNqlZu61jwdYDU9wEVlWn85pKXs0tNjy1tDZM7NGHwSgbILoNR7c577IhLxZAg
e9UCEAMT2tgQ/I6MVkQerx1VdQgXW6eIQH3AulhJ0hpJjjcQ7Yp1fLcVBIFN914V
F4lWi4KXFMo3JaJaz6CzPXdNSAl3XSMfmKPBApz9ugNK+kXS2PvpkGr598WRvPI1
+IOgevHAJ69QCD4X1q8YakXrr+lHrWqKXm0DtosDUx/3dLx+Ez+Idx9F+oKULlxs
B2MhIDBPEOTVspcRzaXwEgs6FM/5nHq9IyUYGdO6N8jBMw7W+BKn4yEHKsJIYxSI
bfjDQzgbi6WpUWhmVZKOgNxJn8XjjRCmIbrLD6WQ0wRytzmOZbGyjtxVgAXlT6lN
VCWxyCKiqeEgvwYYwOZaT846/jFFqHOtdD7IXLPVkDyQr8UCLNuzRzAaVPpCDOsu
upRNNRT4SoM/WUPSr57zc4DIxiPGkugMO5B7vR5YMeJGIJ2lL0KIChMweWlwYlDw
3HMPksVytVfSRRRJNXCH
=3QNP
-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


Processing of libgdal-grass_2.1.1-2_amd64.changes

2016-08-10 Thread Debian FTP Masters
libgdal-grass_2.1.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  libgdal-grass_2.1.1-2.dsc
  libgdal-grass_2.1.1-2.debian.tar.xz
  libgdal-grass_2.1.1-2_all.deb
  libgdal20-2.1.1-grass_2.1.1-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


[gdal-grass] branch master updated (c61b6ef -> c5e2534)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository gdal-grass.

  from  c61b6ef   Set distribution to experimental.
   new  c5e2534   Move from experimental to unstable.

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 | 6 ++
 1 file changed, 6 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] tag debian/2.1.1-2 created (now c5e2534)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.1.1-2
in repository gdal-grass.

at  c5e2534   (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/gdal-grass.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


[gdal-grass] 01/01: Move from experimental to unstable.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository gdal-grass.

commit c5e25344fa501a235201e5ce9fdebac58131b083
Author: Bas Couwenberg 
Date:   Wed Aug 10 15:04:19 2016 +0200

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6ab1262..ee73cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgdal-grass (2.1.1-2) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Wed, 10 Aug 2016 15:02:31 +0200
+
 libgdal-grass (2.1.1-2~exp1) experimental; urgency=medium
 
   * Add metapackage to pull in the version specific binary package.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


libosmium 2.8.0-2 MIGRATED to testing

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

  Previous version: 2.7.2-1
  Current version:  2.8.0-2

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

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


[mapnik-vector-tile] 01/01: Reorder (build) dependencies.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik-vector-tile.

commit 194c01a40a3fdcbcc15f46400d93e9d7e6c41c4d
Author: Bas Couwenberg 
Date:   Wed Aug 10 14:17:36 2016 +0200

Reorder (build) dependencies.
---
 debian/control | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index a36961a..7771794 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Uploaders: Jérémy Lal 
 Section: devel
 Priority: extra
 Build-Depends: debhelper (>= 9),
+   catch,
gyp,
-   protobuf-compiler,
+   libmapnik-dev (>= 3.0.12~),
libprotobuf-dev,
libprotozero-dev (>= 1.3.0),
-   catch,
-   libmapnik-dev (>= 3.0.12~),
-   python,
+   protobuf-compiler,
+   python-all,
python-gdal
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik-vector-tile.git
@@ -19,10 +19,10 @@ Homepage: https://github.com/mapbox/mapnik-vector-tile
 
 Package: mapnik-vector-tile
 Architecture: all
-Depends: ${misc:Depends},
+Depends: libmapnik-dev (>= 3.0.12~),
  libprotobuf-dev,
  libprotozero-dev,
- libmapnik-dev (>= 3.0.12~)
+ ${misc:Depends}
 Description: Vector tiles integration with mapnik - development files
  This package provides C++ header and source needed to render geodata
  into vector tiles, and vector tiles into images.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.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-vector-tile] branch master updated (37001a6 -> 194c01a)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik-vector-tile.

  from  37001a6   Set distribution to experimental.
   new  194c01a   Reorder (build) dependencies.

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/control | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.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


python-mapnik_0.0~20160809-7258eea-1~exp1_amd64.changes ACCEPTED into experimental

2016-08-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 10 Aug 2016 13:48:52 +0200
Source: python-mapnik
Binary: python-mapnik python3-mapnik
Architecture: source amd64
Version: 1:0.0~20160809-7258eea-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 python-mapnik - Python 2 interface to the mapnik library
 python3-mapnik - Python 3 interface to the mapnik library
Changes:
 python-mapnik (1:0.0~20160809-7258eea-1~exp1) experimental; urgency=medium
 .
   * New upstream git snapshot.
   * Drop denominator-typo.patch, applied upstream.
   * Bump minimum required libmapnik-dev to 3.0.12~rc2.
Checksums-Sha1:
 f13aa068bdb13f80df8f0601e5ccb370c5137680 2382 
python-mapnik_0.0~20160809-7258eea-1~exp1.dsc
 f43e3944bbf58f312ca3148f5cecd05df074cc33 3891690 
python-mapnik_0.0~20160809-7258eea.orig.tar.gz
 135366008a64d76e793b3d1fca0ff74f039071fc 10572 
python-mapnik_0.0~20160809-7258eea-1~exp1.debian.tar.xz
 bb170715641651f5cf5687ab707ab7e6455fa3a4 630716 
python-mapnik_0.0~20160809-7258eea-1~exp1_amd64.deb
 1568e9d020ce1679bd1312558076dd99735ac4a3 628778 
python3-mapnik_0.0~20160809-7258eea-1~exp1_amd64.deb
Checksums-Sha256:
 c3f74e0f897cb794ad98991dd4b0a226c266a8b043d51a4748435b2f0fcf691e 2382 
python-mapnik_0.0~20160809-7258eea-1~exp1.dsc
 ae6acd60f8c3a127dfb7a29434ea85cc9253c75d00b22d9531648ed5a587d449 3891690 
python-mapnik_0.0~20160809-7258eea.orig.tar.gz
 49a19ed914b6f62e6bff6414610337b49e9d640f774c46791d392b7d3ba79ab8 10572 
python-mapnik_0.0~20160809-7258eea-1~exp1.debian.tar.xz
 6885672208f3b191ca972df77524338d4dd968be6429d19d3570aa3cc18de919 630716 
python-mapnik_0.0~20160809-7258eea-1~exp1_amd64.deb
 ff30132496524278613cf8d52361936074edd6c8538862baf80c961017844831 628778 
python3-mapnik_0.0~20160809-7258eea-1~exp1_amd64.deb
Files:
 db6406fdb6d99bc70e45186e2a4e4673 2382 python optional 
python-mapnik_0.0~20160809-7258eea-1~exp1.dsc
 86605b5837bb3ea7293bdf5b5850d182 3891690 python optional 
python-mapnik_0.0~20160809-7258eea.orig.tar.gz
 5818c2e4980ce28aa298c973cf5be491 10572 python optional 
python-mapnik_0.0~20160809-7258eea-1~exp1.debian.tar.xz
 1c57d6ce8829c4bdd3cfade1ae6db739 630716 python optional 
python-mapnik_0.0~20160809-7258eea-1~exp1_amd64.deb
 7ad572eb98bf299e12ff8a1a1fe729bb 628778 python optional 
python3-mapnik_0.0~20160809-7258eea-1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXqxmdAAoJEGdQ8QrojUrxfhcQAJxkgI2x4k0UJjAbNXXuPHc+
eWbnP55v3SQn/tO18xhi+Ar+NezKeXn6M0xdVLixYY/0HyiMmgx6jM62k4zqKhcM
wVOIeU0JxKvvv8Bmbx5gn2pezoLF9lZk4nqrUZB2PC8MScvDIl1sgQf20V2my/94
lpGk6ZWnO/2evWJe0n0z2yOj7V8kk/GRjE4GJ2RSWjgvsAe3UqwjkRlg2SafltJt
Ocxp9sJvXhBgsXfRmqZ7KhRzBjkLuubUd6xAw/IB5uIKam7OoCLqTxkQGLknxePJ
W4WcSp9ehFdRsm8G1Os0SgIurYY23wPhr0uEuD2zt1IiCvUacoLmKuTesyyOb7B5
0ogtOuA9bOXdDwWJTWDcWD45Lk65UvtTWucpBFfYUFGb5akHlfZ1+DK/6ZaLa7Ml
bY0DrMwLJrVARs827aobEvjMy6S76YKVcQyRKRzTn9zRS5UKmnF46cwdQ+py4s1a
cdF0z4065ohwHFiS4LmDR0JpuZ+m/ys0oeBgVD+ZWDoRDRfnWleuzs64JJDZxoqj
RIg42HMpj+xQ0hSfJLkAT4hyuP56WyWrbxXQlIt6XSoq85t46j8dRQ3r6FDsZQ1m
vRRhEaFOv/n7rSqhb2dk3bSHyLObwktwXM7rkpYOetvOt0Dkk8C9pXEsp8r7141e
5FfsC19K3Xi9QmMa6Gq3
=SVj7
-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


Processing of python-mapnik_0.0~20160809-7258eea-1~exp1_amd64.changes

2016-08-10 Thread Debian FTP Masters
python-mapnik_0.0~20160809-7258eea-1~exp1_amd64.changes uploaded successfully 
to localhost
along with the files:
  python-mapnik_0.0~20160809-7258eea-1~exp1.dsc
  python-mapnik_0.0~20160809-7258eea.orig.tar.gz
  python-mapnik_0.0~20160809-7258eea-1~exp1.debian.tar.xz
  python-mapnik_0.0~20160809-7258eea-1~exp1_amd64.deb
  python3-mapnik_0.0~20160809-7258eea-1~exp1_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


[python-mapnik] 01/07: Mark denominator-typo.patch as Applied-Upstream.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 8b627ebca07229b8ca31079d08b175d002887b82
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:35:30 2016 +0200

Mark denominator-typo.patch as Applied-Upstream.
---
 debian/patches/denominator-typo.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/denominator-typo.patch 
b/debian/patches/denominator-typo.patch
index 18dcb48..48e9ed0 100644
--- a/debian/patches/denominator-typo.patch
+++ b/debian/patches/denominator-typo.patch
@@ -1,6 +1,7 @@
 Description: Fix 'demoninator' typo, replace with 'denominator'.
 Author: Bas Couwenberg 
 Forwarded: https://github.com/mapnik/python-mapnik/pull/106
+Applied-Upstream: 
https://github.com/mapnik/python-mapnik/commit/7258eeac02e04ebd1d219d3d49a1ee25e3e52b8b
 
 --- a/src/mapnik_layer.cpp
 +++ b/src/mapnik_layer.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] 03/07: Merge tag 'upstream/0.0_20160809-7258eea'

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit f7e416e318e81ba9be9481fb57d0ed9f72e06543
Merge: 8b627eb 9309a7b
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:35:35 2016 +0200

Merge tag 'upstream/0.0_20160809-7258eea'

Upstream version 0.0~20160809-7258eea

 .travis.yml |   1 -
 scripts/setup_mason.sh  |   2 +-
 src/mapnik_datasource.cpp   |   6 --
 src/mapnik_feature.cpp  |   4 ++--
 src/mapnik_featureset.cpp   |   4 ++--
 src/mapnik_geometry.cpp |   4 +++-
 src/mapnik_image.cpp|   3 ++-
 src/mapnik_layer.cpp|   2 +-
 .../support/mapnik-marker-ellipse-render1.png   | Bin 15850 -> 15077 bytes
 .../support/mapnik-marker-ellipse-render2.png   | Bin 13992 -> 13978 bytes
 10 files changed, 15 insertions(+), 11 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] branch upstream updated (742dc3e -> 9309a7b)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository python-mapnik.

  from  742dc3e   Imported Upstream version 0.0~20160726-1c4a51d
   new  9309a7b   Imported Upstream version 0.0~20160809-7258eea

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:
 .travis.yml |   1 -
 scripts/setup_mason.sh  |   2 +-
 src/mapnik_datasource.cpp   |   6 --
 src/mapnik_feature.cpp  |   4 ++--
 src/mapnik_featureset.cpp   |   4 ++--
 src/mapnik_geometry.cpp |   4 +++-
 src/mapnik_image.cpp|   3 ++-
 src/mapnik_layer.cpp|   2 +-
 .../support/mapnik-marker-ellipse-render1.png   | Bin 15850 -> 15077 bytes
 .../support/mapnik-marker-ellipse-render2.png   | Bin 13992 -> 13978 bytes
 10 files changed, 15 insertions(+), 11 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] branch master updated (ad1c808 -> 18a7a78)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository python-mapnik.

  from  ad1c808   Set distribution to experimental.
   new  8b627eb   Mark denominator-typo.patch as Applied-Upstream.
   new  9309a7b   Imported Upstream version 0.0~20160809-7258eea
   new  f7e416e   Merge tag 'upstream/0.0_20160809-7258eea'
   new  7a12e71   New upstream git snapshot.
   new  66c8b57   Drop denominator-typo.patch, applied upstream.
   new  3049fde   Bump minimum required libmapnik-dev to 3.0.12~rc2.
   new  18a7a78   Set distribution to experimental.

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:
 .travis.yml |   1 -
 debian/changelog|   8 
 debian/control  |   2 +-
 debian/patches/denominator-typo.patch   |  15 ---
 debian/patches/series   |   1 -
 scripts/setup_mason.sh  |   2 +-
 src/mapnik_datasource.cpp   |   6 --
 src/mapnik_feature.cpp  |   4 ++--
 src/mapnik_featureset.cpp   |   4 ++--
 src/mapnik_geometry.cpp |   4 +++-
 src/mapnik_image.cpp|   3 ++-
 src/mapnik_layer.cpp|   2 +-
 .../support/mapnik-marker-ellipse-render1.png   | Bin 15850 -> 15077 bytes
 .../support/mapnik-marker-ellipse-render2.png   | Bin 13992 -> 13978 bytes
 14 files changed, 24 insertions(+), 28 deletions(-)
 delete mode 100644 debian/patches/denominator-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] tag debian/0.0.20160809-7258eea-1.exp1 created (now 18a7a78)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/0.0.20160809-7258eea-1.exp1
in repository python-mapnik.

at  18a7a78   (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/python-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


[python-mapnik] 05/07: Drop denominator-typo.patch, applied upstream.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 66c8b57404ece1716167b133930278a489e07dfe
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:36:50 2016 +0200

Drop denominator-typo.patch, applied upstream.
---
 debian/changelog  |  1 +
 debian/patches/denominator-typo.patch | 16 
 debian/patches/series |  1 -
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ac44ec..ef95b61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-mapnik (1:0.0~20160809-7258eea-1) UNRELEASED; urgency=medium
 
   * New upstream git snapshot.
+  * Drop denominator-typo.patch, applied upstream.
 
  -- Bas Couwenberg   Wed, 10 Aug 2016 13:35:52 +0200
 
diff --git a/debian/patches/denominator-typo.patch 
b/debian/patches/denominator-typo.patch
deleted file mode 100644
index 48e9ed0..000
--- a/debian/patches/denominator-typo.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix 'demoninator' typo, replace with 'denominator'.
-Author: Bas Couwenberg 
-Forwarded: https://github.com/mapnik/python-mapnik/pull/106
-Applied-Upstream: 
https://github.com/mapnik/python-mapnik/commit/7258eeac02e04ebd1d219d3d49a1ee25e3e52b8b
-
 a/src/mapnik_layer.cpp
-+++ b/src/mapnik_layer.cpp
-@@ -296,7 +296,7 @@ void export_layer()
- .add_property("minimum_scale_denominator",
-   ::minimum_scale_denominator,
-   ::set_minimum_scale_denominator,
--  "Get/Set the minimum scale demoninator of the layer.\n"
-+  "Get/Set the minimum scale denominator of the layer.\n"
-   "\n"
-   "Usage:\n"
-   ">>> from mapnik import Layer\n"
diff --git a/debian/patches/series b/debian/patches/series
index cda19a3..691a82a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-denominator-typo.patch
 skip-tests-for-missing-data.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] 01/01: pristine-tar data for python-mapnik_0.0~20160809-7258eea.orig.tar.gz

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

commit ba56d7aa714d8d2cd0154b9c11f77b557956dbfb
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:35:34 2016 +0200

pristine-tar data for python-mapnik_0.0~20160809-7258eea.orig.tar.gz
---
 python-mapnik_0.0~20160809-7258eea.orig.tar.gz.delta | Bin 0 -> 13407 bytes
 python-mapnik_0.0~20160809-7258eea.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/python-mapnik_0.0~20160809-7258eea.orig.tar.gz.delta 
b/python-mapnik_0.0~20160809-7258eea.orig.tar.gz.delta
new file mode 100644
index 000..821be84
Binary files /dev/null and 
b/python-mapnik_0.0~20160809-7258eea.orig.tar.gz.delta differ
diff --git a/python-mapnik_0.0~20160809-7258eea.orig.tar.gz.id 
b/python-mapnik_0.0~20160809-7258eea.orig.tar.gz.id
new file mode 100644
index 000..ee00593
--- /dev/null
+++ b/python-mapnik_0.0~20160809-7258eea.orig.tar.gz.id
@@ -0,0 +1 @@
+fa87c8ff9e0933b9a9ec7cf8a450c3718a06d25d

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] branch pristine-tar updated (55e20c9 -> ba56d7a)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

  from  55e20c9   pristine-tar data for 
python-mapnik_0.0~20160726-1c4a51d.orig.tar.gz
   new  ba56d7a   pristine-tar data for 
python-mapnik_0.0~20160809-7258eea.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:
 python-mapnik_0.0~20160809-7258eea.orig.tar.gz.delta | Bin 0 -> 13407 bytes
 python-mapnik_0.0~20160809-7258eea.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 python-mapnik_0.0~20160809-7258eea.orig.tar.gz.delta
 create mode 100644 python-mapnik_0.0~20160809-7258eea.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] 07/07: Set distribution to experimental.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 18a7a783ccc47301a315a7932739f37f784b5711
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:49:07 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 11100d0..030b431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-python-mapnik (1:0.0~20160809-7258eea-1) UNRELEASED; urgency=medium
+python-mapnik (1:0.0~20160809-7258eea-1~exp1) experimental; urgency=medium
 
   * New upstream git snapshot.
   * Drop denominator-typo.patch, applied upstream.
   * Bump minimum required libmapnik-dev to 3.0.12~rc2.
 
- -- Bas Couwenberg   Wed, 10 Aug 2016 13:35:52 +0200
+ -- Bas Couwenberg   Wed, 10 Aug 2016 13:48:52 +0200
 
 python-mapnik (1:0.0~20160726-1c4a51d-1~exp2) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] 06/07: Bump minimum required libmapnik-dev to 3.0.12~rc2.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 3049fde497685f2eeaa90cd0a05207fa3647ffb5
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:39:19 2016 +0200

Bump minimum required libmapnik-dev to 3.0.12~rc2.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ef95b61..11100d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-mapnik (1:0.0~20160809-7258eea-1) UNRELEASED; 
urgency=medium
 
   * New upstream git snapshot.
   * Drop denominator-typo.patch, applied upstream.
+  * Bump minimum required libmapnik-dev to 3.0.12~rc2.
 
  -- Bas Couwenberg   Wed, 10 Aug 2016 13:35:52 +0200
 
diff --git a/debian/control b/debian/control
index ef65aac..1afb8fe 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-python,
libboost-python-dev,
-   libmapnik-dev (>= 3.0.12~rc1+ds-1~exp2),
+   libmapnik-dev (>= 3.0.12~rc2),
python-all-dev,
python-setuptools,
python-cairo,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] 04/07: New upstream git snapshot.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 7a12e711ed44ac6f18848d158defad909bf0dfa7
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:36:04 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 5998fb4..0ac44ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-mapnik (1:0.0~20160809-7258eea-1) UNRELEASED; urgency=medium
+
+  * New upstream git snapshot.
+
+ -- Bas Couwenberg   Wed, 10 Aug 2016 13:35:52 +0200
+
 python-mapnik (1:0.0~20160726-1c4a51d-1~exp2) experimental; urgency=medium
 
   * Add patch to skip tests for missing data.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] annotated tag upstream/0.0_20160809-7258eea created (now e4f3d8a)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/0.0_20160809-7258eea
in repository python-mapnik.

at  e4f3d8a   (tag)
   tagging  9309a7b59ece1aa045d7b03c2658ca95fc3ee05c (commit)
  replaces  upstream/0.0_20160726-1c4a51d
 tagged by  Bas Couwenberg
on  Wed Aug 10 13:35:34 2016 +0200

- Log -
Upstream version 0.0~20160809-7258eea

Bas Couwenberg (1):
  Imported Upstream version 0.0~20160809-7258eea

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-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


[python-mapnik] 02/07: Imported Upstream version 0.0~20160809-7258eea

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 9309a7b59ece1aa045d7b03c2658ca95fc3ee05c
Author: Bas Couwenberg 
Date:   Wed Aug 10 13:35:33 2016 +0200

Imported Upstream version 0.0~20160809-7258eea
---
 .travis.yml |   1 -
 scripts/setup_mason.sh  |   2 +-
 src/mapnik_datasource.cpp   |   6 --
 src/mapnik_feature.cpp  |   4 ++--
 src/mapnik_featureset.cpp   |   4 ++--
 src/mapnik_geometry.cpp |   4 +++-
 src/mapnik_image.cpp|   3 ++-
 src/mapnik_layer.cpp|   2 +-
 .../support/mapnik-marker-ellipse-render1.png   | Bin 15850 -> 15077 bytes
 .../support/mapnik-marker-ellipse-render2.png   | Bin 13992 -> 13978 bytes
 10 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5869479..413d70b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,6 @@ before_install:
  - |
if [[ $(uname -s) == 'Linux' ]]; then
  export LDSHARED=$(python -c "import os;from distutils import 
sysconfig;print sysconfig.get_config_var('LDSHARED').replace('cc ','clang++-3.8 
')");
- mason install clang 3.8.0
  ./.mason/mason install clang 3.8.0
  export PATH=$(./.mason/mason prefix clang 3.8.0)/bin:${PATH}
  which clang++
diff --git a/scripts/setup_mason.sh b/scripts/setup_mason.sh
index 1072283..e867b7d 100755
--- a/scripts/setup_mason.sh
+++ b/scripts/setup_mason.sh
@@ -4,7 +4,7 @@ set -eu
 set -o pipefail
 
 # we pin the mason version to avoid changes in mason breaking builds
-MASON_VERSION="better-linking"
+MASON_VERSION="3ddc419"
 
 function setup_mason() {
 if [[ ! -d ./.mason ]]; then
diff --git a/src/mapnik_datasource.cpp b/src/mapnik_datasource.cpp
index c0b2749..e888deb 100644
--- a/src/mapnik_datasource.cpp
+++ b/src/mapnik_datasource.cpp
@@ -180,8 +180,8 @@ void export_datasource()
 .value("Collection",mapnik::datasource_geometry_t::Collection)
 ;
 
-class_("Datasource",no_init)
+class_("Datasource",no_init)
 .def("type",::type)
 .def("geometry_type",::get_geometry_type)
 .def("describe",)
@@ -196,6 +196,8 @@ void export_datasource()
 .def(self == self)
 ;
 
+register_ptr_to_python();
+
 def("CreateDatasource",_datasource);
 
 class_("Feature",init("Default 
ctor."))
+class_("Feature",init("Default 
ctor."))
 .def("id",::feature_impl::id)
 .add_property("geometry",
   
make_function(::feature_impl::get_geometry,return_value_policy()),
@@ -230,4 +229,5 @@ void export_feature()
 .def("from_geojson",from_geojson_impl)
 .staticmethod("from_geojson")
 ;
+register_ptr_to_python();
 }
diff --git a/src/mapnik_featureset.cpp b/src/mapnik_featureset.cpp
index 521beab..b4ab247 100644
--- a/src/mapnik_featureset.cpp
+++ b/src/mapnik_featureset.cpp
@@ -56,11 +56,11 @@ void export_featureset()
 {
 using namespace boost::python;
 // Featureset implements Python iterator interface
-class_("Featureset", no_init)
+class_("Featureset", no_init)
 .def("__iter__", pass_through)
 .def("__next__", next)
 // Python2 support
 .def("next", next)
 ;
+register_ptr_to_python();
 }
diff --git a/src/mapnik_geometry.cpp b/src/mapnik_geometry.cpp
index 1181c06..18f7dae 100644
--- a/src/mapnik_geometry.cpp
+++ b/src/mapnik_geometry.cpp
@@ -259,7 +259,7 @@ void export_geometry()
 .def("to_wkt",_wkt_impl)
 ;
 
-class_, 
boost::noncopyable>("Geometry",no_init)
+class_("Geometry",no_init)
 .def("envelope",_envelope_impl)
 .def("from_geojson", from_geojson_impl)
 .def("from_wkt", from_wkt_impl)
@@ -282,4 +282,6 @@ void export_geometry()
 //.def("to_svg",_svg)
 // TODO add other geometry_type methods
 ;
+
+register_ptr_to_python >();
 }
diff --git 

libgdal-grass_2.1.1-2~exp1_amd64.changes ACCEPTED into experimental, experimental

2016-08-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 06 Aug 2016 23:04:16 +0200
Source: libgdal-grass
Binary: libgdal20-2.1.1-grass libgdal-grass
Architecture: source all amd64
Version: 2.1.1-2~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libgdal-grass - GRASS extension for the GDAL library - metapackage
 libgdal20-2.1.1-grass - GRASS extension for the GDAL library
Changes:
 libgdal-grass (2.1.1-2~exp1) experimental; urgency=medium
 .
   * Add metapackage to pull in the version specific binary package.
Checksums-Sha1:
 79f38852c44ef4924bccb3985a3e26932a90ce52 2208 libgdal-grass_2.1.1-2~exp1.dsc
 fd9448147cc7e45837c89edefb27fa6848793695 6900 
libgdal-grass_2.1.1-2~exp1.debian.tar.xz
 eb8c1cb409f65c18c04ef693884cdd9ba9d78818 5820 
libgdal-grass_2.1.1-2~exp1_all.deb
 f45d4d87cccacf49632eaa38c424b850a317ebf2 26416 
libgdal20-2.1.1-grass_2.1.1-2~exp1_amd64.deb
Checksums-Sha256:
 9aed3e60b599cec04e8cc38fde151e4fcd91a74070b4d40f20554988303ea1f7 2208 
libgdal-grass_2.1.1-2~exp1.dsc
 775fbeff2c90c057fa2b6a7726dce55141701f7bc2c1eb879e91864f676932bf 6900 
libgdal-grass_2.1.1-2~exp1.debian.tar.xz
 19c68c1afcab2e4c6f7ca562bd6e188b9a37284cc01211e00e627ea3e382d7b6 5820 
libgdal-grass_2.1.1-2~exp1_all.deb
 fe9e970706688269fb054734ba0ba77ccaac41d274c266c8c400bebae4060cdc 26416 
libgdal20-2.1.1-grass_2.1.1-2~exp1_amd64.deb
Files:
 0f4090b3864cbfe2668de4aac05cbd1e 2208 science optional 
libgdal-grass_2.1.1-2~exp1.dsc
 bd216a8792141a531ee5d6fd684927a1 6900 science optional 
libgdal-grass_2.1.1-2~exp1.debian.tar.xz
 42777d7704ad702aa90aa09831b481af 5820 metapackages optional 
libgdal-grass_2.1.1-2~exp1_all.deb
 fea3a5f7551cd16cf77ff0cd261726a7 26416 libs optional 
libgdal20-2.1.1-grass_2.1.1-2~exp1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXplMiAAoJEGdQ8QrojUrxBR4P/035vA/qQWUCGozCSghrDmfA
nlMA8p7KfwsqDxak4dsRveySyFJ1qU6luXYA1DrDq3Axk03+0WqcoudZQKPp6e9M
RSwhuu0u/wtxrwYkMR+m73AiS3cMjJSTlVqtcq8M/L6eT/IZ1b6WSb36RM01xH56
29SBo+/B8Q0blxDiDk4Y00vUus1RhCqXIpmGrlvFo/ZmpM/xSZdaKx2lm4U4xyFg
PbSxrwTSciQX4nUFAMQlWrq2MthfMUxC9vXUqbFir9gyeQk5RS/IkhANNpMnUeDS
/iW9jlQxZy83fKDIxgOsCvXzyDjMcgeiWpyoIDYtsOxKtkSQ5W+kcPoG6Q/qx1GV
44rUDHTH9fUgFsN6dMedfi7q9dcyHuPgozk/3RK2G3+kjJuDRGiiwM3T3zvAjTch
JdzHmrSNE5f+5Qj81RNz+cQ4rocMDCkt4RctcdCSWUzUslC4PDBx/J7ZOOQpg8RL
R5qRGxt47Q0Q4ZMjn68pAX977jF+iYhxdTn0CJWoORPo9dKfDcq0PU+253cvRm/G
vGBCUaxkue4sgHvD7OMA4xB/UYfyjiYT90DcoA6/mDeFasqOabCtUl4/LIQ4IKlW
qAYcwNOJMJK/DH2pDrFeLwI2goCKHLUXl/nBb6joGxre0JelqlKba5iGF58uMqvi
7kfk/jCwfBr5D8v2yMzB
=w5vr
-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_3.0.12~rc2+ds-1~exp1_amd64.changes ACCEPTED into experimental

2016-08-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 10 Aug 2016 12:36:04 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.12~rc2+ds-1~exp1
Distribution: experimental
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.12~rc2+ds-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Drop patches, applied upstream.
Checksums-Sha1:
 f006d7714d8fca292728bc7683ad56dac25b06a1 3099 mapnik_3.0.12~rc2+ds-1~exp1.dsc
 f1ae6eb436db3f99a5ecc68fafad0d17d5126211 4471713 
mapnik_3.0.12~rc2+ds.orig.tar.gz
 e54bfc970c4505c1b219207bbba5d0618e782263 15932 
mapnik_3.0.12~rc2+ds-1~exp1.debian.tar.xz
 1785c169651dc47499086c67378113ff12782158 706194 
libmapnik-dev_3.0.12~rc2+ds-1~exp1_amd64.deb
 4ae5e4b1be104de7cb0da9c84c69f3298ca394c5 2180954 
libmapnik3.0_3.0.12~rc2+ds-1~exp1_amd64.deb
 cfdcf37ebc59f507649188dbde384bf10b9fc527 2136108 
mapnik-doc_3.0.12~rc2+ds-1~exp1_all.deb
 cafc0154cd1e1483ed3eb9b7ee765224bda57975 226486 
mapnik-utils_3.0.12~rc2+ds-1~exp1_amd64.deb
Checksums-Sha256:
 c95f915accc29370fef640bd83a8437876f0c6f4f128427eb8aaf1d48042f358 3099 
mapnik_3.0.12~rc2+ds-1~exp1.dsc
 b8a18dbc867985fc275be966e8471ea5e0100c8f7510ca027fe20d6a26a40924 4471713 
mapnik_3.0.12~rc2+ds.orig.tar.gz
 752c058b1344ced58652b9c24228cde0a2572ec6166ae82c62c5db090b3d262f 15932 
mapnik_3.0.12~rc2+ds-1~exp1.debian.tar.xz
 6ad654cddda83e83675d963df9b58ef883a15494ed4770f78ee024c81f2f74f9 706194 
libmapnik-dev_3.0.12~rc2+ds-1~exp1_amd64.deb
 dc5e2fa99a907ce922d03d8ef71e9ad0826a21a24e026a332f47814f56b18d7a 2180954 
libmapnik3.0_3.0.12~rc2+ds-1~exp1_amd64.deb
 e0015c2121f304236628fd49aa702e0500195f07fc056b2ca815895a5b36 2136108 
mapnik-doc_3.0.12~rc2+ds-1~exp1_all.deb
 184ae3d17b506b63fc7a96e82c1378c14c2df027f821eef16ff75900a4ae0a5b 226486 
mapnik-utils_3.0.12~rc2+ds-1~exp1_amd64.deb
Files:
 57928510ae6f808b5b6a1f2795bc35d8 3099 libs optional 
mapnik_3.0.12~rc2+ds-1~exp1.dsc
 50e870394f97444db5591cbc2d6206b0 4471713 libs optional 
mapnik_3.0.12~rc2+ds.orig.tar.gz
 8eca644421108debf2838076a015603d 15932 libs optional 
mapnik_3.0.12~rc2+ds-1~exp1.debian.tar.xz
 589dab5a1db8abd225343f6a697d78b1 706194 libdevel optional 
libmapnik-dev_3.0.12~rc2+ds-1~exp1_amd64.deb
 422016d99f9d44d4e818829a713b451e 2180954 libs optional 
libmapnik3.0_3.0.12~rc2+ds-1~exp1_amd64.deb
 e7ce378e4810f5731231f19ad88ecd2a 2136108 doc optional 
mapnik-doc_3.0.12~rc2+ds-1~exp1_all.deb
 acbccdc6afcc4e4720ef49c8f42aa90d 226486 utils optional 
mapnik-utils_3.0.12~rc2+ds-1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXqxCYAAoJEGdQ8QrojUrxTMMQAMn+H2TFxouo4FZehLckDVhg
dKXRTEHKwfm2ReJFBygzxlCfXqyq7TMRI/AOPvhePi4+LycEkl+uAxLEVEV8Pf2t
xqW9977pC9HNhNTHsb9p6KQj7+De8gt5rujE8iqmMbuwlVlozM39/EqsqGeeaGAY
2cyb3PtotLnMIC+zvMK/kL6PQAhe6WqMFBxqwAE26sEXvQoejJ9Liqqzms6z23Gp
vEv287E66Jh60cO5e4mPTtuJ/iDieiLqExkmOzryxSiDD5sd1dGxIAq8uxgAGALM
ukP7H0ZRPSwfEk6yFv4/HjA30W6r4Y9HQM9LJCOGrFtnzYbiHBG67DwnqfAsh5/X
I3MIfg+zp89W6elD872y6/S8j6lA3X+t1dbmJMVwgDZEA4/gBhyv5fHkndpRx4cQ
Y/yGHLtSDoEJd8jR+DKODh4x/42+2ubYcimp6bVoXh5rBtsk7Wl5kEoF/j4aYCAd
2sjT4B4MO36LfE+AZdagFTfteFS9nGdft/jBs40pxnvTC+JCYtABWcqHK5Cd7Neu
SIOZxMo7fn8WMzN5Ryw6lT+2fNtk+gXO5/h1YZzkIs0VuCytji+roV3Zik7ptead
MT2vWqeC27Rt0GHZBEyrmCBR0qAAzxnhWDQOl5gVSCeQcixMe6mbnNZ6ENLcM/HS
OBvM+tUBk/IknD8vdJ0k
=XQUC
-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] annotated tag upstream/3.0.12_rc2+ds created (now a1e1eb5)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

at  a1e1eb5   (tag)
   tagging  48e5ccbfa618af4b9b9586f5458c44971a154a48 (commit)
  replaces  upstream/3.0.12_rc1+ds
 tagged by  Bas Couwenberg
on  Wed Aug 10 12:34:23 2016 +0200

- Log -
Upstream version 3.0.12~rc2+ds

Bas Couwenberg (1):
  Imported Upstream version 3.0.12~rc2+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.12.rc2+ds-1.exp1 created (now 1b43f59)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

at  1b43f59   (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.12~rc2+ds-1~exp1_amd64.changes

2016-08-10 Thread Debian FTP Masters
mapnik_3.0.12~rc2+ds-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.12~rc2+ds-1~exp1.dsc
  mapnik_3.0.12~rc2+ds.orig.tar.gz
  mapnik_3.0.12~rc2+ds-1~exp1.debian.tar.xz
  libmapnik-dev_3.0.12~rc2+ds-1~exp1_amd64.deb
  libmapnik3.0_3.0.12~rc2+ds-1~exp1_amd64.deb
  mapnik-doc_3.0.12~rc2+ds-1~exp1_all.deb
  mapnik-utils_3.0.12~rc2+ds-1~exp1_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 pristine-tar updated (8d68937 -> 444ff63)

2016-08-10 Thread Bas 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  8d68937   pristine-tar data for mapnik_3.0.12~rc1+ds.orig.tar.gz
   new  444ff63   pristine-tar data for mapnik_3.0.12~rc2+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.12~rc2+ds.orig.tar.gz.delta | Bin 0 -> 3680009 bytes
 mapnik_3.0.12~rc2+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 mapnik_3.0.12~rc2+ds.orig.tar.gz.delta
 create mode 100644 mapnik_3.0.12~rc2+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 (4cbbc30 -> 48e5ccb)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository mapnik.

  from  4cbbc30   Imported Upstream version 3.0.12~rc1+ds
   new  48e5ccb   Imported Upstream version 3.0.12~rc2+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:
 .travis.yml |  4 ++--
 bootstrap.sh| 25 ++---
 circle.yml  |  2 +-
 include/mapnik/cairo/cairo_context.hpp  |  4 
 include/mapnik/cairo/cairo_renderer.hpp |  1 +
 src/cairo/cairo_context.cpp | 18 ++
 src/cairo/cairo_renderer.cpp| 31 ++-
 src/expression_node.cpp |  4 ++--
 src/load_map.cpp|  2 +-
 src/map.cpp |  2 +-
 src/marker_cache.cpp|  2 +-
 test/unit/core/expressions_test.cpp | 18 +++---
 12 files changed, 90 insertions(+), 23 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] 01/01: pristine-tar data for mapnik_3.0.12~rc2+ds.orig.tar.gz

2016-08-10 Thread Bas 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 444ff63b61b97cd78b4b1765e7e11fe90d627db7
Author: Bas Couwenberg 
Date:   Wed Aug 10 12:34:23 2016 +0200

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

diff --git a/mapnik_3.0.12~rc2+ds.orig.tar.gz.delta 
b/mapnik_3.0.12~rc2+ds.orig.tar.gz.delta
new file mode 100644
index 000..8e9f95e
Binary files /dev/null and b/mapnik_3.0.12~rc2+ds.orig.tar.gz.delta differ
diff --git a/mapnik_3.0.12~rc2+ds.orig.tar.gz.id 
b/mapnik_3.0.12~rc2+ds.orig.tar.gz.id
new file mode 100644
index 000..c037902
--- /dev/null
+++ b/mapnik_3.0.12~rc2+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+a10a2ad90e0cdbc98e4427c9b5316f8363966c89

-- 
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/05: Set distribution to experimental.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 1b43f59562da00696b9d03230905a5022cfa3073
Author: Bas Couwenberg 
Date:   Wed Aug 10 12:36:32 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 1bea1c7..3f2d2d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-mapnik (3.0.12~rc2+ds-1) UNRELEASED; urgency=medium
+mapnik (3.0.12~rc2+ds-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
   * Drop patches, applied upstream.
 
- -- Bas Couwenberg   Wed, 10 Aug 2016 12:34:28 +0200
+ -- Bas Couwenberg   Wed, 10 Aug 2016 12:36:04 +0200
 
 mapnik (3.0.12~rc1+ds-1~exp2) experimental; 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] 04/05: Drop patches, applied upstream.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit c8cb9de537eb433b93dd9dac82a69ad66dc01266
Author: Bas Couwenberg 
Date:   Wed Aug 10 12:42:00 2016 +0200

Drop patches, applied upstream.
---
 debian/changelog |  1 +
 debian/patches/initialize-typo.patch | 26 --
 debian/patches/occurred-typo.patch   | 15 ---
 debian/patches/series|  2 --
 4 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d022cc7..1bea1c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mapnik (3.0.12~rc2+ds-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
+  * Drop patches, applied upstream.
 
  -- Bas Couwenberg   Wed, 10 Aug 2016 12:34:28 +0200
 
diff --git a/debian/patches/initialize-typo.patch 
b/debian/patches/initialize-typo.patch
deleted file mode 100644
index d93587f..000
--- a/debian/patches/initialize-typo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Fix 'intialize' typo, replace with 'initialize'.
-Author: Bas Couwenberg 
-Forwarded: https://github.com/mapnik/mapnik/pull/3480
-
 a/src/map.cpp
-+++ b/src/map.cpp
-@@ -695,7 +695,7 @@ featureset_ptr Map::query_point(unsigned
- {
- if (!current_extent_.valid())
- {
--throw std::runtime_error("query_point: map extent is not intialized, 
you need to set a valid extent before querying");
-+throw std::runtime_error("query_point: map extent is not initialized, 
you need to set a valid extent before querying");
- }
- if (!current_extent_.intersects(x,y))
- {
 a/src/marker_cache.cpp
-+++ b/src/marker_cache.cpp
-@@ -267,7 +267,7 @@ std::shared_ptr ma
- }
- else
- {
--MAPNIK_LOG_ERROR(marker_cache) << "could not intialize 
reader for: '" << uri << "'";
-+MAPNIK_LOG_ERROR(marker_cache) << "could not initialize 
reader for: '" << uri << "'";
- return std::make_shared(mapnik::marker_null());
- }
- }
diff --git a/debian/patches/occurred-typo.patch 
b/debian/patches/occurred-typo.patch
deleted file mode 100644
index 7b07fa8..000
--- a/debian/patches/occurred-typo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fix 'occured' typo, replace with 'occurred'.
-Author: Bas Couwenberg 
-Forwarded: https://github.com/mapnik/mapnik/pull/3480
-
 a/src/load_map.cpp
-+++ b/src/load_map.cpp
-@@ -755,7 +755,7 @@ void map_parser::parse_layer(Map & map,
- }
- catch (...)
- {
--throw config_error("Unknown exception occured attempting 
to create datasoure for layer '" + lyr.name() + "'");
-+throw config_error("Unknown exception occurred attempting 
to create datasoure for layer '" + lyr.name() + "'");
- }
- }
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5d213c7..000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-initialize-typo.patch
-occurred-typo.patch

-- 
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/05: New upstream release candidate.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 9cc81fd98deef81d088bb17a1e943e738d43d970
Author: Bas Couwenberg 
Date:   Wed Aug 10 12:35:12 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 2acb21b..d022cc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.12~rc2+ds-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate.
+
+ -- Bas Couwenberg   Wed, 10 Aug 2016 12:34:28 +0200
+
 mapnik (3.0.12~rc1+ds-1~exp2) experimental; urgency=medium
 
   * Require at least mapbox-variant 1.1.1 for libmapnik-dev dependency too.

-- 
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/05: Merge tag 'upstream/3.0.12_rc2+ds'

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit d5339529c16f236e1f946b20928b4235e26c083e
Merge: 4c8f41b 48e5ccb
Author: Bas Couwenberg 
Date:   Wed Aug 10 12:34:24 2016 +0200

Merge tag 'upstream/3.0.12_rc2+ds'

Upstream version 3.0.12~rc2+ds

 .travis.yml |  4 ++--
 bootstrap.sh| 25 ++---
 circle.yml  |  2 +-
 include/mapnik/cairo/cairo_context.hpp  |  4 
 include/mapnik/cairo/cairo_renderer.hpp |  1 +
 src/cairo/cairo_context.cpp | 18 ++
 src/cairo/cairo_renderer.cpp| 31 ++-
 src/expression_node.cpp |  4 ++--
 src/load_map.cpp|  2 +-
 src/map.cpp |  2 +-
 src/marker_cache.cpp|  2 +-
 test/unit/core/expressions_test.cpp | 18 +++---
 12 files changed, 90 insertions(+), 23 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] 01/05: Imported Upstream version 3.0.12~rc2+ds

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 48e5ccbfa618af4b9b9586f5458c44971a154a48
Author: Bas Couwenberg 
Date:   Wed Aug 10 12:34:10 2016 +0200

Imported Upstream version 3.0.12~rc2+ds
---
 .travis.yml |  4 ++--
 bootstrap.sh| 25 ++---
 circle.yml  |  2 +-
 include/mapnik/cairo/cairo_context.hpp  |  4 
 include/mapnik/cairo/cairo_renderer.hpp |  1 +
 src/cairo/cairo_context.cpp | 18 ++
 src/cairo/cairo_renderer.cpp| 31 ++-
 src/expression_node.cpp |  4 ++--
 src/load_map.cpp|  2 +-
 src/map.cpp |  2 +-
 src/marker_cache.cpp|  2 +-
 test/unit/core/expressions_test.cpp | 18 +++---
 12 files changed, 90 insertions(+), 23 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5de9299..c16bfa3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ matrix:
   addons:
 apt:
   sources: [ 'ubuntu-toolchain-r-test']
-  packages: [ 'libstdc++6', 'libstdc++-5-dev']
+  packages: [ 'libstdc++-5-dev', 'xutils']
 - os: linux
   sudo: false
   compiler: ": clang-coverage"
@@ -37,7 +37,7 @@ matrix:
   addons:
 apt:
   sources: [ 'ubuntu-toolchain-r-test']
-  packages: [ 'libstdc++6','libstdc++-5-dev' ]
+  packages: ['libstdc++-5-dev', 'xutils' ]
 - os: osx
   compiler: ": clang-osx"
   # 
https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
diff --git a/bootstrap.sh b/bootstrap.sh
index fd877a6..b0ebcf8 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 
-#set -eu
+set -eu
+set -o pipefail
 
 : '
 
@@ -10,7 +11,7 @@ todo
 - shrink icu data
 '
 
-MASON_VERSION="b709931"
+MASON_VERSION="7ed8931"
 
 function setup_mason() {
 if [[ ! -d ./.mason ]]; then
@@ -33,7 +34,7 @@ function install() {
 if [[ ${3:-false} != false ]]; then
 LA_FILE=$(mason prefix $1 $2)/lib/$3.la
 if [[ -f ${LA_FILE} ]]; then
-   perl -i -p -e 's:\Q$ENV{HOME}/build/mapbox/mason\E:$ENV{PWD}:g' 
${LA_FILE}
+perl -i -p -e 
's:\Q$ENV{HOME}/build/mapbox/mason\E:$ENV{PWD}:g' ${LA_FILE}
 else
 echo "$LA_FILE not found"
 fi
@@ -44,6 +45,7 @@ function install() {
 ICU_VERSION="55.1"
 
 function install_mason_deps() {
+FAIL=0
 install ccache 3.2.4 &
 install jpeg_turbo 1.4.0 libjpeg &
 install libpng 1.6.20 libpng &
@@ -51,7 +53,6 @@ function install_mason_deps() {
 install libpq 9.4.1 &
 install sqlite 3.8.8.3 libsqlite3 &
 install expat 2.1.0 libexpat &
-wait
 install icu ${ICU_VERSION} &
 install proj 4.8.0 libproj &
 install pixman 0.32.6 libpixman-1 &
@@ -59,17 +60,22 @@ function install_mason_deps() {
 install protobuf 2.6.1 &
 # technically protobuf is not a mapnik core dep, but installing
 # here by default helps make mapnik-vector-tile builds easier
-wait
 install webp 0.4.2 libwebp &
 install gdal 1.11.2 libgdal &
 install boost 1.61.0 &
 install boost_libsystem 1.61.0 &
 install boost_libfilesystem 1.61.0 &
 install boost_libprogram_options 1.61.0 &
-install boost_libregex 1.61.0 &
+install boost_libregex_icu 1.61.0 &
 install freetype 2.6 libfreetype &
 install harfbuzz 0.9.41 libharfbuzz &
-wait
+for job in $(jobs -p)
+do
+wait $job || let "FAIL+=1"
+done
+if [[ "$FAIL" != "0" ]]; then
+exit ${FAIL}
+fi
 }
 
 MASON_LINKED_ABS=$(pwd)/mason_packages/.link
@@ -140,3 +146,8 @@ function main() {
 }
 
 main
+
+# allow sourcing of script without
+# causing the terminal to bail on error
+set +eu
+set +o pipefail
diff --git a/circle.yml b/circle.yml
index cf3e31c..435cd07 100644
--- a/circle.yml
+++ b/circle.yml
@@ -21,13 +21,13 @@ dependencies:
   cache_directories:
 - "~/.ccache"
 - "~/.apt-cache"
-- "mason_packages"
   pre:
 # 
https://discuss.circleci.com/t/add-ability-to-cache-apt-get-programs/598/3
 - sudo rm -rf /var/cache/apt/archives && sudo ln -s ~/.apt-cache 
/var/cache/apt/archives && mkdir -p ~/.apt-cache/partial
 - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
   override:
 - sudo apt-get update -y
+- sudo apt-get install -y libstdc++-5-dev xutils
 
 database:
   pre:
diff --git a/include/mapnik/cairo/cairo_context.hpp 
b/include/mapnik/cairo/cairo_context.hpp
index 9733efb..c15f87c 100644
--- a/include/mapnik/cairo/cairo_context.hpp
+++ b/include/mapnik/cairo/cairo_context.hpp
@@ -308,6 +308,7 @@ public:
 void stroke();
 void fill();
 void paint();
+void paint(double opacity);
 

[mapnik] branch master updated (4c8f41b -> 1b43f59)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

  from  4c8f41b   Set distribution to experimental.
   new  48e5ccb   Imported Upstream version 3.0.12~rc2+ds
   new  d533952   Merge tag 'upstream/3.0.12_rc2+ds'
   new  9cc81fd   New upstream release candidate.
   new  c8cb9de   Drop patches, applied upstream.
   new  1b43f59   Set distribution to experimental.

The 5 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:
 .travis.yml |  4 ++--
 bootstrap.sh| 25 ++---
 circle.yml  |  2 +-
 debian/changelog|  7 +++
 debian/patches/initialize-typo.patch| 26 --
 debian/patches/occurred-typo.patch  | 15 ---
 debian/patches/series   |  2 --
 include/mapnik/cairo/cairo_context.hpp  |  4 
 include/mapnik/cairo/cairo_renderer.hpp |  1 +
 src/cairo/cairo_context.cpp | 18 ++
 src/cairo/cairo_renderer.cpp| 31 ++-
 src/expression_node.cpp |  4 ++--
 src/load_map.cpp|  2 +-
 src/map.cpp |  2 +-
 src/marker_cache.cpp|  2 +-
 test/unit/core/expressions_test.cpp | 18 +++---
 16 files changed, 97 insertions(+), 66 deletions(-)
 delete mode 100644 debian/patches/initialize-typo.patch
 delete mode 100644 debian/patches/occurred-typo.patch
 delete mode 100644 debian/patches/series

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


osm2pgrouting_2.1.0-2_amd64.changes ACCEPTED into unstable

2016-08-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 10 Aug 2016 10:53:18 +0200
Source: osm2pgrouting
Binary: osm2pgrouting
Architecture: source amd64
Version: 2.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 osm2pgrouting - Tool to import OpenStreetMap data into a pgRouting database
Changes:
 osm2pgrouting (2.1.0-2) unstable; urgency=medium
 .
   * Add manpage for osm2pgrouting.
Checksums-Sha1:
 7be7c1c45e2fd6c176f33315272a972fe22e7c7c 2130 osm2pgrouting_2.1.0-2.dsc
 473c912eee62b2f9937a9e416c8517f7d39e46d1 7184 
osm2pgrouting_2.1.0-2.debian.tar.xz
 128a8bf2891858822fe6731452bc65cf56496b68 928684 
osm2pgrouting-dbgsym_2.1.0-2_amd64.deb
 cd3dbead9e517a5684ab6831fd27765fbfeb64ea 73572 osm2pgrouting_2.1.0-2_amd64.deb
Checksums-Sha256:
 dd4406d06a6186efbb96832a718e781f08fa6db6aec37ef7aef95dc09b536536 2130 
osm2pgrouting_2.1.0-2.dsc
 5fff11c368776cfca36ce5801f0702f932e956a278bc875d95f449049291ab30 7184 
osm2pgrouting_2.1.0-2.debian.tar.xz
 0bc4cf87e718f3a177551064c568b1d72d4e8bb30d9dc01612e8063313ee426f 928684 
osm2pgrouting-dbgsym_2.1.0-2_amd64.deb
 c039655aa4048f10dc35b0b7a7665389f4f19fdeef66f456fa7aa55ad0b26a41 73572 
osm2pgrouting_2.1.0-2_amd64.deb
Files:
 ad2877de20fe6462ea17a01bfb71ff77 2130 utils optional osm2pgrouting_2.1.0-2.dsc
 9f75e12203036037c8d6ca409e7c058a 7184 utils optional 
osm2pgrouting_2.1.0-2.debian.tar.xz
 57fec12a6f9a5d2b0c7846ba746d24fa 928684 debug extra 
osm2pgrouting-dbgsym_2.1.0-2_amd64.deb
 2b214015bc600c7be0f45a2b54881931 73572 utils optional 
osm2pgrouting_2.1.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXquy3AAoJEGdQ8QrojUrxK9sP/0tFQ9X/elsH0DhSuCCyx0Tk
cgdM4bvl0DerjOu/GR+ck1689m0RsQXUCKVrVxXW/pKAHN2rjkxaDGj5xboX0s1N
LD7MkZL+0NCwHKzcJsn9OFAuKc/+ihDHnvybObrDSoXabuhzjRYmFUe0Q8QekoQ+
zExDWPGXUkSHeTxbtCRe2LY1denVr32tnSYhE1D6SyQIyOdBnoMbPfqmA2hl4Q44
k4SkgHKwbkmXhnTxrDysHwhfPWK/59t37975qW+2bWHMh3K4kY9fwil/zdfiCO8p
qGN5H2smIw10CMNijZh/XTHQh6HinBPnk2rl1vNk6V8IR4OkyDf2YBY1yG/BaLSU
DPqaQkgUVY8/fvJqxTQWihLf5ruocjbooFZ/ZOVU8gK/7QaXDnMxTyzyF/iv/0Js
+2LD79IonOnOSFPCAVyKtukt+sm2QFKAIBraXHSlFAv8rrvUJDu8mNVM8nAOnm4M
Libw2did5DLsz7N0Z7nM0k0SgMbe34UuAOjwuWvCG8qq1iBAYWCaC/3xbzRiD68L
C+qMQy1foGShHnrFM8AFCO0QYc0MRIFw2mGQTiJgJMMcDIp/oj9UZ+1L3uGOJPw+
c+jtJISBdlRE8LAVMwkz3+31ddRj9K8TKdKBiWwMOeS7w4SAu/mtTMCs+N+WYJn6
l/jRuYLjBBk//8w9FL6N
=WtCk
-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


Processing of osm2pgrouting_2.1.0-2_amd64.changes

2016-08-10 Thread Debian FTP Masters
osm2pgrouting_2.1.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  osm2pgrouting_2.1.0-2.dsc
  osm2pgrouting_2.1.0-2.debian.tar.xz
  osm2pgrouting-dbgsym_2.1.0-2_amd64.deb
  osm2pgrouting_2.1.0-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


[osm2pgrouting] 01/02: Mark spelling-errors.patch as Forwarded.

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osm2pgrouting.

commit da0781071e9a9b76069c798c1bd1a136f3e91734
Author: Bas Couwenberg 
Date:   Wed Aug 10 10:52:19 2016 +0200

Mark spelling-errors.patch as Forwarded.
---
 debian/patches/spelling-errors.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
index 892027f..a9bf6f1 100644
--- a/debian/patches/spelling-errors.patch
+++ b/debian/patches/spelling-errors.patch
@@ -1,6 +1,7 @@
 Description: Fix spelling errors.
  splitted -> split
 Author: Bas Couwenberg 
+Forwarded: https://github.com/pgRouting/osm2pgrouting/pull/136
 
 --- a/src/Export2DB.cpp
 +++ b/src/Export2DB.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osm2pgrouting.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


[osm2pgrouting] branch master updated (4f67310 -> 5a69a2e)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository osm2pgrouting.

  from  4f67310   Add manpage for osm2pgrouting.
   new  da07810   Mark spelling-errors.patch as Forwarded.
   new  5a69a2e   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 | 4 ++--
 debian/patches/spelling-errors.patch | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osm2pgrouting.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


[osm2pgrouting] tag debian/2.1.0-2 created (now 5a69a2e)

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.1.0-2
in repository osm2pgrouting.

at  5a69a2e   (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/osm2pgrouting.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


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

2016-08-10 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osm2pgrouting.

commit 5a69a2ea12ee82d14a03ac632df456e3fb650cfc
Author: Bas Couwenberg 
Date:   Wed Aug 10 10:53:46 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f08e300..06ae21e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-osm2pgrouting (2.1.0-2) UNRELEASED; urgency=medium
+osm2pgrouting (2.1.0-2) unstable; urgency=medium
 
   * Add manpage for osm2pgrouting.
 
- -- Bas Couwenberg   Sun, 08 May 2016 20:53:02 +0200
+ -- Bas Couwenberg   Wed, 10 Aug 2016 10:53:18 +0200
 
 osm2pgrouting (2.1.0-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osm2pgrouting.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