This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository merkaartor.
commit fd916a5985a0921e0d1d9facfb871564bebb8c48 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 10 01:52:42 2016 +0100 Update SYSTEM_QUAZIP_LDFLAGS from -lquazip-qt5 to -lquazip5 --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index acbacdf..2aed1f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ merkaartor (0.18.2-4) UNRELEASED; urgency=medium * Rebuild with libquazip (0.7.1-1). - Update build dependency from libquazip-qt5-dev to libquazip5-dev + - Update SYSTEM_QUAZIP_LDFLAGS from -lquazip-qt5 to -lquazip5 -- Bas Couwenberg <[email protected]> Sun, 10 Jan 2016 01:24:23 +0100 diff --git a/debian/rules b/debian/rules index 5ade8d3..88f36b4 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ override_dh_auto_configure: PROJ=1 \ SPATIALITE=0 \ SYSTEM_QUAZIP=1 \ - SYSTEM_QUAZIP_LDFLAGS="-lquazip-qt5" \ + SYSTEM_QUAZIP_LDFLAGS="-lquazip5" \ ZBAR=0 \ NODEBUG=1 \ RELEASE=1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/merkaartor.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

