debian/0000755000000000000000000000000011574333212007167 5ustar debian/copyright0000644000000000000000000000213311574331247011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Paul Evans Source: http://search.cpan.org/dist/Async-MergePoint/ Name: Async-MergePoint Files: * Copyright: 2007-2011, Paul Evans License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 2009, Jonathan Yu 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/watch0000644000000000000000000000036411254260610010217 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Async-MergePoint/ .*/Async-MergePoint-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000260411574332124010575 0ustar Source: libasync-mergepoint-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-fatal-perl, libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Nicholas Bamber Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Async-MergePoint/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libasync-mergepoint-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libasync-mergepoint-perl/ Package: libasync-mergepoint-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to resynchronize multiple control flows Async::Mergepoint is a module designed to provide a way to resynchronize multiple parallel control flows. Often in program logic, multiple different steps need to be taken that are independent of each other, but their total result is needed before the next step can be taken. In synchronous code, the usual approach is to do them sequentially. . An asynchronous or event-based program could do this, but if each step involves some IO idle time, better overall performance can often be gained by running the steps in parallel. A Async::MergePoint object can then be used to wait for all of the steps to complete, before passing the combined result of each step on to the next stage. debian/changelog0000644000000000000000000000260311574332704011047 0ustar libasync-mergepoint-perl (0.04-1) unstable; urgency=low * Team upload. * New upstream release * debian/copyright: update copyright years for upstream files. * debian/control: Change Build-Depends-Indep on libtest-exception-perl to libtest-fatal-perl. * Bump Debhelper compat level to 8. * Bump Standards-Version to 3.9.2 (no changes needed). -- Salvatore Bonaccorso Fri, 10 Jun 2011 08:12:17 +0200 libasync-mergepoint-perl (0.03-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Adds some tests [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Nicholas Bamber ] * Added myself to Uploaders * Upped standards version to 3.9.1 * Upped debhelper version to 8 * Refreshed copyright * Added debian/soruce/format [ gregor herrmann ] * Add libtest-pod-perl to Build-Depends-Indep. -- Nicholas Bamber Wed, 16 Feb 2011 21:30:29 +0000 libasync-mergepoint-perl (0.02-1) unstable; urgency=low * Initial Release. (Closes: #527183) -- Jonathan Yu Tue, 5 May 2009 23:38:19 -0400 debian/rules0000755000000000000000000000003611532741455010254 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011574333212010467 5ustar debian/source/format0000644000000000000000000000001411532741454011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211574331641010371 0ustar 8