[libb-lint-perl] 01/05: Explicitly (build) depend on libmodule-pluggable-perl

gregor herrmann gregoa at debian.org
Fri Jun 27 18:12:00 UTC 2014


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

gregoa pushed a commit to branch master
in repository libb-lint-perl.

commit ede26333cad49e60ad8e621620bbc3fe9649a1f3
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 27 20:08:12 2014 +0200

    Explicitly (build) depend on libmodule-pluggable-perl
    
    which was deprecated in Perl 5.18 and removed in Perl 5.20.
    
    Closes: #752905
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 50088fe..967d0db 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+               libmodule-pluggable-perl | perl (<< 5.17.0)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-lint-perl.git
@@ -12,7 +13,9 @@ Homepage: https://metacpan.org/release/B-Lint
 
 Package: libb-lint-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmodule-pluggable-perl | perl (<< 5.17.0)
 Description: Perl lint
  The B::Lint module is equivalent to an extended version of the -w option of
  perl. It is named after the program lint which carries out a similar process

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



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