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

gregoa pushed a commit to branch master
in repository libdevel-checklib-perl.

commit 731fc6bbf0c2c76784b111b4c8289c104aea62e6
Author: gregor herrmann <gre...@debian.org>
Date:   Sun May 3 00:24:24 2015 +0200

    Add a runtime dependency on "gcc | c-compiler".
    
    Closes: #783755
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6c29dc6..3c3227d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Homepage: https://metacpan.org/release/Devel-CheckLib
 Package: libdevel-checklib-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         gcc | c-compiler
 Description: module for checking the availability of a library
  Devel::CheckLib is a perl module that checks whether a particular C library
  and its headers are available.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to