1
0
mirror of synced 2026-01-22 02:05:22 +00:00

Use dh_auto_test for build time tests and add according build-dependencies

This commit is contained in:
Axel Beckert 2012-05-08 00:48:12 +02:00
parent 00586d1443
commit 8780d7d9ee
3 changed files with 4 additions and 3 deletions

4
debian/changelog vendored
View File

@ -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)

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: xen-tools
Section: utils
Priority: extra
Maintainer: Axel Beckert <abe@debian.org>
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

1
debian/rules vendored
View File

@ -28,6 +28,7 @@ install: build
dh_testroot
dh_prep
dh_auto_test
make manpages
make install prefix=`pwd`/debian/xen-tools