[pycoast] 01/01: Add missing dependencies
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Mon Aug 4 19:11:40 UTC 2014
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.valentino at 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
More information about the Pkg-grass-devel
mailing list