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

Fix broken quoting in list of required binaries

This commit is contained in:
Axel Beckert
2013-07-11 00:44:25 +02:00
parent 9c47e5da4f
commit e5abe64ae0
2 changed files with 2 additions and 1 deletions

View File

@@ -1147,7 +1147,7 @@ E_O_ERROR
# Check that all the binaries have been installed properly
#
my @required =
qw ( / xt-customize-image xt-install-image xt-create-xen-config / );
qw(xt-customize-image xt-install-image xt-create-xen-config);
foreach my $bin (@required)
{

1
debian/changelog vendored
View File

@@ -58,6 +58,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
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.
- Fixes broken quoting in list of required binaries
* Add debian/gbp.conf to be able to to build xen-tools with
git-buildpackage.
* Clean up debian/rules: