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 ef6f9722e404c448d0386956be3a5a6545a5dfd0 Author: Bas Couwenberg <[email protected]> Date: Fri Jun 9 11:29:59 2017 +0200 Add geometry.hpp & wagyu to (build) dependencies. --- debian/changelog | 1 + debian/control | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b1c22bc..7110f2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ mapnik-vector-tile (1.4.0+dfsg-1) UNRELEASED; urgency=medium * Add patch to use system mapnik-config. * Bump minimum required Mapnik to 3.0.14. * Remove handling of clipper files, replaced by wagyu. + * Add geometry.hpp & wagyu to (build) dependencies. -- Bas Couwenberg <[email protected]> Fri, 09 Jun 2017 11:18:18 +0200 diff --git a/debian/control b/debian/control index 98ce756..3adece6 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,8 @@ Priority: extra Build-Depends: debhelper (>= 9), catch, gyp, + libmapbox-geometry-dev, + libmapbox-wagyu-dev, libmapnik-dev (>= 3.0.14), libprotobuf-dev, libprotozero-dev (>= 1.5.1), @@ -19,7 +21,9 @@ Homepage: https://github.com/mapbox/mapnik-vector-tile Package: mapnik-vector-tile Architecture: all -Depends: libmapnik-dev (>= 3.0.14), +Depends: libmapbox-geometry-dev, + libmapbox-wagyu-dev, + libmapnik-dev (>= 3.0.14), libprotobuf-dev, libprotozero-dev, ${misc:Depends} -- 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

