This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapnik-vector-tile.
commit 2cb26988bbbcea26ab4bd6bda30952b0b368b6a2 Author: Bas Couwenberg <[email protected]> Date: Tue Sep 26 21:25:20 2017 +0200 Don't use catch Debian package. (closes: #876902) --- debian/changelog | 3 ++- debian/control | 1 - debian/rules | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5ff1022..6e03e13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ mapnik-vector-tile (1.4.0+dfsg1-1) UNRELEASED; urgency=medium * Change priority from extra to optional. * Bump Standards-Version to 4.1.0, changes: priority. * Don't exclude catch from repacked upstream tarball. - (closes: #876902) * Add license & copyright for catch.hpp. + * Don't use catch Debian package. + (closes: #876902) -- Bas Couwenberg <[email protected]> Tue, 26 Sep 2017 21:22:52 +0200 diff --git a/debian/control b/debian/control index f3d5ff6..0c39868 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Uploaders: Jérémy Lal <[email protected]> Section: devel Priority: optional Build-Depends: debhelper (>= 9), - catch, gyp, libmapbox-geometry-dev, libmapbox-wagyu-dev, diff --git a/debian/rules b/debian/rules index 4fd1140..5a0f35e 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,6 @@ override_dh_auto_build: dh_auto_build override_dh_auto_test: - ln -s /usr/include/catch.hpp test/ python debian/create-raster.py dh_auto_test || echo "Ignoring test failures" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

