[qgis] 01/04: Disable QwtPolar, embedded copies don't support Qwt > 6.0.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jul 26 16:47:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qgis.

commit aba0d8863e26413e68a97e24c15f844203eb3bc8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jul 26 12:59:36 2015 +0200

    Disable QwtPolar, embedded copies don't support Qwt > 6.0.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 826c104..eb878d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.8.2+dfsg-3) UNRELEASED; urgency=medium
 
   * Limit upstream version to 2.8 LTR releases in watch file.
+  * Disable QwtPolar, embedded copies don't support Qwt > 6.0.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 27 Jun 2015 10:38:49 +0200
 
diff --git a/debian/rules b/debian/rules
index 76efef9..95ec62a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,8 @@ CMAKE_OPTS := \
 	-DWITH_INTERNAL_PYGMENTS=FALSE \
 	-DWITH_INTERNAL_DATEUTIL=FALSE \
 	-DWITH_INTERNAL_PYTZ=FALSE \
-	-DWITH_INTERNAL_SIX=FALSE
+	-DWITH_INTERNAL_SIX=FALSE \
+	-DWITH_QWTPOLAR=OFF
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git



More information about the Pkg-grass-devel mailing list