This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapcache.
commit ed28cfb67910f90b82f7ba8386d9cf9f08f0587b Author: Bas Couwenberg <[email protected]> Date: Tue Jul 28 17:54:22 2015 +0200 Disable experimental mapserver support, FTBFS. --- debian/changelog | 1 + debian/control | 1 - debian/rules | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f49e64..bd6bfbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mapcache (1.4.0-1) UNRELEASED; urgency=medium * New upstream release. * Update copyright file, add license & copyright for hmac-sha.c. * Refresh patches. + * Disable experimental mapserver support, FTBFS. -- Bas Couwenberg <[email protected]> Tue, 28 Jul 2015 16:56:15 +0200 diff --git a/debian/control b/debian/control index 5c8a223..b32ffea 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,6 @@ Build-Depends: debhelper (>= 9), libgeos-dev (>= 3.3.1-1~), libharfbuzz-dev, libjpeg-dev, - libmapserver-dev, libpcre3-dev, libpixman-1-dev, libpng-dev, diff --git a/debian/rules b/debian/rules index 109f39f..852b24d 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ CMAKE_OPTS:= \ -DWITH_TIFF=1 \ -DWITH_TIFF_WRITE_SUPPORT=0 \ -DWITH_GEOTIFF=0 \ - -DWITH_MAPSERVER=1 \ + -DWITH_MAPSERVER=0 \ -DWITH_PCRE=1 \ -DWITH_APACHE=1 \ -DWITH_VERSION_STRING=1 \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcache.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

