[libmakefile-dom-perl] 01/05: Fix autopkgtest.

gregor herrmann gregoa at debian.org
Wed Aug 2 15:23:33 UTC 2017


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

gregoa pushed a commit to branch master
in repository libmakefile-dom-perl.

commit 0d5eecd8b8c48ce1a6804d9d2e37c769b8ce4209
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 2 11:14:12 2017 -0400

    Fix autopkgtest.
    
    Add build dependency on libtest-base-perl.
    
    During build, Test::Base is taken from inc/; for autopkgtest it seems safer
    to install the build dependency than to copy all of inc/ into the testbed.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 45cdaab..afe6211 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libclone-perl,
  liblist-moreutils-perl,
- libparams-util-perl
+ libparams-util-perl,
+ libtest-base-perl
 Homepage: https://metacpan.org/release/Makefile-DOM
 Testsuite: autopkgtest-pkg-perl
 

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



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