Use dh_auto_test for build time tests and add according build-dependencies
This commit is contained in:
parent
00586d1443
commit
8780d7d9ee
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
1
debian/rules
vendored
@ -28,6 +28,7 @@ install: build
|
||||
dh_testroot
|
||||
dh_prep
|
||||
|
||||
dh_auto_test
|
||||
make manpages
|
||||
make install prefix=`pwd`/debian/xen-tools
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user