[pyosmium] branch master updated (ccb847d -> 12c6da9)

Bas Couwenberg sebastic at debian.org
Mon Mar 20 20:34:19 UTC 2017


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

sebastic pushed a change to branch master
in repository pyosmium.

      from  ccb847d   Move from experimental to unstable.
       new  ad582ab   Imported Upstream version 2.12.0
       new  5babbd0   Merge tag 'upstream/2.12.0'
       new  c60161c   New upstream release.
       new  3875888   Bump minimum required libosmium2-dev to 2.12.0.
       new  adb00e8   Add pyosmium binary package for utilities.
       new  e92a30c   Add man pages for pyosmium utilities.
       new  cf7cf8e   Add unused override for hardening-no-fortify-functions.
       new  12c6da9   Set distribution to experimental.

The 8 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                              |  10 +-
 README.md                                 |  26 +++-
 README.rst                                |   6 +-
 debian/changelog                          |  10 ++
 debian/control                            |  25 +++-
 debian/man/pyosmium-get-changes.1.xml     | 160 ++++++++++++++++++++++++
 debian/man/pyosmium-up-to-date.1.xml      | 158 ++++++++++++++++++++++++
 debian/pyosmium.links                     |   2 +
 debian/pyosmium.manpages                  |   1 +
 debian/python-pyosmium.lintian-overrides  |   1 -
 debian/python3-pyosmium.lintian-overrides |   1 -
 debian/rules                              |  15 ++-
 doc/intro.rst                             |  16 +--
 doc/ref_index.rst                         |   2 +-
 doc/ref_osm.rst                           |   4 +-
 doc/ref_osmium.rst                        |   4 +-
 doc/ref_replication.rst                   |  14 +++
 doc/reference.rst                         |   1 +
 lib/generic_handler.hpp                   |  30 ++---
 lib/index.cc                              |   2 +-
 lib/io.cc                                 |  19 ++-
 lib/merged_input.hpp                      |  68 +++++++++++
 lib/osm.cc                                |  13 +-
 lib/osmium.cc                             |  33 ++++-
 lib/write_handler.hpp                     |  68 +++++++++++
 osmium/replication/server.py              |  93 ++++++++++++--
 osmium/replication/utils.py               |  66 ++++++++++
 osmium/version.py                         |   6 +-
 setup.py                                  |   5 +-
 tools/pyosmium-get-changes                | 197 ++++++++++++++++++++++++++++++
 tools/pyosmium-up-to-date                 | 191 +++++++++++++++++++++++++++++
 32 files changed, 1187 insertions(+), 62 deletions(-)
 create mode 100644 debian/man/pyosmium-get-changes.1.xml
 create mode 100644 debian/man/pyosmium-up-to-date.1.xml
 create mode 100644 debian/pyosmium.links
 create mode 100644 debian/pyosmium.manpages
 create mode 100644 doc/ref_replication.rst
 create mode 100644 lib/write_handler.hpp
 create mode 100644 osmium/replication/utils.py
 create mode 100755 tools/pyosmium-get-changes
 create mode 100755 tools/pyosmium-up-to-date

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