debian/0000755000000000000000000000000012231165140007161 5ustar debian/watch0000644000000000000000000000026311365636241010227 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Cache-Memcached-Fast/ .*/Cache-Memcached-Fast-(\d[\d.]+)\.tar\.gz debian debian/control.in0000644000000000000000000000223712132072107011175 0ustar Source: libcache-memcached-fast-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libcache-memcached-fast-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-memcached-fast-perl.git Homepage: http://openhack.ru/Cache-Memcached-Fast Package: libcache-memcached-fast-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Enhances: libcache-memcached-perl Description: Perl client for memcached, in C language Cache::Memcached::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. debian/rules0000755000000000000000000000246712132067065010261 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2010, Jonas Smedegaard # Description: Main Debian packaging script for Cache::Memcached::Fast # # 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, or (at # your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Cache-Memcached-Fast #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Cache DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/K/KR/KROKI DEB_UPSTREAM_TARBALL_MD5 = 085eec7771e7afee9a904130131f8023 clean:: rm -f Makefile.old src/Makefile.old # Needed by upstream tests CDBS_BUILD_DEPENDS += , memcached debian/copyright0000644000000000000000000000615212132071577011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Cache::Memcached::Fast Upstream-Contact: Tomash Brechko Source: http://openhack.ru/Cache-Memcached-Fast Files: * Copyright: 2007-2010, Tomash Brechko License: LGPL-2.1+ with Perl exception When used to build Perl module: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. . When used as a standalone library: . This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. Files: Fast.xs lib/Cache/Memcached/Fast.pm script/* src/gen*.pl typemap Copyright: 2007-2010, Tomash Brechko License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . or . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. . Comment: . Perl is licensed under either the 'Artistic' license or the 'GNU General Public License' version 1 or later. Files: ppport.h Copyright: 1999, Kenneth Albanowski 2001, Paul Marquess 2004-2007, Marcus Holland-Moritz License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonas Smedegaard License: GPL-2+ License: LGPL-2.1+ Comment: . On Debian systems the 'GNU Lesser General Public License' version 2.1 is located in '/usr/share/common-licenses/LGPL-2.1'. License: Artistic Comment: . On Debian systems the 'Artistic' license is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located 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, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/copyright_hints0000644000000000000000000000433412132070021012316 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.json META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch src/Makefile.PL src/reply.kw t/00-load.t t/01-connect.t t/02-isa.t t/Memd.pm t/big_value.t t/commands.t t/key_ref.t t/magic.t t/namespace.t t/noreply.t t/nowait.t t/pod-coverage.t t/pod.t t/serialize.t t/threads.t t/utf8.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README src/addrinfo_hostent.c src/addrinfo_hostent.h src/array.c src/array.h src/client.c src/client.h src/connect.c src/connect.h src/dispatch_key.c src/dispatch_key.h src/poll_select.c src/poll_select.h src/socket_posix.c src/socket_posix.h src/socket_win32.c src/socket_win32.h Copyright: 2007, Tomash Brechko. 2007-2008, Tomash Brechko. 2007-2009, Tomash Brechko. 2007-2010, Tomash Brechko. 2008, 2010 Tomash Brechko. 2008, Tomash Brechko. 2008-2010, Tomash Brechko. 2009, Tomash Brechko. License: LGPL-2.1+ FIXME Files: script/benchmark.pl script/c-m-compat.pl script/ketama-distr.pl src/gencrc32.pl src/genparser.pl Copyright: 2007, Tomash Brechko. 2007-2008, Tomash Brechko. 2008, Tomash Brechko. 2009, Tomash Brechko. License: Perl FIXME Files: Fast.xs lib/Cache/Memcached/Fast.pm typemap Copyright: 2007-2008, Tomash Brechko. 2007-2010, Tomash Brechko. License: UNKNOWN FIXME Files: debian/rules Copyright: 2010, Jonas Smedegaard License: GPL-2+ FIXME Files: ppport.h Copyright: && HvNAME(hv) \ (->cop_file) (->cop_filegv) (->cop_stash) (->cop_stashpv) (CopFILE ? GvAV(gv_fetchfile(CopFILE)) : Nullav) (CopFILE ? GvSV(gv_fetchfile(CopFILE)) : Nullsv) (CopFILE ? gv_fetchfile(CopFILE) : Nullgv) (CopFILEGV ? GvAV(CopFILEGV) : Nullav) (CopFILEGV ? GvSV(CopFILEGV) : Nullsv) (CopFILESV ? SvPVX(CopFILESV) : Nullch) (CopSTASH ? HvNAME(CopSTASH) : Nullch) (CopSTASHPV ? gv_stashpv(CopSTASHPV,GV_ADD) : Nullhv) 1999, Kenneth Albanowski 2001, Paul Marquess 2004-2007, Marcus Holland-Moritz == (hv)) == HvNAME(hv) \ License: Perl FIXME debian/source/0000755000000000000000000000000012132064556010472 5ustar debian/source/format0000644000000000000000000000001411276536300011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212132066046010364 0ustar 8 debian/control0000644000000000000000000000233012132072256010567 0ustar Source: libcache-memcached-fast-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, memcached Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libcache-memcached-fast-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-memcached-fast-perl.git Homepage: http://openhack.ru/Cache-Memcached-Fast Package: libcache-memcached-fast-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Enhances: libcache-memcached-perl Description: Perl client for memcached, in C language Cache::Memcached::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. debian/gbp.conf0000644000000000000000000000014611245500163010603 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000431712231165140011040 0ustar libcache-memcached-fast-perl (0.21-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:48:32 +0100 libcache-memcached-fast-perl (0.21-1) unstable; urgency=low [ upstream ] * New release. + Fix magic.t failure. + Fix typo in POD documentation. + Fix unnecessary string eval in constructor. [ Damyan Ivanov ] * Remove debian-specific .gitignore. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. [ gregor herrmann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Xavier Guimard ] * Fix typos. [ Jonas Smedegaard ] * Update copyright file: + Fix use pseudo-license and pseudo-comment to obey silly restrictions of copyright format 1.0. + Add email for main upstream author. + Fix double-indent in Copyright fields as per Policy ยง5.6.13. + Tidy Comment field in License paragraphs. + Bump file format to 1.0. * Bump standards-version to 3.9.4. * Bump dephelper compatibility level to 8. * Update package relations: + Relax to build-depend unversioned on debhelper, cdbs and devscripts: Needed versions satisfied in stable, and oldstable no longer supported. * Use canonical anonscm.debian.org hostname in Vcs-Browser URI. -- Jonas Smedegaard Fri, 12 Apr 2013 23:33:38 +0200 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. -- Jonas Smedegaard Sun, 08 May 2011 02:07:24 +0200 libcache-memcached-fast-perl (0.19-1) unstable; urgency=low * Initial release. Closes: bug#579475. -- Jonas Smedegaard Tue, 27 Apr 2010 23:56:31 +0200