This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pycoast.
commit b73ec6c2f55b48a2e1154e9929a5416daaadb42b Author: Antonio Valentino <antonio.valent...@tiscali.it> Date: Mon Aug 4 19:10:01 2014 +0000 Add missing dependencies --- debian/control | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b2c7d85..c34f600 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9.0.0), python-numpy, python-pil, python-pyshp, + python-pyproj, python-sphinx Standards-Version: 3.9.5 Homepage: https://github.com/mraspaud/pycoast @@ -18,7 +19,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pycoast.git;a=summary Package: python-pycoast Architecture: all -Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${python:Depends}, + ${misc:Depends}, + python-numpy, + python-pil, + python-pyshp, + python-pyproj Description: Draw coastlines, borders and rivers on images Pycoast is a Python package to add coastlines, borders and rivers to raster images using data from the GSHHS and WDBII datasets. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycoast.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel