[SCM] Debian packaging of libparams-validate-perl branch, master, updated. debian/1.06-1-2-gecfc03c

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


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

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

diff --git a/debian/control b/debian/control
index 1e7d375..42a74d4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,31 @@
 Source: libparams-validate-perl
-Section: perl
-Priority: optional
-Build-Depends: perl, debhelper (>= 9),
- libmodule-implementation-perl,
- libreadonly-xs-perl,
- libreadonly-perl,
- libtest-fatal-perl,
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Damyan Ivanov <dmn at debian.org>
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Damyan Ivanov <dmn at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: perl,
+               debhelper (>= 9),
+               libmodule-implementation-perl,
+               libreadonly-xs-perl,
+               libreadonly-perl,
+               libtest-fatal-perl,
+               perl (>= 5.11.4) | libmodule-build-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Params-Validate/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libparams-validate-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparams-validate-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libparams-validate-perl.git
+Homepage: http://search.cpan.org/dist/Params-Validate/
 
 Package: libparams-validate-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libmodule-implementation-perl
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libmodule-implementation-perl
 Description: Perl module to validate parameters to Perl method/function calls
  Params::Validate is a Perl module providing a flexible way to validate method
  and function call parameters. The validation can be as simple as checking for
@@ -33,3 +36,4 @@ Description: Perl module to validate parameters to Perl method/function calls
  The module has been designed to work equally well with positional or named
  parameters (via a hash or hash reference) and includes experimental support
  for attributes (see Attribute::Params::Validate for details).
+

-- 
Debian packaging of libparams-validate-perl



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