# HG changeset patch # User Paul Boddie # Date 1393028913 -3600 # Node ID 19142842aee6b67e03edae1551f7c83bd9603bd6 # Parent 4ff966d017f349b4e335b8c2640f2d61637fce94 Added source patch from upstream packaging. diff -r 4ff966d017f3 -r 19142842aee6 debian/control --- a/debian/control Sat Feb 22 01:14:09 2014 +0100 +++ b/debian/control Sat Feb 22 01:28:33 2014 +0100 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Jeroen van Meeuwen (Kolab Systems) Uploaders: Paul Klos -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 8), quilt Standards-Version: 3.9.3 Homepage: http://www.kolab.org/ Vcs-Browser: http://git.kolabsys.com/apt/kolab-webadmin/ diff -r 4ff966d017f3 -r 19142842aee6 debian/patches/auth-ldap.diff --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/patches/auth-ldap.diff Sat Feb 22 01:28:33 2014 +0100 @@ -0,0 +1,22 @@ +--- a/lib/Auth/LDAP.php ++++ b/lib/Auth/LDAP.php +@@ -1622,7 +1622,7 @@ + public function get_cache_data($key) + { + if ($cache = $this->get_cache()) { +- return $cache->get($ckey); ++ return $cache->get($key); + } + } + +@@ -1638,8 +1638,8 @@ + public function set_cache_data($key, $data, $ttl = 3600) + { + if ($cache = $this->get_cache()) { +- if (!$cache->replace($ckey, $data, MEMCACHE_COMPRESSED, $ttl)) { +- return $cache->set($ckey, $data, MEMCACHE_COMPRESSED, $ttl); ++ if (!$cache->replace($key, $data, MEMCACHE_COMPRESSED, $ttl)) { ++ return $cache->set($key, $data, MEMCACHE_COMPRESSED, $ttl); + } + else { + return true; diff -r 4ff966d017f3 -r 19142842aee6 debian/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/patches/series Sat Feb 22 01:28:33 2014 +0100 @@ -0,0 +1,1 @@ +auth-ldap.diff diff -r 4ff966d017f3 -r 19142842aee6 debian/source/format --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/source/format Sat Feb 22 01:28:33 2014 +0100 @@ -0,0 +1,1 @@ +3.0 (quilt)