r70327 - in /trunk/libcache-memcached-managed-perl/debian: control copyright

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Mar 4 01:05:06 UTC 2011


Author: periapt-guest
Date: Fri Mar  4 01:01:27 2011
New Revision: 70327

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70327
Log:
taking over package

Modified:
    trunk/libcache-memcached-managed-perl/debian/control
    trunk/libcache-memcached-managed-perl/debian/copyright

Modified: trunk/libcache-memcached-managed-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-memcached-managed-perl/debian/control?rev=70327&op=diff
==============================================================================
--- trunk/libcache-memcached-managed-perl/debian/control (original)
+++ trunk/libcache-memcached-managed-perl/debian/control Fri Mar  4 01:01:27 2011
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libcache-memcached-perl, perl, memcached
+Build-Depends-Indep: perl, libcache-memcached-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Antony Gelberg <antony.gelberg at gmail.com>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Cache-Memcached-Managed/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcache-memcached-managed-perl/
@@ -12,10 +12,26 @@
 
 Package: libcache-memcached-managed-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcache-memcached-perl, perl
-Description: API for managing cached information with memcached
- Cache::Memcached::Managed provides an API to values cached in one or more 
- memcached servers. It is similar to the API of Cache::Memcached but also
- 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.
+Depends: ${misc:Depends}, ${perl:Depends}, libcache-memcached-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.

Modified: trunk/libcache-memcached-managed-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-memcached-managed-perl/debian/copyright?rev=70327&op=diff
==============================================================================
--- trunk/libcache-memcached-managed-perl/debian/copyright (original)
+++ trunk/libcache-memcached-managed-perl/debian/copyright Fri Mar  4 01:01:27 2011
@@ -4,36 +4,21 @@
 Name: Cache-Memcached-Managed
 
 Files: *
-Copyright: 2005, 2006 BOOKINGS
- 2007, 2008 BOOKING.COM
+Copyright:
+ 2005-2006, BOOKINGS
+ 2007-2008, BOOKING.COM
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2010, Antony Gelberg <antony.gelberg at gmail.com>
-License: Artistic or GPL-1+
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2010, Antony Gelberg <antony.gelberg at gmail.com>
+License: GPL-2+
 
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
- .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
-
-License: GPL-1+
+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 1, or (at your option)
+ the Free Software Foundation; either version 2, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License version 1 can be found in `/usr/share/common-licenses/GPL-1'
-
-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 of the License, or (at your option) any later
- version.
- .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'
+ 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'.




More information about the Pkg-perl-cvs-commits mailing list