This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapproxy.
commit 7360004bd33980fa6bed0535b8480e3068ab0a2d Author: Bas Couwenberg <[email protected]> Date: Thu May 18 18:47:57 2017 +0200 Add python{,3}-redis to (build) dependencies. --- debian/changelog | 1 + debian/control | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index d715d90..15c72c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mapproxy (1.10.0-1) UNRELEASED; urgency=medium * New upstream release. + * Add python{,3}-redis to (build) dependencies. -- Bas Couwenberg <[email protected]> Thu, 18 May 2017 18:36:20 +0200 diff --git a/debian/control b/debian/control index 2913dae..1934408 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9), python-nose, python-pil, python-pkg-resources, + python-redis, python-requests, python-setuptools, python-shapely, @@ -24,6 +25,7 @@ Build-Depends: debhelper (>= 9), python3-nose, python3-pil, python3-pkg-resources, + python3-redis, python3-requests, python3-setuptools, python3-shapely, @@ -71,6 +73,7 @@ Depends: fonts-dejavu-core, Recommends: python-gdal, python-lxml, python-pastedeploy, + python-redis, python-shapely Description: open source proxy for geospatial data - Python 2 module MapProxy is an open source proxy for geospatial data. It caches, accelerates @@ -94,6 +97,7 @@ Depends: fonts-dejavu-core, Recommends: python3-gdal, python3-lxml, python3-pastedeploy, + python3-redis, python3-shapely Description: open source proxy for geospatial data - Python 3 module MapProxy is an open source proxy for geospatial data. It caches, accelerates -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapproxy.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

