[libcgi-test-perl] 01/01: Add missing (build-) dependencies

Axel Beckert abe at deuxchevaux.org
Mon Jan 11 01:04:24 UTC 2016


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

abe pushed a commit to branch master
in repository libcgi-test-perl.

commit 927cc4c528f5f61103d9e1a2d3a0f9e84d22c3c8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jan 11 02:03:48 2016 +0100

    Add missing (build-) dependencies
---
 debian/control | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1d48b01..99cd17c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,11 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Axel Beckert <abe at debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: libcgi-pm-perl,
+                     libhtml-tree-perl,
+                     libhttp-message-perl,
+                     liburi-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-test-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-test-perl.git
@@ -13,7 +17,11 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libcgi-test-perl
 Architecture: all
-Depends: ${misc:Depends},
+Depends: libcgi-pm-perl,
+         libhtml-tree-perl,
+         libhttp-message-perl,
+         liburi-perl,
+         ${misc:Depends},
          ${perl:Depends}
 Description: CGI regression test framework
  The CGI::Test framework is an answer to the CGI testing problem.

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



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