[SCM] Debian packaging of libtest-sharedfork-perl branch, master, updated. debian/0.19-1-5-gb29161d

gregor herrmann gregoa at debian.org
Thu Jul 5 21:01:40 UTC 2012


The following commit has been merged in the master branch:
commit 7dbd3bcde369662b77e7d82885e3f7ac26cdbe88
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:00:29 2012 -0600

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

diff --git a/debian/control b/debian/control
index e9b9acc..4a4ffa1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,27 @@
 Source: libtest-sharedfork-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Nicholas Bamber <periapt at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- libtest-requires-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Nicholas Bamber <periapt at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+                     libtest-requires-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-SharedFork/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-sharedfork-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-sharedfork-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-sharedfork-perl.git
+Homepage: http://search.cpan.org/dist/Test-SharedFork/
 
 Package: libtest-sharedfork-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88), libtest-requires-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl,
+         libtest-requires-perl
 Description: module to run tests in multiple processes and merge results
  Test::SharedFork is utility module for tests built using Test::Builder (which
  constitute the majority of test modules on CPAN). It allows developers to run
  tests in multiple processes, in parallel, and combine the results together.
+

-- 
Debian packaging of libtest-sharedfork-perl



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