[cpanoutdated] 02/03: Fixed cme check dpkg warnings.

Oleg Gashev oleg at gashev.net
Sat Sep 28 09:56:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

gashev-guest pushed a commit to branch master
in repository cpanoutdated.

commit 2207c46c62d6d16d0e9bc9d5e2b3d03d9488969b
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sat Sep 28 09:40:17 2013 +0000

    Fixed cme check dpkg warnings.
    
    Fixed:
    
    Warning in 'control source Build-Depends-Indep:4' value 'perl (>= 5.15.3) |
    libmodule-metadata-perl': Dependency of dual life package should be 'perl
    (>= 5.15.8) | libmodule-metadata-perl' not 'perl (>= 5.15.3) |
    libmodule-metadata-perl'
    
    Warning in 'control binary:cpanoutdated Depends:4' value 'perl (>= 5.15.3) |
    libmodule-metadata-perl': Dependency of dual life package should be 'perl
    (>= 5.15.8) | libmodule-metadata-perl' not 'perl (>= 5.15.3) |
    libmodule-metadata-perl'
---
 debian/control |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 9d8b039..bb45290 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: libcpan-distnameinfo-perl,
  liblocal-lib-perl (>= 1.006008),
  libwww-perl,
  perl (>= 5.13.10) | libcpan-meta-perl,
- perl (>= 5.15.3) | libmodule-metadata-perl,
+ perl (>= 5.15.8) | libmodule-metadata-perl,
  perl
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/cpanoutdated
@@ -21,7 +21,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libcpan-distnameinfo-perl,
  liblocal-lib-perl (>= 1.006008),
- perl (>= 5.15.3) | libmodule-metadata-perl,
+ perl (>= 5.15.8) | libmodule-metadata-perl,
  libwww-perl
 Description: script to detect outdated CPAN modules in your environment
  cpanoutdated prints the list of outdated CPAN modules in your machine. It

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/cpanoutdated.git



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