[mapserver] 02/04: Disable experimental pixman support.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Oct 12 16:02:26 UTC 2015


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

sebastic pushed a commit to branch master
in repository mapserver.

commit 4f6b2498ca62d779dea9cdf9881267d9563f6902
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Oct 12 15:08:57 2015 +0200

    Disable experimental pixman support.
---
 debian/changelog | 2 ++
 debian/control   | 1 -
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc48d63..bcff4c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ mapserver (7.0.0-5) UNRELEASED; urgency=medium
   * Add patch to add ARCHIVE install target for Windows builds.
   * Add patch to install mapserver target only once.
   * Add patch to not export the mapserver target for static builds.
+  * Disable experimental pixman support.
+    (closes: #801573)
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 12 Sep 2015 16:09:34 +0200
 
diff --git a/debian/control b/debian/control
index 8710bfb..158d8cc 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,6 @@ Build-Depends: debhelper (>= 9),
                libharfbuzz-dev,
                libjpeg-dev,
                libperl-dev,
-               libpixman-1-dev,
                libpng-dev,
                libpq-dev,
                libproj-dev,
diff --git a/debian/rules b/debian/rules
index bc376e4..07a6f0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ CMAKE_OPTS := \
 		-DWITH_EXEMPI=0 \
 		-DWITH_XMLMAPFILE=0 \
 		-DWITH_V8=0 \
-		-DWITH_PIXMAN=1
+		-DWITH_PIXMAN=0
 
 %:
 	dh $@ --with python2,pkgkde_symbolshelper \

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



More information about the Pkg-grass-devel mailing list