debian/0000755000000000000000000000000012063356245007174 5ustar debian/rules0000755000000000000000000000003612063356245010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000233112063356245010576 0ustar Source: libanyevent-redis-perl Maintainer: Debian Perl Group Uploaders: Alessandro Ghedini , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libanyevent-perl, libtest-leaktrace-perl, libtest-tcp-perl (>= 1.03), perl, redis-server Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-redis-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-redis-perl.git Homepage: http://search.cpan.org/dist/AnyEvent-Redis/ Package: libanyevent-redis-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libanyevent-perl Description: Perl module that implements a non-blocking Redis client AnyEvent::Redis is a non-blocking (event-driven) Redis client based on the AnyEvent event loop framework. . Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. debian/source/0000755000000000000000000000000012063356245010474 5ustar debian/source/format0000644000000000000000000000001412063356245011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000137712063356245011056 0ustar libanyevent-redis-perl (0.24-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Xavier Guimard ] * Imported Upstream version 0.24 * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update debian/copyright (years and format) * Remove libtry-tiny-perl dependency -- Xavier Guimard Sun, 16 Dec 2012 15:19:40 +0100 libanyevent-redis-perl (0.23-1) unstable; urgency=low * Initial Release. (Closes: #612651) -- Alessandro Ghedini Wed, 9 Feb 2011 19:31:48 +0100 debian/compat0000644000000000000000000000000212063356245010372 0ustar 8 debian/copyright0000644000000000000000000000256612063356245011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent-Redis Source: http://search.cpan.org/dist/AnyEvent-Redis/ Upstream-Contact: Tatsuhiko Miyagawa Files: * Copyright: 2009-2012, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Files: lib/AnyEvent/Redis/Protocol.pm Copyright: 2010, Michael S. Fischer 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: 2011, Alessandro Ghedini 2012, Xavier Guimard 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/watch0000644000000000000000000000017112063356245010224 0ustar version=3 http://search.cpan.org/dist/AnyEvent-Redis/ .*/AnyEvent-Redis-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$