[SCM] Debian packaging of libtest-distribution-perl branch, master, updated. 4267c3a13c3b3a97d01731b1d256acb2bdcb89c6

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


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

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

diff --git a/debian/control b/debian/control
index 25af8e0..6a9a7b2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,29 @@
 Source: libtest-distribution-perl
-Section: perl
-Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: extra
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libfile-find-rule-perl (>= 0.03),
- libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl,
- libpod-coverage-perl (>= 0.17), perl (>= 5.10.1) | libfile-spec-perl
+Build-Depends-Indep: perl,
+                     libfile-find-rule-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     libpod-coverage-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Test-Distribution/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-distribution-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-distribution-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-distribution-perl.git
+Homepage: http://search.cpan.org/dist/Test-Distribution/
 
 Package: libtest-distribution-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfile-find-rule-perl (>= 0.03),
- perl (>= 5.10.1) | libfile-spec-perl,
- libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl,
- libpod-coverage-perl (>= 0.17)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-find-rule-perl,
+         perl,
+         libtest-pod-perl,
+         libtest-pod-coverage-perl,
+         libpod-coverage-perl
 Description: perform tests on all modules of a distribution
  When using Test::Distribution in a test script, it goes through all the
  modules in your distribution, checks their POD, checks that they compile ok
@@ -33,3 +38,4 @@ Description: perform tests on all modules of a distribution
  with other Test::* modules in the same file. It's recommended that you just 
  create a one-line test script as shown in the SYNOPSIS above. However, there 
  are options.
+

-- 
Debian packaging of libtest-distribution-perl



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