debian/0000775000000000000000000000000011533456661007202 5ustar debian/changelog0000644000000000000000000000113611533456640011050 0ustar libanyevent-aggressiveidle-perl (0.04-1) unstable; urgency=low * New upstream version. * Use pipe instead tempfile. * Add guards into idle callback. -- Dmitry E. Oboukhov Wed, 02 Mar 2011 18:09:15 +0300 libanyevent-aggressiveidle-perl (0.02-1) unstable; urgency=low * Supports AE::Impl::EV. * New upstream version. -- Dmitry E. Oboukhov Sat, 19 Feb 2011 21:46:50 +0300 libanyevent-aggressiveidle-perl (0.01-1) unstable; urgency=low * Initial release. (Closes: #616105) -- Dmitry E. Oboukhov Sat, 19 Feb 2011 17:57:12 +0300 debian/compat0000644000000000000000000000000211527724335010375 0ustar 7 debian/copyright0000644000000000000000000000204711527733306011133 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-AggressiveIdle/ Source-VCS: http://git.uvw.ru/?p=anyevent-aggressiveidle;a=summary Name: AnyEvent::AggressiveIdle 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/rules0000755000000000000000000000147211533455772010266 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/AggressiveIdle.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-aggressiveidle-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 tarball: clean rm -f AnyEvent-AggressiveIdle-* cd .. && tar --exclude=.git --exclude=debian -czvf \ libanyevent-aggressiveidle-perl_$(DEBVERSION).orig.tar.gz \ libanyevent-aggressiveidle-perl-$(DEBVERSION) debian/control0000644000000000000000000000124611533456233010601 0ustar Source: libanyevent-aggressiveidle-perl Section: perl Homepage: http://search.cpan.org/~unera/AnyEvent-AggressiveIdle/ Maintainer: Dmitry E. Oboukhov VCS-Browser: http://git.uvw.ru/?p=anyevent-aggressiveidle;a=summary Build-Depends: debhelper (>= 7), cdbs, libanyevent-perl Priority: extra Standards-Version: 3.9.1 Package: libanyevent-aggressiveidle-perl Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-perl Architecture: all Description: Aggressive idle processes for AnyEvent. The package contains the function that allows You to start idle AnyEvent processes that can be even done on overloaded system (as opposed to built-in AnyEvent::idle). debian/source/0000775000000000000000000000000011533456170010475 5ustar debian/source/format0000664000000000000000000000001411533456170011703 0ustar 3.0 (quilt)