debian/0000755000000000000000000000000011764466626007210 5ustar debian/rules0000755000000000000000000000121511764466626010267 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/perl-makemaker.mk MAIN_MODULE = lib/MR/Tarantool/Box.pm DEBVERSION = $(shell dpkg-parsechangelog \ |grep ^Version|awk '{print $$2}'|sed 's/-.*//' ) PERLVERSION = $(shell grep '^[[:space:]]*$$VERSION' $(MAIN_MODULE) \ |head -n 1 \ |awk '{print $$3}'|sed "s/[';']//g" ) install/libmr-tarantool-perl:: rm -fr debian/libmr-tarantool-perl/usr/share/man clean:: rm -f Makefile.old rm -fr .pc tarball: cd .. && tar \ --exclude=debian \ --exclude=.git \ -czf libmr-tarantool-perl_$(DEBVERSION).orig.tar.gz \ libmr-tarantool-perl-$(DEBVERSION) debian/control0000644000000000000000000000171411764466626010616 0ustar Source: libmr-tarantool-perl Section: perl Homepage: http://search.cpan.org/dist/MR-Tarantool/ Maintainer: Debian Perl Group Uploaders: Dmitry E. Oboukhov Build-Depends: debhelper (>= 7), cdbs, libmouse-perl, liblist-moreutils-perl, libdigest-crc-perl, libanyevent-perl, libmro-compat-perl, libclass-singleton-perl Standards-Version: 3.9.3 Priority: extra Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmr-tarantool-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmr-tarantool-perl.git Package: libmr-tarantool-perl Depends: ${perl:Depends}, ${misc:Depends}, libmouse-perl, liblist-moreutils-perl, libdigest-crc-perl, libanyevent-perl, libmro-compat-perl, libclass-singleton-perl Architecture: all Description: perl driver for tarantool Tarantool is a high performance key/value storage server. . The package contains perl driver for the storage server. debian/source/0000755000000000000000000000000011764466626010510 5ustar debian/source/format0000644000000000000000000000001411764466626011716 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000241511764466626011064 0ustar libmr-tarantool-perl (0.0.24-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Fri, 08 Jun 2012 23:24:29 +0200 libmr-tarantool-perl (0.0.22-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Sat, 02 Jun 2012 19:29:16 +0200 libmr-tarantool-perl (0.0.18-1) unstable; urgency=low * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Tue, 10 Apr 2012 20:00:01 +0200 libmr-tarantool-perl (0.0.12-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Sat, 11 Feb 2012 19:46:27 +0100 libmr-tarantool-perl (0.0.11-1) unstable; urgency=low [ Dmitry E. Oboukhov ] * Update VCS-* to git.debian.org (now it is accessible for me). [ gregor herrmann ] * New upstream release. * Add patch headers. * debian/copyright: fix Format-Specification URL. -- gregor herrmann Sat, 21 Jan 2012 17:04:40 +0100 libmr-tarantool-perl (0.0.8-1) unstable; urgency=low * Initial release, closes: #652966. -- Dmitry E. Oboukhov Thu, 22 Dec 2011 14:31:49 +0400 debian/compat0000644000000000000000000000000211764466626010406 0ustar 5 debian/patches/0000755000000000000000000000000011764466626010637 5ustar debian/patches/debian-dependencies0000644000000000000000000000134011764466626014426 0ustar Description: adjust dependencies for Debian Origin: vendor Forwarded: not-needed Author: Dmitry E. Oboukhov Last-Update: 2012-01-21 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ 'List::MoreUtils' => 0, 'Mouse' => 0, 'MRO::Compat' => 0, - 'String::CRC32' => 0, + 'Digest::CRC' => 0, 'Time::HiRes' => 0, 'Exporter' => 0, 'Class::Singleton' => 0, --- a/lib/MR/IProto/Cluster.pm +++ b/lib/MR/IProto/Cluster.pm @@ -13,7 +13,7 @@ use Mouse; use Mouse::Util::TypeConstraints; use MR::IProto::Cluster::Server; -use String::CRC32 qw(crc32); +use Digest::CRC qw(crc32); =head1 EXPORTED CONSTANTS debian/patches/series0000644000000000000000000000002411764466626012050 0ustar debian-dependencies debian/copyright0000644000000000000000000000176611764466626011155 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MR::Tarantool Upstream-Contact: Mail.RU Source: http://search.cpan.org/dist/MR-Tarantool/ Files: * Copyright: 2008-2011 Mail.RU License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, 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/watch0000644000000000000000000000013511764466626010240 0ustar version=3 http://search.cpan.org/dist/MR-Tarantool/ \ .*MR-Tarantool-(\d+(?:\.\d+)+).tar.gz