This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-stetl.
commit d0950f3caad03fe8d1746a07a91662182e7a2374 Author: Bas Couwenberg <[email protected]> Date: Tue Nov 7 19:06:54 2017 +0100 Add build dependencies for tests. --- debian/changelog | 1 + debian/control | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index eeb5677..e2f62a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ python-stetl (1.1+ds-1) UNRELEASED; urgency=medium * Use pkg-info.mk variables instead of dpkg-parsechangelog output. * Update watch file to use HTTPS. * Update Files-Excluded to remove all .pyc files. + * Add build dependencies for tests. -- Bas Couwenberg <[email protected]> Tue, 07 Nov 2017 19:04:00 +0100 diff --git a/debian/control b/debian/control index 457f0f2..b066b21 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,16 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), dh-python, + pylint, python-all, + python-cov-core, + python-flake8, python-gdal, python-jinja2, python-lxml, + python-mock, python-nose, + python-nose2, python-psycopg2, python-setuptools, python-sphinx, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-stetl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

