From 8780d7d9eebf0bedcd1f200273bdbd9e611646b6 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 8 May 2012 00:48:12 +0200 Subject: [PATCH] Use dh_auto_test for build time tests and add according build-dependencies --- debian/changelog | 4 ++-- debian/control | 2 +- debian/rules | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1830f82..78c08de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,8 @@ xen-tools (4.3~dev-1) UNRELEASED; urgency=low (Closes: #607236; Thanks Vagrant Cascadian!) - New option --apt_proxy (Thanks Alex Tomlins!) * Add dependency on openssh-client for ssh-keygen (Closes: #649108) - * Add build-dependency on devscripts for checkbashisms used in - t/portable-shells.t + * Use dh_auto_test for build time tests and add according + build-dependencies on devscripts and libfile-slurp-perl. * No more suggest evms-cli -- it's no more available on any supported Dom0 distribution. Thanks to Markus Waldeck for the hint. * Bump Standards-Version to 3.9.3 (no changes) diff --git a/debian/control b/debian/control index 13a9dcf..0fbabbf 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, devscripts +Build-Depends: debhelper (>= 7.0.0), libtest-pod-perl, libtext-template-perl, libfile-slurp-perl, devscripts Standards-Version: 3.9.3 Homepage: http://xen-tools.org/software/xen-tools Vcs-Browser: http://gitorious.org/xen-tools/xen-tools diff --git a/debian/rules b/debian/rules index a7171b7..addafbf 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ install: build dh_testroot dh_prep + dh_auto_test make manpages make install prefix=`pwd`/debian/xen-tools