[SCM] Debian packaging of libparallel-iterator-perl branch, master, updated. 6c1c249dcd539658d401b5e89de76173df8e27f8

gregor herrmann gregoa at debian.org
Thu Jul 5 20:48:11 UTC 2012


The following commit has been merged in the master branch:
commit 4c24a83b928bef0858570ca3f02c5f07fe99cf4e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:48:45 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 0be7c18..2eb2a47 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
 Source: libparallel-iterator-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Frank Lichtenheld <djpig at debian.org>
 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-Git: git://git.debian.org/pkg-perl/packages/libparallel-iterator-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparallel-iterator-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libparallel-iterator-perl.git
+Homepage: http://search.cpan.org/dist/Parallel-Iterator/
 
 Package: libparallel-iterator-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl
+Depends: ${misc:Depends},
+         ${perl:Depends}
 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
@@ -21,3 +22,4 @@ Description: Simple parallel execution
  This module provides a 'parallel map'. Multiple worker processes are
  forked so that many instances of the transformation function may be
  executed simultaneously. 
+

-- 
Debian packaging of libparallel-iterator-perl



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