[SCM] Debian packaging of libtest-distmanifest-perl branch, master, updated. 687c4275e1a2cff49b8a7164f4ae84fd6be8d4fb

gregor herrmann gregoa at debian.org
Mon Apr 23 14:50:42 UTC 2012


The following commit has been merged in the master branch:
commit 2551cde6cd54929902f5a6f037ff7a6948c3e7e4
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 23 16:34:52 2012 +0200

    Remove build dependencies that are not needed anymore.

diff --git a/debian/control b/debian/control
index 4ff6dc2..45214ac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,10 @@ Source: libtest-distmanifest-perl
 Section: perl
 Priority: optional
 Build-Depends:  debhelper (>= 8)
-Build-Depends-Indep: perl, libmodule-manifest-perl, libtest-pod-coverage-perl,
- libtest-pod-perl, perl (>= 5.10.1) | libpod-simple-perl (>= 3.07),
- libtest-minimumversion-perl,
- libtest-nowarnings-perl (>= 0.084), libtest-portability-files-perl,
- libtest-signature-perl, libtest-cpan-meta-perl, libtest-kwalitee-perl
+Build-Depends-Indep: perl,
+ libmodule-manifest-perl (>= 0.07),
+ libtest-nowarnings-perl (>= 0.084),
+ perl (>= 5.10.1) | libpod-simple-perl (>= 3.07)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.3
@@ -16,7 +15,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-distm
 
 Package: libtest-distmanifest-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmodule-manifest-perl (>= 0.07)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmodule-manifest-perl (>= 0.07)
 Description: Perl module for verifying CPAN MANIFEST files
  Test::DistManifest provides a simple method of testing that a MANIFEST
  matches the distribution. It is similar to Test::CheckManifest, but differs

-- 
Debian packaging of libtest-distmanifest-perl



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