[pgrouting] branch master updated (4e3478f -> a0aa7e3)

Bas Couwenberg sebastic at debian.org
Sat Jan 7 21:59:05 UTC 2017


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

sebastic pushed a change to branch master
in repository pgrouting.

      from  4e3478f   Set distribution to unstable.
       new  270ac07   Imported Upstream version 2.3.2
       new  9a1aa81   Merge tag 'upstream/2.3.2'
       new  47e2afd   New upstream release.
       new  b4a2a06   Update copyright file for other CC-BY-SA-3.0 documentation.
       new  4bc7669   Split SQL scripts off into separate arch:all package.
       new  a8b489c   Repack upstream tarball to exclude .gitattributes file, causes changes to the upstream source with git-buildpackage.
       new  a972e35   Imported Upstream version 2.3.2+ds
       new  aabf5ff   Merge tag 'upstream/2.3.2+ds'
       new  a027e91   New repacked upstream release.
       new  6330029   Fix Breaks/Replaces for -scripts package.
       new  a0aa7e3   Set distribution to experimental.

The 11 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                                         |    1 +
 .travis.yml                                        |   11 +-
 CMakeLists.txt                                     |   13 +-
 NEWS                                               |    9 +
 README.md                                          |    4 +-
 VERSION                                            |    2 +-
 ci/appveyor/install.bat                            |    3 +-
 debian/changelog                                   |   11 +
 debian/control                                     |   15 +-
 debian/control.in                                  |   15 +-
 debian/copyright                                   |    2 +
 debian/rules                                       |    8 +-
 debian/watch                                       |    3 +-
 doc/index.rst                                      |    1 +
 doc/src/changelog/release_notes.rst                |   19 +-
 doc/test/utilities-any.result                      |    2 +-
 doxygen/Doxyfile.in                                |    2 +-
 src/bd_dijkstra/doc/doc-bdDijkstra.queries         |   20 +-
 .../doc/doc-pgr_maxFlowBoykovKolmogorov.queries    |   80 +-
 .../doc/doc-pgr_maxFlowEdmondsKarp.queries         |   80 +-
 .../doc/doc-pgr_maxFlowPushRelabel.queries         |   80 +-
 src/pickDeliver/doc/doc-pickDeliver.queries        |   32 +-
 ..._pickDeliver.rst => pgr_pickDeliver.rst.backup} |    0
 src/pickDeliver/src/initial_solution.cpp           |   10 +
 src/pickDeliver/test/doc-pickDeliver.result        |   28 +-
 src/pickDeliver/test/jet_customers.result          |   31 +
 src/pickDeliver/test/jet_customers.test.sql        |   87 ++
 src/pickDeliver/test/test.conf                     |    6 +-
 src/proposed.rst                                   |    2 -
 src/trsp/doc/README.md                             | 1129 ++++++++++++++++++++
 src/trsp/doc/pgr_trsp.rst                          |    2 +-
 src/trsp/sql/trsp_V2.2.sql                         |   12 +-
 src/trsp/sql/vias_trsp_V2.2.sql                    |   19 +-
 src/trsp/src/utils.h                               |  212 ++--
 src/trsp/test/issue693.result                      |    1 +
 src/trsp/test/issue704.result                      |   10 +
 src/trsp/test/issue704.test.sql                    |   61 ++
 src/trsp/test/issue717.result                      |  153 +++
 src/trsp/test/issue717.test.sql                    |  193 ++++
 src/trsp/test/pgtap/trsp-any-00.test.sql           |   12 +-
 src/trsp/test/test.conf                            |    4 +
 src/trsp/test/trsp_notes_v2.3.2.result             |  604 +++++++++++
 src/trsp/test/trsp_notes_v2.3.2.test.sql           |  846 +++++++++++++++
 src/tsp/test/test.conf                             |    1 -
 src/vrppdtw/doc/doc-gsoc_vrppdtw.queries           |    5 +-
 src/vrppdtw/doc/pgr_gsoc_vrppdtw.rst               |    5 +-
 src/vrppdtw/test/doc-gsoc_vrppdtw.result           |    3 +-
 src/vrppdtw/test/pdp-any-02.result                 |   12 +
 tools/build-extension-update-files                 |    2 +
 .../{pgrouting--2.3.1.sig => pgrouting--2.3.2.sig} |    2 +-
 tools/git-tools/pre-commit                         |   13 +-
 tools/{curr-sig => sigs}/pgrouting--2.3.1.sig      |    0
 tools/testers/update-tester.sh                     |    5 +-
 53 files changed, 3574 insertions(+), 309 deletions(-)
 rename src/pickDeliver/doc/{pgr_pickDeliver.rst => pgr_pickDeliver.rst.backup} (100%)
 create mode 100644 src/pickDeliver/test/jet_customers.result
 create mode 100644 src/pickDeliver/test/jet_customers.test.sql
 create mode 100644 src/trsp/doc/README.md
 create mode 100644 src/trsp/test/issue704.result
 create mode 100644 src/trsp/test/issue704.test.sql
 create mode 100644 src/trsp/test/issue717.result
 create mode 100644 src/trsp/test/issue717.test.sql
 create mode 100644 src/trsp/test/trsp_notes_v2.3.2.result
 create mode 100644 src/trsp/test/trsp_notes_v2.3.2.test.sql
 copy tools/curr-sig/{pgrouting--2.3.1.sig => pgrouting--2.3.2.sig} (99%)
 rename tools/{curr-sig => sigs}/pgrouting--2.3.1.sig (100%)

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