debian/0000775000000000000000000000000011533510611007164 5ustar debian/changelog0000644000000000000000000000072011533510005011030 0ustar libanyevent-tools-perl (0.12-1) unstable; urgency=low * Use aggressive_idle instead AE::idle. * New upstream version. * Use aggressive_idle's guard instead internal. * Add unshift and unshift_back functions. -- Dmitry E. Oboukhov Wed, 02 Mar 2011 21:40:05 +0300 libanyevent-tools-perl (0.02-1) unstable; urgency=low * Initial release. (Closes: #616129) -- Dmitry E. Oboukhov Mon, 07 Feb 2011 17:57:12 +0300 debian/compat0000644000000000000000000000000211524004071010356 0ustar 7 debian/copyright0000644000000000000000000000171611524047220011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Dmitry E. Oboukhov Source: http://search.cpan.org/~unera/AnyEvent-Tools/ Name: AnyEvent::Tools Files: * Copyright: 2010, 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/rules0000755000000000000000000000146611533510611010251 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/AnyEvent/Tools.pm DEBVERSION = $(shell dpkg-parsechangelog \ |grep ^Version|awk '{print $$2}'|sed 's/-.*//' ) PERVERSION = $(shell grep '^our[[:space:]]\+\$$VERSION' $(MAIN_MODULE) \ |awk '{print $$4}'|sed "s/[';']//g" ) install/libanyevent-tools-perl:: @set -e; \ if ! test "x$(DEBVERSION)" = "x$(PERVERSION)"; then \ echo "Error: changelog has version $(DEBVERSION) " \ "but module has $(PERVERSION)"; \ false; \ fi clean:: rm -f Makefile.old rm -fr .pc tarball: clean rm -f AnyEvent-Tools-* cd .. && tar --exclude=.git --exclude=debian -czvf \ libanyevent-tools-perl_$(DEBVERSION).orig.tar.gz \ libanyevent-tools-perl-$(DEBVERSION) debian/control0000644000000000000000000000137311533507641010602 0ustar Source: libanyevent-tools-perl Section: perl Homepage: http://search.cpan.org/~unera/AnyEvent-Tools/ Maintainer: Dmitry E. Oboukhov VCS-Browser: http://git.uvw.ru/?p=anyevent-tools;a=summary Build-Depends: debhelper (>= 7), cdbs, libanyevent-aggressiveidle-perl Standards-Version: 3.9.1 Priority: extra Package: libanyevent-tools-perl Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-aggressiveidle-perl Architecture: all Description: instrument collection for AnyEvent The package contains a few instruments that can be used with AnyEvent: * mutexes/rw_mutexes - sharing one resource between many processes * foreaches - non-blocking cycles * pools - sharing many resources between many processes * buffers implementation, etc debian/source/0000775000000000000000000000000011533510442010466 5ustar debian/source/format0000664000000000000000000000001411533510442011674 0ustar 3.0 (quilt)