[SCM] Debian packaging of libmath-random-oo-perl branch, master, updated. f59ec43e976c69d65002874d6697b9f71198b126

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


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

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

diff --git a/debian/control b/debian/control
index 0a22110..fdb4c99 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,29 @@
 Source: libmath-random-oo-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl,
- libtest-number-delta-perl (>= 0.14),
- libparams-validate-perl (>= 0.76),
- libtest-mockrandom-perl (>= 0.95),
- libclass-accessor-perl (>= 0.18),
- libtest-pod-perl (>= 1.22),
- libtest-pod-coverage-perl (>= 1.08)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+                     libtest-number-delta-perl,
+                     libparams-validate-perl,
+                     libtest-mockrandom-perl,
+                     libclass-accessor-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/Math-Random-OO/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-random-oo-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-random-oo-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-random-oo-perl.git
+Homepage: http://search.cpan.org/dist/Math-Random-OO/
 
 Package: libmath-random-oo-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libtest-number-delta-perl (>= 0.14),
- libparams-validate-perl (>= 0.76),
- libtest-mockrandom-perl (>= 0.95),
- libclass-accessor-perl (>= 0.18)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-number-delta-perl,
+         libparams-validate-perl,
+         libtest-mockrandom-perl,
+         libclass-accessor-perl
 Description: consistent object-oriented interface for generating random numbers
  CPAN contains many modules for generating random numbers in various ways and
  from various probability distributions using pseudo-random number generation
@@ -38,3 +39,4 @@ Description: consistent object-oriented interface for generating random numbers
  take a number of user-supplied parameters, each of which is a
  Math::Random::OO subclass object and which represent a stochastic variable
  with a particular probability distribution.
+

-- 
Debian packaging of libmath-random-oo-perl



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