r69138 - in /trunk/libparallel-iterator-perl/debian: ./ changelog compat control copyright libparallel-iterator-perl.examples rules watch

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Sat Feb 19 22:42:12 UTC 2011


Author: djpig
Date: Sat Feb 19 22:41:57 2011
New Revision: 69138

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69138
Log:
[svn-inject] Applying Debian modifications (1.00-1) to trunk

Added:
    trunk/libparallel-iterator-perl/debian/
    trunk/libparallel-iterator-perl/debian/changelog
    trunk/libparallel-iterator-perl/debian/compat
    trunk/libparallel-iterator-perl/debian/control
    trunk/libparallel-iterator-perl/debian/copyright
    trunk/libparallel-iterator-perl/debian/libparallel-iterator-perl.examples
    trunk/libparallel-iterator-perl/debian/rules   (with props)
    trunk/libparallel-iterator-perl/debian/watch

Added: trunk/libparallel-iterator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparallel-iterator-perl/debian/changelog?rev=69138&op=file
==============================================================================
--- trunk/libparallel-iterator-perl/debian/changelog (added)
+++ trunk/libparallel-iterator-perl/debian/changelog Sat Feb 19 22:41:57 2011
@@ -1,0 +1,5 @@
+libparallel-iterator-perl (1.00-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Frank Lichtenheld <djpig at debian.org>  Sat, 19 Feb 2011 23:18:48 +0100

Added: trunk/libparallel-iterator-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparallel-iterator-perl/debian/compat?rev=69138&op=file
==============================================================================
--- trunk/libparallel-iterator-perl/debian/compat (added)
+++ trunk/libparallel-iterator-perl/debian/compat Sat Feb 19 22:41:57 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libparallel-iterator-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparallel-iterator-perl/debian/control?rev=69138&op=file
==============================================================================
--- trunk/libparallel-iterator-perl/debian/control (added)
+++ trunk/libparallel-iterator-perl/debian/control Sat Feb 19 22:41:57 2011
@@ -1,0 +1,23 @@
+Source: libparallel-iterator-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Frank Lichtenheld <djpig at debian.org>
+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. 

Added: trunk/libparallel-iterator-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparallel-iterator-perl/debian/copyright?rev=69138&op=file
==============================================================================
--- trunk/libparallel-iterator-perl/debian/copyright (added)
+++ trunk/libparallel-iterator-perl/debian/copyright Sat Feb 19 22:41:57 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Andy Armstrong <andy at hexten.net>
+Source: http://search.cpan.org/dist/Parallel-Iterator/
+Name: Parallel-Iterator
+
+Files: *
+Copyright: Andy Armstrong <andy at hexten.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Frank Lichtenheld <djpig at debian.org>
+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'.

Added: trunk/libparallel-iterator-perl/debian/libparallel-iterator-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparallel-iterator-perl/debian/libparallel-iterator-perl.examples?rev=69138&op=file
==============================================================================
--- trunk/libparallel-iterator-perl/debian/libparallel-iterator-perl.examples (added)
+++ trunk/libparallel-iterator-perl/debian/libparallel-iterator-perl.examples Sat Feb 19 22:41:57 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libparallel-iterator-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparallel-iterator-perl/debian/rules?rev=69138&op=file
==============================================================================
--- trunk/libparallel-iterator-perl/debian/rules (added)
+++ trunk/libparallel-iterator-perl/debian/rules Sat Feb 19 22:41:57 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libparallel-iterator-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libparallel-iterator-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparallel-iterator-perl/debian/watch?rev=69138&op=file
==============================================================================
--- trunk/libparallel-iterator-perl/debian/watch (added)
+++ trunk/libparallel-iterator-perl/debian/watch Sat Feb 19 22:41:57 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Parallel-Iterator/   .*/Parallel-Iterator-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list