debian/0000755000000000000000000000000011760145367007200 5ustar debian/rules0000755000000000000000000000003611760145367010257 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000415111760145367010604 0ustar Source: libcache-memcached-managed-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcache-memcached-perl, libsocket6-perl, memcached, netbase, perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Fabrizio Regalli Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Cache-Memcached-Managed/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libcache-memcached-managed-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-memcached-managed-perl.git Package: libcache-memcached-managed-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcache-memcached-perl, memcached Recommends: libsocket6-perl Description: API for managing cached information The Cache::Memcached::Managed module provides an API to values, cached in one or more memcached servers. Apart from being very similar to the API of Cache::Memcached, the Cached::Memcached::Managed API allows for management of groups of values, for simplified key generation and expiration, as well as version and namespace management and a few other goodies. . Over the functionality provided by the Cache::Memcached module, this module provides: automatic key generation, ID refinement, version management, namespace support, group management, easy (default) expiration specification, automatic fork() detection, magical increment, instant invalidation, dead memcached server detection, starting/stopping memcached servers and an extensive test-suite. . The basic premise is that each piece of information that is to be cached, can be identified by a key, an optional ID, a version and a namespace. The key determines the basic identification of the value to be cached. The ID specifies a refinement on the basic identification. The version ensures that differently formatted values with the same key and ID do not interfere with each other. The namespace ensures that different realms of information (for instance, for different users) do not interfere with each other. debian/source/0000755000000000000000000000000011760145367010500 5ustar debian/source/format0000644000000000000000000000001411760145367011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000253511760145367011057 0ustar libcache-memcached-managed-perl (0.24-1) unstable; urgency=low * Imported Upstream version 0.24 -- Fabrizio Regalli Sat, 26 May 2012 11:56:50 +0200 libcache-memcached-managed-perl (0.22-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.22 * Update copyright years for upstream files * Drop spelling.patch patch. Patch was applied upstream. -- Salvatore Bonaccorso Tue, 01 May 2012 09:45:43 +0200 libcache-memcached-managed-perl (0.21-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Imported Upstream version 0.21 * Update debhelper to (>= 8) * Update d/compat to 8 * Add myself to Uploaders and Copyright * Bump Standards-Version to 3.9.3 * Update debian/copyright format as in Debian Policy 3.9.3 * Add Elizabeth's email to d/copyright * Refresh and update spelling.patch patch: there's one more typo * Sort B-D-I and Depends * Remove no necessary d/libcache-memcached-managed-perl.docs file * Update date in Last-Update patch header -- Fabrizio Regalli Tue, 03 Apr 2012 16:27:55 +0200 libcache-memcached-managed-perl (0.20-1) unstable; urgency=low * Initial Release. (Closes: #591463) -- Nicholas Bamber Fri, 04 Mar 2011 14:08:15 +0000 debian/compat0000644000000000000000000000000211760145367010376 0ustar 8 debian/copyright0000644000000000000000000000161411760145367011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Elizabeth Mattijsen Source: http://search.cpan.org/dist/Cache-Memcached-Managed/ Upstream-Name: Cache-Memcached-Managed Files: * Copyright: 2005-2006, BOOKINGS 2007-2008, BOOKING.COM 2012, Elizabeth Mattijsen License: GPL-2+ Files: debian/* Copyright: 2012, Fabrizio Regalli 2011, Nicholas Bamber 2010, Antony Gelberg License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000021311760145367010225 0ustar version=3 http://search.cpan.org/dist/Cache-Memcached-Managed/ .*/Cache-Memcached-Managed-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$