--- libparallel-iterator-perl-1.00.orig/debian/libparallel-iterator-perl.examples +++ libparallel-iterator-perl-1.00/debian/libparallel-iterator-perl.examples @@ -0,0 +1 @@ +examples/* --- libparallel-iterator-perl-1.00.orig/debian/rules +++ libparallel-iterator-perl-1.00/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libparallel-iterator-perl-1.00.orig/debian/watch +++ libparallel-iterator-perl-1.00/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Parallel-Iterator/ .*/Parallel-Iterator-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libparallel-iterator-perl-1.00.orig/debian/changelog +++ libparallel-iterator-perl-1.00/debian/changelog @@ -0,0 +1,5 @@ +libparallel-iterator-perl (1.00-1) unstable; urgency=low + + * Initial Release. Closes: #614137 + + -- Frank Lichtenheld Mon, 21 Feb 2011 00:27:40 +0100 --- libparallel-iterator-perl-1.00.orig/debian/control +++ libparallel-iterator-perl-1.00/debian/control @@ -0,0 +1,23 @@ +Source: libparallel-iterator-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Frank Lichtenheld +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Parallel-Iterator/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparallel-iterator-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparallel-iterator-perl/ + +Package: libparallel-iterator-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, perl +Description: Simple parallel execution + The map function applies a user supplied transformation function to + each element in a list, returning a new list containing the + transformed elements. + . + This module provides a 'parallel map'. Multiple worker processes are + forked so that many instances of the transformation function may be + executed simultaneously. --- libparallel-iterator-perl-1.00.orig/debian/copyright +++ libparallel-iterator-perl-1.00/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Andy Armstrong +Source: http://search.cpan.org/dist/Parallel-Iterator/ +Name: Parallel-Iterator + +Files: * +Copyright: Andy Armstrong +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2011, Frank Lichtenheld +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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'. --- libparallel-iterator-perl-1.00.orig/debian/compat +++ libparallel-iterator-perl-1.00/debian/compat @@ -0,0 +1 @@ +7