[pgrouting] branch master updated (e6448d6 -> d6e4db8)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon May 16 11:42:25 UTC 2016


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

sebastic pushed a change to branch master
in repository pgrouting.

      from  e6448d6   Drop references from PostLBS from package description.
       new  cda136b   Imported Upstream version 2.2.3
       new  baf014b   Merge tag 'upstream/2.2.3'
       new  3ee5d12   New upstream release.
       new  083f349   Add patch to fix vrp_basic build failure (include math.h for ceil).
       new  d6e4db8   Set distribution to unstable.

The 5 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                                        |  7 +++---
 CMakeLists.txt                                     |  4 ++--
 NEWS                                               |  6 +++++
 README.md                                          |  2 +-
 VERSION                                            |  2 +-
 debian/changelog                                   |  6 +++--
 debian/patches/series                              |  1 +
 debian/patches/vrp_basic-include-math.patch        | 19 +++++++++++++++
 debian/rules                                       |  2 +-
 doc/index.rst                                      |  1 +
 doc/src/changelog/{2_2_2.rst => 2_2_3.rst}         | 12 +++++-----
 doc/src/changelog/index.rst                        |  2 ++
 doc/test/utilities-any.result                      |  2 +-
 src/allpairs/src/floydWarshall.c                   | 12 +++++-----
 src/allpairs/src/johnson.c                         | 12 +++++-----
 src/alpha_shape/src/alpha.c                        | 12 +++++-----
 src/astar/src/astar.c                              | 14 +++++------
 src/bd_astar/src/bdastar.c                         | 14 +++++------
 src/bd_dijkstra/src/bdsp.c                         | 14 +++++------
 src/common/src/pgr_types.h                         |  4 +++-
 src/dijkstra/src/dijkstraVia.c                     |  8 +++----
 src/dijkstra/src/many_to_many_dijkstra.c           |  8 +++----
 src/dijkstra/src/many_to_one_dijkstra.c            |  8 +++----
 src/dijkstra/src/one_to_many_dijkstra.c            |  8 +++----
 src/dijkstra/src/one_to_one_dijkstra.c             |  8 +++----
 src/driving_distance/src/drivedist.c               | 16 ++++++-------
 .../src/many_to_dist_driving_distance.c            | 18 +++++++-------
 .../src/many_to_dist_withPointsDD.c                | 18 +++++++-------
 src/driving_distance/src/withPoints_dd.c           |  8 +++----
 src/ksp/src/withPoints_ksp.c                       |  8 +++----
 src/pickDeliver/src/pdp.c                          | 14 +++++------
 src/shooting_star/src/shooting_star.c              | 14 +++++------
 src/topology/doc/pgr_analyzeGraph.rst              | 18 +++++++-------
 src/trsp/src/trsp.c                                | 28 +++++++++++-----------
 src/tsp/src/tsp2.c                                 | 10 ++++----
 src/tsp/src/xyd_tsp.c                              |  8 +++----
 src/vrp_basic/src/VRP.c                            | 16 ++++++-------
 src/vrp_basic/src/VRP_Solver.cpp                   |  3 ++-
 src/vrp_basic/src/VRP_Solver.h                     |  9 +------
 src/vrppdtw/src/pdp.c                              | 14 +++++------
 src/withPoints/src/many_to_many_withPoints.c       |  8 +++----
 src/withPoints/src/many_to_one_withPoints.c        |  8 +++----
 src/withPoints/src/one_to_many_withPoints.c        |  8 +++----
 src/withPoints/src/one_to_one_withPoints.c         |  8 +++----
 .../{pgrouting--2.2.1.sig => pgrouting--2.2.2.sig} |  2 +-
 45 files changed, 225 insertions(+), 199 deletions(-)
 create mode 100644 debian/patches/vrp_basic-include-math.patch
 copy doc/src/changelog/{2_2_2.rst => 2_2_3.rst} (77%)
 copy tools/sigs/{pgrouting--2.2.1.sig => pgrouting--2.2.2.sig} (99%)

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



More information about the Pkg-grass-devel mailing list