This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit 2a1ff0dfab29fd8b36f023b8acc6fbf40cd78895 Author: Bas Couwenberg <[email protected]> Date: Wed Dec 16 15:31:02 2015 +0100 Use libgeos++-dev as build dependency for both C & C++ libraries & headers. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1f0b66e..5658549 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ ossim (1.8.20.2+ds-1) UNRELEASED; urgency=medium * Refresh patches. * Drop obsolete README.source. * Add upstream metadata. + * Use libgeos++-dev as build dependency for both C & C++ libraries & headers. -- Bas Couwenberg <[email protected]> Wed, 16 Dec 2015 14:21:12 +0100 diff --git a/debian/control b/debian/control index a387a80..011900f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: autotools-dev, libcurl4-gnutls-dev | libcurl4-dev, libexpat1-dev, libfreetype6-dev, - libgeos-dev (>= 3.5.0), + libgeos++-dev (>= 3.5.0), libgeotiff-dev, libgif-dev, libjpeg-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

