debian/0000775000000000000000000000000012301064737007173 5ustar debian/memcache.ini0000664000000000000000000000034512263211262011432 0ustar ; uncomment the next line to enable the module extension=memcache.so [memcache] memcache.dbpath="/var/lib/memcache" memcache.maxreclevel=0 memcache.maxfiles=0 memcache.archivememlim=0 memcache.maxfilesize=0 memcache.maxratio=0 debian/copyright0000664000000000000000000000716312263211262011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: memcache Upstream-Contact: Antony Dovgal Source: http://pecl.php.net/package/memcache/ Files: * Copyright: 1997-2010, The PHP Group License: PHP-3.0.1 This software is subject to version 3.01 of the PHP license, as shown below. . -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2010 The PHP Group. All rights reserved. -------------------------------------------------------------------- . Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group@php.net. . 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" . 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. . 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". . THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . -------------------------------------------------------------------- Files: debian/* Copyright: 2006-2007, Pierre Habouzit 2008, Jose Carlos Medeiros 2009-2010, Ivan Borzenkov 2011-2012, Sergey B Kirpichev License: GPL-2+ On Debian GNU/Linux systems, the complete text of the GNU General Public License (GPL) version 2 can be found at /usr/share/common-licenses/GPL-2. debian/rules0000775000000000000000000000011712263211262010244 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear --with php5 debian/source/0000775000000000000000000000000012263211262010465 5ustar debian/source/format0000664000000000000000000000001412263211262011673 0ustar 3.0 (quilt) debian/php5-memcache.preinst0000664000000000000000000000116212263211262013207 0ustar #! /bin/sh set -e case "$1" in install|upgrade) if [ -n "$2" ] && dpkg --compare-versions "$2" lt 3.0.6-1 then ucf --purge /etc/php5/conf.d/memcache.ini fi if test -e /etc/php5/conf.d/memcache.ini then sed s/^\;extension/extension/ -i /etc/php5/conf.d/memcache.ini dpkg-maintscript-helper mv_conffile /etc/php5/conf.d/memcache.ini \ /etc/php5/mods-available/memcache.ini 3.0.6-4 -- "$@" rm -f /etc/php5/conf.d/memcache.ini fi ;; abort-upgrade) ;; *) echo "preinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/php5-memcache.install0000664000000000000000000000005412263211262013170 0ustar debian/memcache.ini etc/php5/mods-available debian/watch0000664000000000000000000000010712263211262010214 0ustar version=3 http://pecl.php.net/package/memcache /get/memcache-(.+)\.tgz debian/php5-memcache.postinst0000664000000000000000000000037012263211262013406 0ustar #!/bin/sh set -e dpkg-maintscript-helper mv_conffile /etc/php5/conf.d/memcache.ini \ /etc/php5/mods-available/memcache.ini 3.0.6-4 -- "$@" rm -f /etc/php5/conf.d/memcache.ini [ "$1" = "configure" ] && php5enmod memcache #DEBHELPER# exit 0 debian/changelog0000664000000000000000000001607212301064737011053 0ustar php-memcache (3.0.8-4build1) trusty; urgency=medium * No change rebuild for phpapi-20121212+lfs (LFS ABI break on 32-bit arches). -- Robie Basak Wed, 19 Feb 2014 08:22:55 +0000 php-memcache (3.0.8-4) unstable; urgency=low * Move the package under the PHP PECL team umbrella * Bump up Standards-Version (to 3.9.5) -- Sergey B Kirpichev Wed, 08 Jan 2014 12:56:03 +0400 php-memcache (3.0.8-3) unstable; urgency=low * Correct changelog * Fix lintian error: vcs-field-not-canonical * Add --with php5 to fix lintian W: missing-pkg-php-tools-addon * Add dh-php5 deps * Add Breaks: header to debian/control -- Sergey B Kirpichev Thu, 07 Nov 2013 17:00:22 +0400 php-memcache (3.0.8-2) unstable; urgency=low * Use pkg-php-tools to build package -- Sergey B Kirpichev Sun, 06 Oct 2013 16:51:04 +0400 php-memcache (3.0.8-1) unstable; urgency=low * Imported Upstream version 3.0.8 -- Sergey B Kirpichev Fri, 19 Apr 2013 13:23:26 +0400 php-memcache (3.0.7-2) unstable; urgency=low * Drop DMUA, fix lintian warning * Bump up Standards-Version (to 3.9.4) -- Sergey B Kirpichev Wed, 19 Dec 2012 12:47:39 +0400 php-memcache (3.0.7-1) unstable; urgency=low * Add VCS-* fields * Imported Upstream version 3.0.7 * Drop unnecessary fix_paths_m4.patch -- Sergey B Kirpichev Sat, 13 Oct 2012 20:12:02 +0400 php-memcache (3.0.6-6) unstable; urgency=low * Fix lintian warning (build-depends-on-1-revision) * Change dh compat to 9, enable hardening support * Install memcache.php in examples -- Sergey B Kirpichev Fri, 01 Jun 2012 16:43:36 +0400 php-memcache (3.0.6-5) unstable; urgency=low * Install README and example.php * Use php5{en,dis}mod for conffile handling (Closes: #667775) -- Sergey B Kirpichev Sat, 07 Apr 2012 23:27:49 +0400 php-memcache (3.0.6-4) unstable; urgency=low * Revert change of defaults for memcache.ini, introduced in 3.0.6-3 for bug #665907. Uncomment extension in preinst file (Closes: #665907) -- Sergey B Kirpichev Fri, 30 Mar 2012 16:22:24 +0400 php-memcache (3.0.6-3) unstable; urgency=low * Restore dependence on ucf (be gone after wheezy) * Comment out extension by default (as for squeeze version). Closes: #665907. * Cleanup ucf's stuff in preinst for install|upgrade targets. -- Sergey B Kirpichev Wed, 28 Mar 2012 19:51:51 +0400 php-memcache (3.0.6-2) unstable; urgency=low * Reformat debian/copyright according to accepted DEP5 spec * Bump up Standards-Version to 3.9.3 (no changes) -- Sergey B Kirpichev Mon, 05 Mar 2012 15:20:02 +0400 php-memcache (3.0.6-1) unstable; urgency=low * Imported Upstream version 3.0.6 (Closes: #630097) * Use DEP5 debian/copyright format * New maintainer (Closes: #620029), bump-up Standards-Version to 3.9.2 * Rename & document patch 01_fix_paths_m4.patch, don't use obsoleted tarball.mk and simple-patchsys.mk * Use dh instead of cdbs, drop cdbs dependence * Don't use ucf, drop ucf dependence * Added "DM-Upload-Allowed: yes" control field -- Sergey B Kirpichev Sun, 30 Oct 2011 00:07:43 +0400 php-memcache (3.0.5-1) unstable; urgency=low * New upstream release - Fixed PECL bug #16059 (Build error: 'MSG_NOSIGNAL' undeclared) - Added method MemcachePool::findServer(key) which returns the server a key hashes to - Changed MemcachePool::findServer() to return only "hostname:port" since tcp port is significant - Fixed PECL bug #16536 (Weight of 0 causes SegFault on memcache_add_server) - Fixed PECL bug #17566 (3.0.4 cache delete bug) - Fixed PECL Bug #16442 (memcache_set fail with integer value) * Standards-Version: 3.9.1 -- Ivan Borzenkov Wed, 06 Oct 2010 11:28:45 +0400 php-memcache (3.0.4-4) unstable; urgency=low * add memcached to suggests (Closes: #583109) * close old bug (Closes: #576239) -- Ivan Borzenkov Tue, 25 May 2010 20:11:49 +0400 php-memcache (3.0.4-3) unstable; urgency=low * Build for php 5.3.1 * Change compat to 7 * Update to debsrc3.0 * close lenny bug (Closes: #544560) * close old bug from 3.0.1 - not repeated (Closes: #528638, #506827) -- Ivan Borzenkov Tue, 09 Feb 2010 20:30:54 +0300 php-memcache (3.0.4-2) unstable; urgency=low * change quilt to simple-patchsys for support format 3.0 (quilt) (Closes: #538579) -- Ivan Borzenkov Sun, 26 Jul 2009 10:21:28 +0400 php-memcache (3.0.4-1) unstable; urgency=low * New upstream release (Closes: #503467, #523409) * New mantainer. (Closes: #529677) * make some lintian cleaned - change -p0 to -p1 for fix_paths_m4.patch - remove .pc/.version * Standards-Version: 3.8.2 -- Ivan Borzenkov Thu, 02 Jul 2009 22:58:17 +0400 php-memcache (3.0.1-1) unstable; urgency=low * New upstream release * Enable memcache modules by default. (Closes: #471177) * debian/control added ${shlibs:Depends}. -- Jose Carlos Medeiros Tue, 25 Mar 2008 01:48:13 -0300 php-memcache (3.0.0-1) unstable; urgency=low * New upstream release * Standards-Version: 3.7.3 * Updated "Homepage:" pseudo-header as Reference 1.14.6. -- Jose Carlos Medeiros Wed, 12 Dec 2007 14:43:03 -0200 php-memcache (2.2.0-1) unstable; urgency=low * New upstream release * New Mantainer, (closes: #445843) * debian/watch added. * debian/control - added Homepage. - debhelper >= 5.0.0 -- Jose Carlos Medeiros Thu, 25 Oct 2007 00:17:55 +0000 php-memcache (2.1.2-3) unstable; urgency=low * Orphan package: set maintainer to Debian QA Group (#445843). -- Pierre Habouzit Mon, 08 Oct 2007 16:36:22 +0200 php-memcache (2.1.2-2) unstable; urgency=low * Dropping php4 support (Closes: #418304). -- Pierre Habouzit Tue, 10 Apr 2007 21:35:03 +0200 php-memcache (2.1.2-1) unstable; urgency=low * New upstream release (Closes: 417664). * Move to the new php configuration scheme (Closes: 402020): + hence we don't need templates anymore (Closes: 381430, 399250), anyway thanks Christian for the NMU. + use ucf to deal with the configuration file in /etc/php?/conf.d * Use quilt to manage patches: + patches/fix_paths_m4.patch: don't try to be clever detectecting where php_session.h is, default works. -- Pierre Habouzit Wed, 04 Apr 2007 12:44:30 +0200 php-memcache (2.0.1-1.1) unstable; urgency=low * Non-maintainer upload to fix pending l10n bugs. * Debconf translations: - Portuguese. Closes: #381430 - German. Closes: #399250 -- Christian Perrier Tue, 13 Feb 2007 22:47:27 +0100 php-memcache (2.0.1-1) unstable; urgency=low * Initial release (closes: #320744). -- Pierre Habouzit Thu, 13 Apr 2006 00:12:19 +0200 debian/control0000664000000000000000000000204312263211262010567 0ustar Source: php-memcache Section: php Priority: optional Maintainer: Debian PHP PECL Maintainers Uploaders: Sergey B Kirpichev Build-Depends: debhelper (>= 9), php5-dev (>= 5.4.1), dh-php5, pkg-php-tools (>= 1.6), zlib1g-dev Standards-Version: 3.9.5 VCS-Git: git://anonscm.debian.org/collab-maint/php-memcache.git VCS-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/php-memcache.git;a=summary Homepage: http://pecl.php.net/package/memcache Package: php5-memcache Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${phppear:Debian-Depends}, # drop after wheezy: ucf Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Suggests: memcached Description: memcache extension module for PHP5 Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory. . This extension allows you to work with memcached through handy OO and procedural interfaces in your php5 applications. debian/php5-memcache.prerm0000664000000000000000000000036612263211262012655 0ustar #!/bin/sh set -e dpkg-maintscript-helper mv_conffile /etc/php5/conf.d/memcache.ini \ /etc/php5/mods-available/memcache.ini 3.0.6-4 -- "$@" rm -f /etc/php5/conf.d/memcache.ini [ "$1" = "remove" ] && php5dismod memcache #DEBHELPER# exit 0 debian/compat0000664000000000000000000000000212263211262010363 0ustar 9 debian/php5-memcache.examples0000664000000000000000000000005712263211262013343 0ustar memcache-*/example.php memcache-*/memcache.php debian/php5-memcache.docs0000664000000000000000000000002212263211262012445 0ustar memcache-*/README