This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pdal.
commit 4965f23e4e4a6cccfb7e40561fae8ac12d21e259 Author: Bas Couwenberg <[email protected]> Date: Mon Aug 29 19:58:15 2016 +0200 Require at least PDAL 1.3.0. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6cdc570..cbb58d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-pdal (1.3.0+ds-1) UNRELEASED; urgency=medium * New upstream release. + * Require at least PDAL 1.3.0. * Bump Standards-Version to 3.9.8, no changes. -- Bas Couwenberg <[email protected]> Mon, 29 Aug 2016 19:54:03 +0200 diff --git a/debian/control b/debian/control index d5901e7..aa20ecf 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), dh-python, cython, cython3, - libpdal-dev (>= 1.2.0), + libpdal-dev (>= 1.3.0), python-all-dev, python-numpy, python-packaging, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

