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 57bf7a88291e4ee086607de0ce244dda3bbadb64 Author: Bas Couwenberg <[email protected]> Date: Tue Sep 26 21:35:45 2017 +0200 Have dh_auto_build use release_base target. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bdf2212..e2dc24c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ mapnik-vector-tile (1.5.0+dfsg-1) UNRELEASED; urgency=medium * Don't use catch Debian package. (closes: #876902) * Drop mapnik-config.patch, fixed upstream. + * Have dh_auto_build use release_base target. -- Bas Couwenberg <[email protected]> Tue, 26 Sep 2017 21:26:49 +0200 diff --git a/debian/rules b/debian/rules index 5a0f35e..7b7b537 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ override_dh_auto_clean: override_dh_auto_build: -mkdir -p deps/gyp -ln -s /usr/bin/gyp deps/gyp/gyp - dh_auto_build + dh_auto_build -- release_base override_dh_auto_test: python debian/create-raster.py -- 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

