[SCM] Debian packaging of libtest-minimumversion-perl branch, master, updated. 42b56fb0971c6fa7c6941302f3ca09e99cb50ba9

gregor herrmann gregoa at debian.org
Thu Jul 5 21:00:20 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 9d316b2..3fd1778 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,32 @@
 Source: libtest-minimumversion-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libfile-find-rule-perl, libfile-find-rule-perl-perl,
- libperl-minimumversion-perl (>= 1.20), libtest-tester-perl,
- libyaml-tiny-perl (>= 1.40), perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Vincent Danjean <vdanjean at debian.org>, Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends-Indep: libfile-find-rule-perl,
+                     libfile-find-rule-perl-perl,
+                     libperl-minimumversion-perl,
+                     libtest-tester-perl,
+                     libyaml-tiny-perl,
+                     perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/Test-MinimumVersion/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-minimumversion-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-minimumversion-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-minimumversion-perl.git
+Homepage: http://search.cpan.org/dist/Test-MinimumVersion/
 
 Package: libtest-minimumversion-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfile-find-rule-perl,
- libfile-find-rule-perl-perl, libperl-minimumversion-perl (>= 1.20),
- libyaml-tiny-perl (>= 1.40)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-find-rule-perl,
+         libfile-find-rule-perl-perl,
+         libperl-minimumversion-perl,
+         libyaml-tiny-perl
 Description: Perl test module to check the version of perl required
  Test::MinimumVersion is a simple test to look at the features you are using in
  your code and determine the minimum version of the perl interpreter that is
@@ -28,3 +36,4 @@ Description: Perl test module to check the version of perl required
  This test makes it easy to determine if your Perl code requires a newer perl
  than expected, or if you accidentally made your dist require a newer version
  than strictly necessary.
+

-- 
Debian packaging of libtest-minimumversion-perl



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