This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository imposm.
commit 69f2f9d472170ee8d66b23f2fa99c7da1d32b357 Author: Bas Couwenberg <[email protected]> Date: Mon Aug 31 14:23:24 2015 +0200 Add build dependencies for tests: python-nose & python-psycopg2. --- debian/changelog | 3 ++- debian/control | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cda8e6b..d4afb4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,8 @@ imposm (2.6.0+ds-1) UNRELEASED; urgency=medium * Use pybuild buildsystem and enable parallel builds. * Add upstream metadata. * Repack upstream tarball to exclude .egg-info directory. - * Add build dependencies for tests: python-shapely. + * Add build dependencies for tests: python-shapely, python-nose & + python-psycopg2. * Override dh_auto_test to ignore test failures. * Add patch to fix Shapely geos_capi_version check. diff --git a/debian/control b/debian/control index f6c686b..4f5939d 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 9~), dh-python, cython, python-all-dev, + python-nose, + python-psycopg2, python-setuptools, python-shapely, protobuf-compiler, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

