debian/0000775000000000000000000000000011614512463007173 5ustar debian/changelog0000644000000000000000000000134411614512452011043 0ustar libanyevent-forkobject-perl (0.09-1) unstable; urgency=low * Separate global and usual destructors. * Add watch file. -- Dmitry E. Oboukhov Fri, 29 Jul 2011 15:10:28 +0400 libanyevent-forkobject-perl (0.08-1) unstable; urgency=low * Fix child status detect, thanks for CPAN testers report. -- Dmitry E. Oboukhov Sun, 06 Mar 2011 11:34:55 +0300 libanyevent-forkobject-perl (0.07-1) unstable; urgency=low * Enable test verbose mode. -- Dmitry E. Oboukhov Fri, 04 Mar 2011 09:32:44 +0300 libanyevent-forkobject-perl (0.06-1) unstable; urgency=low * Initial release. (Closes: #616145) -- Dmitry E. Oboukhov Wed, 02 Mar 2011 23:11:48 +0300 debian/compat0000644000000000000000000000000211524004071010356 0ustar 7 debian/copyright0000644000000000000000000000173111532535407011130 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/perldoc?AnyEvent::ForkObject Name: AnyEvent::ForkObject 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/rules0000755000000000000000000000150711533522141010246 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/ForkObject.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-forkobject-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-ForkObject-* cd .. && tar --exclude=.git --exclude=debian -czvf \ libanyevent-forkobject-perl_$(DEBVERSION).orig.tar.gz \ libanyevent-forkobject-perl-$(DEBVERSION) debian/watch0000664000000000000000000000021511614512417010221 0ustar version=3 http://search.cpan.org/perldoc?AnyEvent::ForkObject \ /CPAN/authors/id/U/UN/UNERA/AnyEvent-ForkObject-(\d+(?:\.\d+)+).tar.gz debian/control0000644000000000000000000000126711533521654010604 0ustar Source: libanyevent-forkobject-perl Section: perl Homepage: http://search.cpan.org/perldoc?AnyEvent::ForkObject Maintainer: Dmitry E. Oboukhov VCS-Browser: http://git.uvw.ru/?p=anyevent-forkobject;a=summary Build-Depends: debhelper (>= 7), cdbs, libanyevent-tools-perl, libdevel-globaldestruction-perl, libanyevent-serialize-perl Standards-Version: 3.9.1 Priority: extra Package: libanyevent-forkobject-perl Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-tools-perl, libanyevent-serialize-perl, libdevel-globaldestruction-perl Architecture: all Description: fork jail for AnyEvent The module provides non-blocking interface for perl objects. debian/source/0000775000000000000000000000000011533522376010477 5ustar debian/source/format0000664000000000000000000000001411533522376011705 0ustar 3.0 (quilt)