[python-mapnik] branch master updated (d3236b8 -> 9970059)

Bas Couwenberg sebastic at debian.org
Fri Jan 20 14:46:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

      from  d3236b8   Set distribution to unstable.
       new  e976a7c   Update get-orig-source script to use the v3.0.x branch.
       new  81d8c67   Imported Upstream version 0.0~20170119-5a6896f
       new  afb8fa3   Merge tag 'upstream/0.0_20170119-5a6896f'
       new  c94d462   New upstream git snapshot.
       new  e6118d0   Add license & copyright for demo data & script.
       new  3dc6836   Install demo in examples.
       new  9970059   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:
 README.md                     |   2 +-
 debian/changelog              |   9 +
 debian/copyright              | 108 ++++++++
 debian/examples               |   1 +
 debian/get-orig-source        |   2 +-
 demo/data/COPYRIGHT.txt       |   3 +
 demo/data/boundaries.dbf      | Bin 0 -> 749 bytes
 demo/data/boundaries.shp      | Bin 0 -> 853032 bytes
 demo/data/boundaries.shx      | Bin 0 -> 116 bytes
 demo/data/boundaries_l.dbf    | Bin 0 -> 971 bytes
 demo/data/boundaries_l.shp    | Bin 0 -> 95436 bytes
 demo/data/boundaries_l.shx    | Bin 0 -> 236 bytes
 demo/data/ontdrainage.dbf     | Bin 0 -> 264967 bytes
 demo/data/ontdrainage.shp     | Bin 0 -> 496980 bytes
 demo/data/ontdrainage.shx     | Bin 0 -> 6612 bytes
 demo/data/popplaces.dbf       | Bin 0 -> 93537 bytes
 demo/data/popplaces.shp       | Bin 0 -> 5476 bytes
 demo/data/popplaces.shx       | Bin 0 -> 1636 bytes
 demo/data/qcdrainage.dbf      | Bin 0 -> 219467 bytes
 demo/data/qcdrainage.shp      | Bin 0 -> 327504 bytes
 demo/data/qcdrainage.shx      | Bin 0 -> 5492 bytes
 demo/data/roads.dbf           | Bin 0 -> 1127355 bytes
 demo/data/roads.shp           | Bin 0 -> 545476 bytes
 demo/data/roads.shx           | Bin 0 -> 31956 bytes
 demo/python/README.txt        |  20 ++
 demo/python/rundemo.py        | 379 +++++++++++++++++++++++++++
 setup.py                      |   1 -
 src/mapnik_feature.cpp        |   8 +-
 src/mapnik_map.cpp            |   1 +
 src/mapnik_parameters.cpp     |   2 +-
 src/mapnik_python.cpp         |   5 +-
 src/mapnik_svg.hpp            |   4 +-
 src/mapnik_symbolizer.cpp     |  43 ++++
 src/mapnik_text_placement.cpp | 583 ------------------------------------------
 34 files changed, 576 insertions(+), 595 deletions(-)
 create mode 100644 debian/examples
 create mode 100644 demo/data/COPYRIGHT.txt
 create mode 100644 demo/data/boundaries.dbf
 create mode 100644 demo/data/boundaries.shp
 create mode 100644 demo/data/boundaries.shx
 create mode 100644 demo/data/boundaries_l.dbf
 create mode 100644 demo/data/boundaries_l.shp
 create mode 100644 demo/data/boundaries_l.shx
 create mode 100644 demo/data/ontdrainage.dbf
 create mode 100644 demo/data/ontdrainage.shp
 create mode 100644 demo/data/ontdrainage.shx
 create mode 100644 demo/data/popplaces.dbf
 create mode 100644 demo/data/popplaces.shp
 create mode 100644 demo/data/popplaces.shx
 create mode 100644 demo/data/qcdrainage.dbf
 create mode 100644 demo/data/qcdrainage.shp
 create mode 100644 demo/data/qcdrainage.shx
 create mode 100644 demo/data/roads.dbf
 create mode 100644 demo/data/roads.shp
 create mode 100644 demo/data/roads.shx
 create mode 100644 demo/python/README.txt
 create mode 100755 demo/python/rundemo.py
 delete mode 100644 src/mapnik_text_placement.cpp

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



More information about the Pkg-grass-devel mailing list