This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapbox-vector-tile.
commit c3ca4d64dcd8f94ea8118a123a6ec3008507be61 Author: Bas Couwenberg <[email protected]> Date: Tue Nov 1 21:12:51 2016 +0100 Change Architecture to all. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e61aac..d05bd44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mapbox-vector-tile (0.5.0+ds-2) UNRELEASED; urgency=medium * Drop unused substitution variable. + * Change Architecture to all. -- Bas Couwenberg <[email protected]> Thu, 27 Oct 2016 21:35:56 +0200 diff --git a/debian/control b/debian/control index 8350225..4e3fc11 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, - python-all-dev, + python-all, python-future, python-setuptools, python-shapely, @@ -16,7 +16,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapbox-vector-tile.git Homepage: https://github.com/tilezen/mapbox-vector-tile Package: python-mapbox-vector-tile -Architecture: any +Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Mapbox Vector Tile library for Python 2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapbox-vector-tile.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

