r73903 - /trunk/libcgi-session-driver-memcached-perl/debian/control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon May 2 07:47:20 UTC 2011


Author: periapt-guest
Date: Mon May  2 07:46:37 2011
New Revision: 73903

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73903
Log:
corrected

Modified:
    trunk/libcgi-session-driver-memcached-perl/debian/control

Modified: trunk/libcgi-session-driver-memcached-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/control?rev=73903&op=diff
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/control (original)
+++ trunk/libcgi-session-driver-memcached-perl/debian/control Mon May  2 07:46:37 2011
@@ -1,8 +1,8 @@
 Source: libcgi-session-driver-memcached-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), memcached
-Build-Depends-Indep: libcgi-session-perl, perl,
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libcgi-session-perl, perl, memcached,
  libcache-memcached-perl | libcache-memcached-fast-perl 
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Robin Sheat <robin at catalyst.net.nz>,
@@ -19,4 +19,6 @@
 Suggests: memcached
 Description: Perl module to allow CGI sessions to be stored in memcache 
  A Perl module (CGI::Session::Driver::memcached) that allows CGI session
- information to be stored in a memcached server.
+ information to be stored in a memcached server. Memcached is a general-purpose
+ distributed memory caching system often used to speed up dynamic
+ database-driven websites by caching data and objects in RAM.




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