debian/0000755000000000000000000000000012233560157007172 5ustar debian/rules0000755000000000000000000000003612233560157010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000231612233560157010577 0ustar Source: libanyevent-memcached-perl Maintainer: Debian Perl Group Uploaders: Dmitry E. Oboukhov Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libanyevent-connection-perl, libanyevent-perl, libcommon-sense-perl, liblib-abs-perl, libstring-crc32-perl, libtest-nowarnings-perl, libtest-pod-perl, libtest-tcp-perl, memcached, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-memcached-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-memcached-perl.git Homepage: https://metacpan.org/release/AnyEvent-Memcached/ Package: libanyevent-memcached-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libanyevent-connection-perl, libanyevent-perl, libcommon-sense-perl, libstring-crc32-perl Description: AnyEvent memcached client AnyEvent::Memcached provides a memcached client for Perl and AnyEvent. debian/source/0000755000000000000000000000000012233560157010472 5ustar debian/source/format0000644000000000000000000000001412233560157011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000206112233560157011043 0ustar libanyevent-memcached-perl (0.06-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Don't install README anymore. Just a text version of the POD. * Update debian/copyright. Add upstream copyright year, and info about third-party files. * Remove versions from (build) dependencies. Nothing older in the archive. * Update long description. * Declare compliance with Debian Policy 3.9.5. * Add more build dependencies, needed by the test suite. * Add patch to fix some spelling mistakes in the POD. -- gregor herrmann Mon, 28 Oct 2013 23:08:35 +0100 libanyevent-memcached-perl (0.05-1) unstable; urgency=low * Initial Release. closes: #681341. -- Dmitry E. Oboukhov Thu, 12 Jul 2012 16:19:51 +0400 debian/libanyevent-memcached-perl.examples0000644000000000000000000000001312233560157016110 0ustar examples/* debian/compat0000644000000000000000000000000212233560157010370 0ustar 8 debian/patches/0000755000000000000000000000000012233560157010621 5ustar debian/patches/spelling.patch0000644000000000000000000000221612233560157013460 0ustar Description: spelling fixes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=89826 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89826 Author: gregor herrmann Last-Update: 2013-10-28 --- a/lib/AnyEvent/Memcached.pm +++ b/lib/AnyEvent/Memcached.pm @@ -682,7 +682,7 @@ =head2 rget( $from, $till, [ max => 100 ], [ '+left' => 1 ], [ '+right' => 1 ], [cv => $cv], [ rv => 'array' ], cb => $cb->( $rc, $err ) ) -Memcachedb 1.2.1-beta implements rget method, that allows to look through the whole storage +Memcachedb 1.2.1-beta implements rget method, that allows one to look through the whole storage =over 4 --- a/lib/AnyEvent/Memcached/Hash/WithNext.pm +++ b/lib/AnyEvent/Memcached/Hash/WithNext.pm @@ -15,7 +15,7 @@ =head1 DESCRIPTION -Uses the same hashing, as default, but always put key to server, next after choosen. Result is twice-replicated data. Useful for usage with memcachdb +Uses the same hashing, as default, but always put key to server, next after chosen. Result is twice-replicated data. Useful for usage with memcachdb =cut @@ -43,4 +43,4 @@ =cut -1; \ No newline at end of file +1; debian/patches/series0000644000000000000000000000001712233560157012034 0ustar spelling.patch debian/copyright0000644000000000000000000000234712233560157011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent-Memcached Upstream-Contact: Mons Anderson Source: https://metacpan.org/release/AnyEvent-Memcached/ Files: * Copyright: 2009, Mons Anderson License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dmitry E. Oboukhov License: Artistic or GPL-1+ 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 systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000020212233560157010215 0ustar version=3 https://metacpan.org/release/AnyEvent-Memcached/ .*/AnyEvent-Memcached-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$