[libfile-fcntllock-perl] 01/03: Demote c-compiler Recommends to a Suggests.

gregor herrmann gregoa at debian.org
Fri Sep 11 14:57:00 UTC 2015


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

gregoa pushed a commit to branch master
in repository libfile-fcntllock-perl.

commit b7ec7eb2c2e49c4a87ffb662893a0516ec4e16dd
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Sep 11 16:47:39 2015 +0200

    Demote c-compiler Recommends to a Suggests.
    
    While this is needed for File::FcntlLock::Inline, it means that gcc gets
    pulled into e.g. images since libdpkg-perl recommends
    libfile-fcntllock-perl.
    
    (Taken from Ubuntu.)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7ad214e..c425590 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Architecture: any
 Depends: ${perl:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Recommends: gcc | c-compiler
+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
  fashion using the fcntl(2) system call. This allows locks on parts of a file 

-- 
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