[SCM] Debian packaging of libdata-random-perl branch, master, updated. 4e67fd28aea4d4de232d126beab9deb843634471

gregor herrmann gregoa at debian.org
Sat Nov 26 16:47:27 UTC 2011


The following commit has been merged in the master branch:
commit 475f86332cab350fbd72837cd4bf7b2982181137
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 26 17:09:57 2011 +0100

    Add build dependency on Test::More 0.88.

diff --git a/debian/control b/debian/control
index f895395..03ce8b3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,14 @@ Source: libdata-random-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libdate-calc-perl, libgd-gd2-perl | libgd-gd2-noxpm-perl
+Build-Depends-Indep: perl,
+ libdate-calc-perl,
+ libgd-gd2-perl | libgd-gd2-noxpm-perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Niko Tyni <ntyni at iki.fi>, Damyan Ivanov <dmn at debian.org>
+ Niko Tyni <ntyni at iki.fi>,
+ Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Data-Random/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-random-perl.git
@@ -13,6 +17,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-rando
 
 Package: libdata-random-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdate-calc-perl, libgd-gd2-perl | libgd-gd2-noxpm-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libdate-calc-perl,
+ libgd-gd2-perl | libgd-gd2-noxpm-perl
 Description: Perl module to generate random data
  A module used to generate random data.  Useful mostly for test programs.

-- 
Debian packaging of libdata-random-perl



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