[libauthen-captcha-perl] 06/10: Add (build) dependency on libstring-random-perl.

gregor herrmann gregoa at debian.org
Wed Mar 12 18:33:09 UTC 2014


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

gregoa pushed a commit to branch master
in repository libauthen-captcha-perl.

commit 3fece9b51bf86a6148c60078997ee7d8a92fcefe
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Mar 12 19:23:40 2014 +0100

    Add (build) dependency on libstring-random-perl.
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 05589e4..42de873 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Section: perl
 Priority: extra
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libgd-gd2-noxpm-perl | libgd-gd2-perl,
+                     libstring-random-perl,
                      perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-captcha-perl.git
@@ -17,7 +18,8 @@ Package: libauthen-captcha-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libgd-gd2-noxpm-perl | libgd-gd2-perl
+         libgd-gd2-noxpm-perl | libgd-gd2-perl,
+         libstring-random-perl
 Description: Perl extension for creating captcha's
  Authen::Captcha provides an object oriented interface to captcha file
  creations. Captcha stands for Completely Automated Public Turing test to

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



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