[libkeyword-simple-perl] 02/07: Simplify (build-)dependency for perl

Salvatore Bonaccorso carnil at debian.org
Sat Sep 9 06:20:54 UTC 2017


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

carnil pushed a commit to branch master
in repository libkeyword-simple-perl.

commit 9f2a0e25d403d0ae2f7056fd8cfbe8f2892afe50
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Sep 9 06:06:01 2017 +0200

    Simplify (build-)dependency for perl
    
    Make Build-Depends on perl unversioned.
    
    Drop additional Depends on perl (>= 5.12.0) which is already satisfied
    in jessie.
---
 debian/control | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index f7ff7b8..ca20c12 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
-Build-Depends: debhelper (>= 9.20120312~),
- perl (>= 5.12.0)
+Build-Depends: debhelper (>= 9.20120312~), perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libkeyword-simple-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libkeyword-simple-perl.git
@@ -13,8 +12,7 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libkeyword-simple-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl (>= 5.12.0)
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl module to define new keywords in pure Perl
  Keyword::Simple allows one to implement new keywords in pure Perl. To do
  this, it is needed to write a module and call Keyword::Simple::define in

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



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