Add build-dependencies on libdata-validate-{domain,ip,uri}-perl
This commit is contained in:
parent
cb5ce9ea5c
commit
029faab59c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -56,10 +56,11 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
|
||||
source code. Also removes the according tests from the test suite.
|
||||
→ Remove no more needed build-dependency on Moose.
|
||||
- Better documents and checks requirements for the --apt_proxy
|
||||
value. (See #623443 for the corresponding apt issue.) Add dependency
|
||||
on libdata-validate-uri-perl.
|
||||
value. (See #623443 for the corresponding apt issue.) Add (build-)
|
||||
dependency on libdata-validate-uri-perl.
|
||||
- Use Data::Validate::{Domain,IP} for IP addresses and hostname checks.
|
||||
Add corresponding dependencies on libdata-validate-{domain,ip}-perl.
|
||||
Add corresponding (build-) dependencies on
|
||||
libdata-validate-{domain,ip}-perl.
|
||||
- Fixes broken quoting in list of required binaries
|
||||
- Declares POD encoding. Fixes FTBFS with Perl 5.18. (Closes: #720519)
|
||||
* Add debian/gbp.conf to be able to to build xen-tools with
|
||||
|
||||
3
debian/control
vendored
3
debian/control
vendored
@ -5,6 +5,9 @@ Maintainer: Axel Beckert <abe@debian.org>
|
||||
Build-Depends: debhelper (>= 9~),
|
||||
devscripts,
|
||||
git,
|
||||
libdata-validate-domain-perl,
|
||||
libdata-validate-ip-perl,
|
||||
libdata-validate-uri-perl,
|
||||
libfile-slurp-perl,
|
||||
libfile-which-perl,
|
||||
libtest-notabs-perl,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user