This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pdal.
commit 936b755228a56091a7792d8b6c71987302ac8ee7 Author: Bas Couwenberg <[email protected]> Date: Fri Apr 7 11:20:22 2017 +0200 Require at least PDAL 1.5.0. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb2accf..3e1a046 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-pdal (1.5.0+ds-1) UNRELEASED; urgency=medium * New upstream release. + * Require at least PDAL 1.5.0. -- Bas Couwenberg <[email protected]> Fri, 07 Apr 2017 11:19:48 +0200 diff --git a/debian/control b/debian/control index 3d12a0a..60a2236 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Bas Couwenberg <[email protected]> Build-Depends: debhelper (>= 9), dh-python, cython, - libpdal-dev (>= 1.4.0), + libpdal-dev (>= 1.5.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

