libcache-memcached-fast-perl 0.19-2 source package in Ubuntu

Changelog

libcache-memcached-fast-perl (0.19-2) unstable; urgency=low

  * Ease building with git-buildpackage:
    + Git-ignore quilt .pc dir
    + Add dpkg source local-options.
  * Shorten Vcs-* stanzas.
  * Bump debhelper compat levet to 7.
    Tighten build-dependency on debhelper to match compatibility level.
  * Update copyright file:
    + Rewrite using draft 174 of DEP-5 format.
    + Fix use initial wildcard Files section.
    + Rewrap license fields at 72 chars, and shorten comments.
  * Bump policy compliance to standards-version 3.9.2.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  09 May 2011 11:52:41 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcache-memcached-fast-perl_0.19.orig.tar.gz 91.7 KiB 75340f00302b39562211b37909ef2d73fd99f28ba7c90b4af205de506affd82c
libcache-memcached-fast-perl_0.19-2.debian.tar.gz 4.5 KiB e78b7a673946bcec2747331ba9e36c8cca30fe7d4fc9e4357b5ff4c7235618fc
libcache-memcached-fast-perl_0.19-2.dsc 2.1 KiB fd74dd4f93c9c0739099bf1efe8e9b0d2352380bf6441812e0acf0bf9f560620

Available diffs

View changes file

Binary packages built by this source

libcache-memcached-fast-perl: Perl client for memcached, in C language

 Cache::Memcahced::Fast is a Perl client for memcached, a memory cache
 daemon (http://www.danga.com/memcached/). Module core is implemented in
 C and tries hard to minimize number of system calls and to avoid any
 key/value copying for speed. As a result, it has very low CPU
 consumption.
 .
 API is largely compatible with Cache::Memcached, original pure Perl
 client, most users of the original module may start using this module
 by installing it and adding "::Fast" to the old name in their scripts.