[pyosmium] branch jessie-backports updated (8e480bc -> e04a7c1)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 12 19:03:06 UTC 2016


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

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

      from  8e480bc   Rebuild for jessie-backports.
      adds  fa0e57b   Update Vcs-Git URL to use HTTPS.
      adds  c3c8e7e   Add changelog entry for Vcs-Git URL change.
      adds  fdbfe20   Imported Upstream version 2.6.0
      adds  fb318e9   Merge tag 'upstream/2.6.0'
      adds  e252110   New upstream release.
      adds  219a386   Bump minimum required libosmium2-dev to 2.6.0.
      adds  9b2db8e   Update copyright file, update years for Sarah Hoffmann.
      adds  77a968c   Add patch to fix 'allows one to' typo.
      adds  bf4a3b2   Update lintian override for renamed modules.
      adds  6de0290   Drop unused lintian overrides.
      adds  98d976f   Set distribution to unstable.
       new  8b4a5a8   Merge tag 'debian/2.6.0-1' into jessie-backports
       new  e04a7c1   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:
 CHANGELOG.md                              |  19 +-
 README.md                                 |   2 +-
 debian/changelog                          |  17 ++
 debian/control                            |   4 +-
 debian/copyright                          |   2 +-
 debian/patches/allows-to-typo.patch       |  14 ++
 debian/patches/series                     |   1 +
 debian/python-pyosmium.lintian-overrides  |   5 +-
 debian/python3-pyosmium.lintian-overrides |   5 +-
 doc/conf.py                               |   6 +-
 doc/intro.rst                             |  75 +++++++-
 doc/ref_osm.rst                           |  33 +++-
 doc/ref_osmium.rst                        |  28 ++-
 examples/convert.py                       |  37 ++++
 examples/filter_coastlines.py             |  56 ++++++
 examples/normalize_boolean.py             |  66 +++++++
 lib/generic_handler.hpp                   |   4 +-
 lib/generic_writer.hpp                    | 278 ++++++++++++++++++++++++++++++
 lib/geom.cc                               |   2 +-
 lib/index.cc                              |   2 +-
 lib/io.cc                                 |   2 +-
 lib/osm.cc                                |  20 +--
 lib/osmium.cc                             |  43 ++++-
 osmium/__init__.py                        |   2 +-
 osmium/geom/__init__.py                   |   1 -
 osmium/index/__init__.py                  |   1 -
 osmium/io/__init__.py                     |   1 -
 osmium/osm/__init__.py                    |  14 ++
 osmium/osm/mutable.py                     |  75 ++++++++
 setup.py                                  |  15 +-
 test/test_osm.py                          |  23 ++-
 test/test_writer.py                       | 142 +++++++++++++++
 32 files changed, 939 insertions(+), 56 deletions(-)
 create mode 100644 debian/patches/allows-to-typo.patch
 create mode 100644 debian/patches/series
 create mode 100644 examples/convert.py
 create mode 100644 examples/filter_coastlines.py
 create mode 100644 examples/normalize_boolean.py
 create mode 100644 lib/generic_writer.hpp
 delete mode 100644 osmium/geom/__init__.py
 delete mode 100644 osmium/index/__init__.py
 delete mode 100644 osmium/io/__init__.py
 create mode 100644 osmium/osm/mutable.py
 create mode 100644 test/test_writer.py

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



More information about the Pkg-grass-devel mailing list