1
0
mirror of synced 2026-01-20 09:34:58 +00:00

Add build-dependencies on libdata-validate-{domain,ip,uri}-perl

This commit is contained in:
Axel Beckert 2013-08-23 19:31:27 +02:00
parent cb5ce9ea5c
commit 029faab59c
2 changed files with 7 additions and 3 deletions

7
debian/changelog vendored
View File

@ -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
View File

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