Fix broken quoting in list of required binaries
This commit is contained in:
@@ -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
1
debian/changelog
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user