[SCM] Debian packaging of libmath-random-isaac-perl branch, master, updated. ce36c864b4b3be1b08ad570bfc3a731157f90405

gregor herrmann gregoa at debian.org
Thu Jul 5 20:38:36 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 890d736..71482e1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,31 @@
 Source: libmath-random-isaac-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Dominic Hargreaves <dom at earth.li>
 Section: perl
 Priority: optional
-Build-Depends:  debhelper (>= 7.2.10)
-Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-cpan-meta-perl,
- perl (>= 5.10.1) | libpod-simple-perl (>= 3.07), libtest-pod-perl, libtest-minimumversion-perl,
- libtest-portability-files-perl, libtest-nowarnings-perl (>= 0.084),
- libstatistics-test-randomwalk-perl, libtest-without-module-perl (>= 0.17),
- libtest-distmanifest-perl, libtest-kwalitee-perl, libtest-leaktrace-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Dominic Hargreaves <dom at earth.li>
+Build-Depends: debhelper (>= 7.2.10)
+Build-Depends-Indep: perl,
+                     libtest-pod-coverage-perl,
+                     libtest-cpan-meta-perl,
+                     libtest-pod-perl,
+                     libtest-minimumversion-perl,
+                     libtest-portability-files-perl,
+                     libtest-nowarnings-perl,
+                     libstatistics-test-randomwalk-perl,
+                     libtest-without-module-perl,
+                     libtest-distmanifest-perl,
+                     libtest-kwalitee-perl,
+                     libtest-leaktrace-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Math-Random-ISAAC/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-random-isaac-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-random-isaac-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-random-isaac-perl.git
+Homepage: http://search.cpan.org/dist/Math-Random-ISAAC/
 
 Package: libmath-random-isaac-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Recommends: libmath-random-isaac-xs-perl
 Description: Perl interface to the ISAAC PRNG Algorithm
  Math::Random::ISAAC implements the ISAAC (Indirection, Shift, Accumulate, Add
@@ -35,3 +44,4 @@ Description: Perl interface to the ISAAC PRNG Algorithm
  For comparison with other algorithms intended to generate random data, the
  Mersenne Twister has a period of 2^19937-1, the related TT800 has a period
  of 2^800-1 values. ISAAC has a period of 2^8295 values on average.
+

-- 
Debian packaging of libmath-random-isaac-perl



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