[osm2pgrouting] branch master updated (2a0b73c -> fd3278c)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 29 18:47:34 UTC 2016


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

sebastic pushed a change to branch master
in repository osm2pgrouting.

      from  2a0b73c   Imported Debian patch 2.0.0-release-ppa1~trusty1
       new  a7893c0   Restructure control file with cme.
       new  c951218   Change maintainer to Debian GIS team.
       new  42722e1   Use standalone license paragraph for GPL-2+ in copyright file.
       new  d3b163f   Update gbp.conf with Debian GIS defaults.
       new  34555f7   Wrap lines in README.Debian after 74 characters.
       new  85d6d03   Bump debhelper compatibility to 9.
       new  5f4a3b9   Use minimal dh rules instead of cdb.
       new  1e46a40   Add watch file for GitHub releases.
       new  f964285   Imported Upstream version 2.1.0
       new  efca2fb   Merge tag 'upstream/2.1.0'
       new  8652b84   New upstream release.
       new  355dcea   Add build dependency on libboost-program-options-dev.
       new  faca487   Update copyright file.
       new  cedf29f   Use source format 3.0 (quilt).
       new  db26e8e   Add patch to fix spelling errors.
       new  08833f9   Fix description synopsis phrasing.
       new  7e71cbb   Don't install extra license file.
       new  862d33f   Add upstream metadata.
       new  fc1f918   Reorder build dependencies.
       new  76bc329   Add Vcs-* control fields.
       new  c67c13e   Add myself to Uploaders.
       new  adc0f4d   Bump Standards-Version to 3.9.8, changes: Vcs-* fields.
       new  d12dcab   Close ITP in changelog.
       new  fd3278c   Set distribution to unstable.

The 24 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                           |    6 +-
 AUTHORS.txt                          |    3 +
 CMakeLists.txt                       |   26 +-
 Makefile.orig                        |   29 -
 NEWS                                 |   50 +
 Readme.md                            |   85 +-
 cmake/FindPostgreSQL.cmake           |  253 +-
 debian/README.Debian                 |    6 +-
 debian/changelog                     |   29 +
 debian/compat                        |    2 +-
 debian/control                       |   32 +-
 debian/copyright                     |   66 +-
 debian/gbp.conf                      |   24 +-
 debian/patches/series                |    1 +
 debian/patches/spelling-errors.patch |  162 +
 debian/rules                         |   27 +-
 debian/source/format                 |    1 +
 debian/upstream/metadata             |    7 +
 debian/watch                         |    7 +
 src/Class.cpp                        |   26 +-
 src/Class.h                          |   47 +-
 src/Configuration.cpp                |   38 +-
 src/Configuration.h                  |   26 +-
 src/ConfigurationParserCallback.cpp  |  156 +-
 src/ConfigurationParserCallback.h    |   76 +-
 src/Export2DB.cpp                    | 1163 ++++---
 src/Export2DB.h                      |   85 +-
 src/Node.cpp                         |   23 +-
 src/Node.h                           |   57 +-
 src/OSMDocument.cpp                  |  266 +-
 src/OSMDocument.h                    |   70 +-
 src/OSMDocumentParserCallback.cpp    |  555 ++-
 src/OSMDocumentParserCallback.h      |   82 +-
 src/Relation.cpp                     |   30 +-
 src/Relation.h                       |   61 +-
 src/Type.cpp                         |   30 +-
 src/Type.h                           |   57 +-
 src/Way.cpp                          |   18 +-
 src/Way.h                            |   21 +-
 src/XMLParser.cpp                    |   66 +-
 src/XMLParser.h                      |   56 +-
 src/math_functions.cpp               |   20 +-
 src/math_functions.h                 |    2 +-
 src/osm2pgrouting.cpp                |  353 +-
 src/prog_options.cpp                 |  107 +
 src/prog_options.h                   |   32 +
 src/stdafx.h                         |   25 -
 src/utils.cpp                        |   19 +
 src/utils.h                          |    2 +
 tools/cpplint.py                     | 6321 ++++++++++++++++++++++++++++++++++
 tools/data/getdata.sh                |   14 +
 tools/doxygen/Doxyfile               | 2312 +++++++++++++
 tools/doxygen/DoxygenLayout.xml      |  194 ++
 tools/doxygen/Makefile               |    5 +
 54 files changed, 11321 insertions(+), 1910 deletions(-)
 delete mode 100644 Makefile.orig
 create mode 100644 NEWS
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 debian/source/format
 create mode 100644 debian/upstream/metadata
 create mode 100644 debian/watch
 create mode 100644 src/prog_options.cpp
 create mode 100644 src/prog_options.h
 delete mode 100644 src/stdafx.h
 create mode 100755 tools/cpplint.py
 create mode 100644 tools/data/getdata.sh
 create mode 100644 tools/doxygen/Doxyfile
 create mode 100644 tools/doxygen/DoxygenLayout.xml
 create mode 100644 tools/doxygen/Makefile

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



More information about the Pkg-grass-devel mailing list