This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libconfig-autoconf-perl.
commit 40e651fe424f703b8e9e3cb8d20290f44ea968bc Author: Salvatore Bonaccorso <[email protected]> Date: Sun May 18 22:26:31 2014 +0200 Add (build-)dependency on libfile-slurp-tiny-perl Add Build-Depends-Indep and Depends on libfile-slurp-tiny-perl for File::Slurp::Tiny. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 61a3580..08e5637 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, - libcapture-tiny-perl + libcapture-tiny-perl, + libfile-slurp-tiny-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-autoconf-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-autoconf-perl.git @@ -16,7 +17,8 @@ Package: libconfig-autoconf-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libcapture-tiny-perl + libcapture-tiny-perl, + libfile-slurp-tiny-perl Description: Perl module to implement some of AutoConf's macros in pure Perl Config::AutoConf simulates some of the tasks AutoConf macros do, e.g. detecting a command, detecting a library, etc. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-autoconf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
