This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libosmium.
commit 7a0e8f67a5e4e42b582412d00fc08c44a828823e Author: Bas Couwenberg <[email protected]> Date: Sun Nov 20 18:06:03 2016 +0100 Require at least libprotozero-dev 1.4.5. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e52cf5..0245f28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libosmium (2.10.3-1) UNRELEASED; urgency=medium * New upstream release. + * Require at least libprotozero-dev 1.4.5. -- Bas Couwenberg <[email protected]> Sun, 20 Nov 2016 18:05:39 +0100 diff --git a/debian/control b/debian/control index 30258ed..bc4bb52 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9), libgdal-dev, libgeos++-dev, libproj-dev, - libprotozero-dev (>= 1.4.4), + libprotozero-dev (>= 1.4.5), libsparsehash-dev, libutfcpp-dev, zlib1g-dev @@ -28,7 +28,7 @@ Section: libdevel Depends: libboost-dev, libbz2-dev, libexpat1-dev, - libprotozero-dev (>= 1.4.4), + libprotozero-dev (>= 1.4.5), libutfcpp-dev, zlib1g-dev, ${misc:Depends} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

