[libfile-fcntllock-perl] 06/08: denote ${perl:Depends} to Recommends

Damyan Ivanov dmn at moszumanska.debian.org
Wed Oct 25 21:15:13 UTC 2017


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

dmn pushed a commit to branch fcntl-any
in repository libfile-fcntllock-perl.

commit 20f3bb457e54e594cb1964fd83c11a03841c060a
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Oct 25 21:13:00 2017 +0000

    denote ${perl:Depends} to Recommends
    
    now that we have an arch-indep implementation(s) available,
    perlapi-x.y is not a strict requirement
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index da06307..fed3ee7 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,10 @@ Homepage: https://metacpan.org/release/File-FcntlLock
 
 Package: libfile-fcntllock-perl
 Architecture: any
-Depends: ${perl:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         perl
+Recommends: ${perl:Depends}
 Suggests: gcc | c-compiler
 Description: Perl module for file locking with fcntl(2)
  File::FcntlLock is a Perl module to do file locking in an object oriented

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



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