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

sebastic pushed a commit to branch master
in repository mapcache.

commit 38ad08d941f61d8eafde00b95a6e586480b42782
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Thu Aug 6 16:55:46 2015 +0200

    Enable memcache support.
---
 debian/changelog            | 7 +++++++
 debian/control              | 1 +
 debian/libmapcache1.symbols | 9 +++++++++
 debian/rules                | 2 +-
 4 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54f0107..d1d10da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mapcache (1.4.0-2) UNRELEASED; urgency=medium
+
+  * Enable memcache support. Thanks to Frederic Junod for the patch.
+    (closes: 794784)
+
+ -- Bas Couwenberg <sebas...@debian.org>  Thu, 06 Aug 2015 16:55:12 +0200
+
 mapcache (1.4.0-1) unstable; urgency=medium
 
   * Update symbols for other architectures.
diff --git a/debian/control b/debian/control
index b32ffea..15de496 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends: debhelper (>= 9),
                libgeos-dev (>= 3.3.1-1~),
                libharfbuzz-dev,
                libjpeg-dev,
+               libmemcached-dev,
                libpcre3-dev,
                libpixman-1-dev,
                libpng-dev,
diff --git a/debian/libmapcache1.symbols b/debian/libmapcache1.symbols
index bbd0887..603d13a 100644
--- a/debian/libmapcache1.symbols
+++ b/debian/libmapcache1.symbols
@@ -73,6 +73,7 @@ libmapcache.so.1 #PACKAGE# #MINVER#
  buffer_write_callback@Base 1.4.0
  crc_table@Base 1.2.0
  (arch=!amd64)crc_table_computed@Base 1.4.0
+ create_memcache@Base 1.4.0
  empty_png_384@Base 1.4.0
  ezxml_add_child@Base 1.0.0
  ezxml_ampencode@Base 1.0.0
@@ -123,6 +124,7 @@ libmapcache.so.1 #PACKAGE# #MINVER#
  mapcache_cache_fallback_create@Base 1.4.0
  mapcache_cache_google_create@Base 1.4.0
  mapcache_cache_mbtiles_create@Base 1.0.0
+ mapcache_cache_memcache_create@Base 1.4.0
  mapcache_cache_multitier_create@Base 1.4.0
  mapcache_cache_rest_create@Base 1.4.0
  mapcache_cache_rest_init@Base 1.4.0
@@ -212,6 +214,13 @@ libmapcache.so.1 #PACKAGE# #MINVER#
  mapcache_locker_fallback_parse_xml@Base 1.4.0
  mapcache_locker_fallback_ping_lock@Base 1.4.0
  mapcache_locker_fallback_release_lock@Base 1.4.0
+ mapcache_locker_memcache_aquire_lock@Base 1.4.0
+ mapcache_locker_memcache_create@Base 1.4.0
+ mapcache_locker_memcache_parse_xml@Base 1.4.0
+ mapcache_locker_memcache_ping_lock@Base 1.4.0
+ mapcache_locker_memcache_release_lock@Base 1.4.0
+ mapcache_memcache_connection_constructor@Base 1.4.0
+ mapcache_memcache_connection_destructor@Base 1.4.0
  mapcache_meters_per_unit@Base 1.0.0
  mapcache_ogc_strptime@Base 1.2.0
  mapcache_prefetch_tiles@Base 1.0.0
diff --git a/debian/rules b/debian/rules
index 852b24d..5818502 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ CMAKE_OPTS:= \
                -DWITH_PIXMAN=1 \
                -DWITH_SQLITE=1 \
                -DWITH_BERKELEY_DB=0 \
-               -DWITH_MEMCACHE=0 \
+               -DWITH_MEMCACHE=1 \
                -DWITH_TIFF=1 \
                -DWITH_TIFF_WRITE_SUPPORT=0 \
                -DWITH_GEOTIFF=0 \

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to