[pyosmium] branch jessie-backports updated (e04a7c1 -> 839ae34)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Jun 8 18:42:32 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  e04a7c1   Rebuild for jessie-backports.
      adds  51c003a   Bump Standards-Version to 3.9.7, no changes.
      adds  b52f16a   Bump Standards-Version to 3.9.8, no changes.
      adds  1566fe4   Enable bindnow hardening buildflags.
      adds  1f09872   Set distribution to unstable.
      adds  fa820d2   Update watch file to handle more tag conventions in filenamemangle.
      adds  54e7a8c   Imported Upstream version 2.7.1
      adds  a78ba69   Merge tag 'upstream/2.7.1'
      adds  b286953   New upstream release.
      adds  9e01380   Bump minimum required libosmium2-dev to 2.7.1.
      adds  7f34d07   Drop allows-to-typo.patch, applied upstream.
      adds  ca66c29   Update lintian overrides for replication library.
      adds  d123b7a   Set distribution to unstable.
      adds  ab44661   Add patch to fix test failure on 32-bit architectures.
      adds  15f40a6   Set distribution to unstable.
       new  22044f6   Merge tag 'debian/2.7.1-2' into jessie-backports
       new  839ae34   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                                        |  21 ++
 CHANGELOG.md                                       |  16 +-
 debian/changelog                                   |  28 +++
 debian/control                                     |   4 +-
 debian/patches/allows-to-typo.patch                |  14 --
 debian/patches/series                              |   2 +-
 debian/patches/std_pair_to_python_converter.patch  |  14 ++
 debian/python-pyosmium.lintian-overrides           |   1 +
 debian/python3-pyosmium.lintian-overrides          |   1 +
 debian/rules                                       |   3 +
 debian/watch                                       |   2 +-
 doc/conf.py                                        |   4 +-
 examples/filter_coastlines.py                      |   2 +-
 ...{osm_diff_stats.py => osm_replication_stats.py} |  24 ++-
 examples/{osm_file_stats.py => osm_url_stats.py}   |  14 +-
 lib/generic_handler.hpp                            |  32 +++-
 lib/merged_input.hpp                               |  74 ++++++++
 lib/osm.cc                                         |   1 +
 lib/osmium.cc                                      |  30 ++-
 lib/replication.cc                                 |  45 +++++
 osmium/replication/__init__.py                     |   1 +
 osmium/replication/server.py                       | 211 +++++++++++++++++++++
 setup.py                                           |   4 +-
 23 files changed, 507 insertions(+), 41 deletions(-)
 delete mode 100644 debian/patches/allows-to-typo.patch
 create mode 100644 debian/patches/std_pair_to_python_converter.patch
 copy examples/{osm_diff_stats.py => osm_replication_stats.py} (58%)
 copy examples/{osm_file_stats.py => osm_url_stats.py} (65%)
 create mode 100644 lib/merged_input.hpp
 create mode 100644 lib/replication.cc
 create mode 100644 osmium/replication/__init__.py
 create mode 100644 osmium/replication/server.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