This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pgrouting.
commit 904943e617e94941a023d220ae8e4dbffba2a087 Author: Bas Couwenberg <[email protected]> Date: Fri Apr 8 01:18:04 2016 +0200 Simplify file glob patterns in doc-base. --- debian/changelog | 1 + debian/postgresql-pgrouting-doc.doc-base.in | 24 ++++-------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index cb20456..2a779ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ pgrouting (2.2.0-1) UNRELEASED; urgency=medium - Add new files by Alexander Neundorf - Add license & copyright for CMake files by Kitware, Inc * Bump Standards-Version to 3.9.8, no changes. + * Simplify file glob patterns in doc-base. -- Bas Couwenberg <[email protected]> Thu, 07 Apr 2016 16:20:56 +0200 diff --git a/debian/postgresql-pgrouting-doc.doc-base.in b/debian/postgresql-pgrouting-doc.doc-base.in index 1225a63..8a496bb 100644 --- a/debian/postgresql-pgrouting-doc.doc-base.in +++ b/debian/postgresql-pgrouting-doc.doc-base.in @@ -8,23 +8,7 @@ Index: /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/index.html Files: /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/*.html /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/*.html /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/doc/src/changelog/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/doc/src/developer/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/doc/src/installation/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/doc/src/introduction/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/doc/src/tutorial/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/apsp_johnson/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/apsp_warshall/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/astar/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/bd_astar/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/bd_dijkstra/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/common/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/common/doc/functions/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/common/doc/types/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/common/doc/utilities/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/dijkstra/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/driving_distance/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/kdijkstra/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/ksp/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/trsp/doc/*.html - /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/tsp/doc/*.html + /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/doc/src/*/*.html + /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/*/doc/*.html + /usr/share/doc/postgresql-PGVERSION-pgrouting-doc/html/en/src/*/doc/*/*.html + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

