From c212cfb08f2181a837ed3ed0e73d3330c5fa7da3 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 8 Jun 2012 18:54:53 +0200 Subject: [PATCH] Add build-dependency on Test::Pod::Coverage for t/pod-coverage.t --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f507a0b..47c65eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ xen-tools (4.3~rc2~dev-1) UNRELEASED; urgency=low * Disable tests of not yet used Xen::Tools. Fixes FTBFS in test suite due to not satisifed Moose dependency in Xen::Tools::Log. * Add build-dependency on Moose for t/perl-syntax.t. + * Add build-dependency on Test::Pod::Coverage for t/pod-coverage.t. * Skip t/hook-inittab.t if /etc/inittab is not present on the build host. Fixes FTBFS on Ubuntu. diff --git a/debian/control b/debian/control index 09b07a2..ab3df09 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xen-tools Section: utils Priority: extra Maintainer: Axel Beckert -Build-Depends: debhelper (>= 7.0.0), libtest-pod-perl, libtext-template-perl, libfile-slurp-perl, devscripts, libmoose-perl +Build-Depends: debhelper (>= 7.0.0), libtest-pod-perl, libtext-template-perl, libfile-slurp-perl, devscripts, libmoose-perl, libtest-pod-coverage-perl Standards-Version: 3.9.3 Homepage: http://xen-tools.org/software/xen-tools Vcs-Browser: http://gitorious.org/xen-tools/xen-tools