debian/0000755000000000000000000000000012143700376007171 5ustar debian/rules0000755000000000000000000000003612143700376010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000213112143700376010571 0ustar Source: libparallel-runner-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1) Build-Depends-Indep: libchild-perl, libtest-exception-lessclever-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparallel-runner-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparallel-runner-perl.git Homepage: https://metacpan.org/release/Parallel-Runner Package: libparallel-runner-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libchild-perl Description: Perl module to manage running things in parallel processes Parallel::Runner is a super specialised parallel task manager. You create the object with a process limit and callbacks for what to do while waiting for a free process slot, as well as a callback for what a process should do just before exiting. debian/source/0000755000000000000000000000000012143700376010471 5ustar debian/source/format0000644000000000000000000000001412143700376011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000072212143700376011044 0ustar libparallel-runner-perl (0.013-1) unstable; urgency=low * Imported Upstream version 0.013 * Update patch offset * Update Module::Build version dependency * Replace git.debian.org by anonscm.debian.org in Vcs fields -- Xavier Guimard Sun, 12 May 2013 07:49:11 +0200 libparallel-runner-perl (0.012-1) unstable; urgency=low * Initial Release (Closes: #705256) -- Xavier Guimard Sat, 13 Apr 2013 07:08:40 +0200 debian/compat0000644000000000000000000000000212143700376010367 0ustar 8 debian/patches/0000755000000000000000000000000012143700376010620 5ustar debian/patches/spelling-errors.patch0000644000000000000000000000207212143700376014771 0ustar Description: spelling errors Author: Xavier Guimard Bug: https://github.com/exodist/Parallel-Runner/issues/2 Forwarded: https://github.com/exodist/Parallel-Runner/issues/2 Last-Update: 2013-04-13 --- a/lib/Parallel/Runner.pm +++ b/lib/Parallel/Runner.pm @@ -189,11 +189,11 @@ There are several other modules to do this, you probably want one of them. This module exists as a super specialised parallel task manager. You create the -object with a proces limit and callbacks for what to do while waiting for a -free process slot, as well as a callback for what a process shoudl do just +object with a process limit and callbacks for what to do while waiting for a +free process slot, as well as a callback for what a process should do just before exiting. -You must explicetly call $runner->finish() when you are done. If the runner is +You must explicitly call $runner->finish() when you are done. If the runner is destroyed before it's children are finished a warning will be generated and your child processes will be killed, by force if necessary. debian/patches/series0000644000000000000000000000002612143700376012033 0ustar spelling-errors.patch debian/copyright0000644000000000000000000000204312143700376011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Parallel-Runner Source: https://metacpan.org/release/Parallel-Runner Upstream-Contact: Chad Granum Files: * Copyright: 2010, Chad Granum License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Xavier Guimard 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/watch0000644000000000000000000000017312143700376010223 0ustar version=3 https://metacpan.org/release/Parallel-Runner .*/Parallel-Runner-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$