[libtest-files-perl] 02/04: add dependencies

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Fri Dec 18 20:13:00 UTC 2015


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

sascha-guest pushed a commit to branch master
in repository libtest-files-perl.

commit 1cd19389ac828e6365ad6a2b04eee76b59c68fe5
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Thu Dec 17 21:15:00 2015 +0000

    add dependencies
---
 debian/control | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 7911363..10f1e7b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,10 @@
 Source: libtest-files-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               libtest-simple-perl,
+               libtext-diff-perl,
+               libalgorithm-diff-perl
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Sascha Steinbiss <sascha at steinbiss.name>
@@ -13,8 +16,12 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-files-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: A Test::Builder based module to ease testing with files and dirs
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-simple-perl,
+         libtext-diff-perl,
+         libalgorithm-diff-perl
+Description: Test::Builder based module to ease testing with files and dirs
  This is a Test::Builder based module to ease testing with files and
  directories, e.g. compare the contents of a file to a string, compare the
  contents of two files, check a directory for the presence of a list of files,

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



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