[imposm] branch master updated (6325534 -> 67901ae)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 31 17:47:26 UTC 2015


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

sebastic pushed a change to branch master
in repository imposm.

      from  6325534   Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
       new  fc0ba00   Update watch file to use pypi.debian.net.
       new  d433ab6   Update copyright file.
       new  4b2bda5   Restructure control file with cme.
       new  99b4296   Add gbp.conf to use pristine-tar by default.
       new  16c8789   Imported Upstream version 2.6.0
       new  4157b35   Merge tag 'upstream/2.6.0'
       new  3f08829   New upstream release.
       new  febebcb   Drop 00-fix_sql_path.patch, applied upstream.
       new  091892e   Reorder (build) dependencies.
       new  d3c2e28   Use pybuild buildsystem and enable parallel builds.
       new  0ff13c9   Add upstream metadata.
       new  f51a9c6   Repack upstream tarball to exclude .egg-info directory.
       new  6bdc045   Imported Upstream version 2.6.0+ds
       new  f10f8d9   Merge tag 'upstream/2.6.0+ds'
       new  db13876   New repacked upstream release.
       new  1c3265a   Undo modification of the upstream sources, restore 00-fix_sql_path.patch.
       new  bab44f5   Mark patch as Forwarded: not-needed.
       new  323747a   Add build dependencies for tests: python-shapely.
       new  a268758   Override dh_auto_test to ignore test failures.
       new  6565d55   Add patch to fix Shapely geos_capi_version check.
       new  69f2f9d   Add build dependencies for tests: python-nose & python-psycopg2.
       new  7717e9b   Add build dependencies for tests: python-imposm-parser.
       new  0d7bf2e   Export PYBUILD_NAME.
       new  ea74a89   Update copyright years for Omniscale
       new  4e4db10   Drop sql file location patch in favor of symlinks.
       new  0a5dcce   Drop usr/{bin,lib} from install files, not needed for pybuild.
       new  67901ae   Set distribution to unstable.

The 27 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:
 CHANGES                                 |    13 +
 PKG-INFO                                |    17 +-
 debian/changelog                        |    26 +-
 debian/clean                            |     5 -
 debian/control                          |    48 +-
 debian/copyright                        |    20 +-
 debian/gbp.conf                         |    16 +
 debian/imposm.install                   |     1 -
 debian/patches/00-fix_sql_path.patch    |    20 -
 debian/patches/geos-capi-version.patch  |    18 +
 debian/patches/series                   |     2 +-
 debian/python-imposm.install            |     4 +-
 debian/python-imposm.links              |     1 +
 debian/rules                            |    17 +-
 debian/upstream/metadata                |     6 +
 debian/watch                            |     6 +-
 imposm.egg-info/PKG-INFO                |   127 -
 imposm.egg-info/SOURCES.txt             |    49 -
 imposm.egg-info/dependency_links.txt    |     1 -
 imposm.egg-info/entry_points.txt        |     4 -
 imposm.egg-info/namespace_packages.txt  |     1 -
 imposm.egg-info/requires.txt            |     3 -
 imposm.egg-info/top_level.txt           |     1 -
 imposm/app.py                           |    17 +-
 imposm/cache/internal.cc                |   545 +-
 imposm/cache/tc.c                       | 12531 +++++++++++++++++++-----------
 imposm/db/config.py                     |     7 +
 imposm/db/postgis.py                    |    76 +-
 imposm/dbimporter.py                    |    55 +-
 imposm/defaultmapping.py                |    27 +-
 imposm/geom.py                          |    76 +-
 imposm/mapping.py                       |    48 +-
 imposm/multipolygon.py                  |    80 +-
 imposm/psqldb.py                        |     2 +-
 imposm/test/test_large_limit_to_geom.py |    42 +
 imposm/test/test_tag_mapper.py          |    46 +-
 imposm/util/geom.py                     |    27 +-
 imposm/version.py                       |     2 +-
 38 files changed, 8865 insertions(+), 5122 deletions(-)
 delete mode 100644 debian/clean
 create mode 100644 debian/gbp.conf
 delete mode 100644 debian/imposm.install
 delete mode 100644 debian/patches/00-fix_sql_path.patch
 create mode 100644 debian/patches/geos-capi-version.patch
 create mode 100644 debian/python-imposm.links
 create mode 100644 debian/upstream/metadata
 delete mode 100644 imposm.egg-info/PKG-INFO
 delete mode 100644 imposm.egg-info/SOURCES.txt
 delete mode 100644 imposm.egg-info/dependency_links.txt
 delete mode 100644 imposm.egg-info/entry_points.txt
 delete mode 100644 imposm.egg-info/namespace_packages.txt
 delete mode 100644 imposm.egg-info/requires.txt
 delete mode 100644 imposm.egg-info/top_level.txt
 create mode 100644 imposm/test/test_large_limit_to_geom.py

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



More information about the Pkg-grass-devel mailing list