5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-02-08 05:57:40 +03:00

move 'use UUID' statement to correct file

and add the libuuid-perl package to build-depends as well.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2019-11-06 13:36:53 +01:00 committed by Thomas Lamprecht
parent 7be54044ef
commit 425441e6fa
3 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,6 @@ use strict;
use warnings;
use Cwd 'abs_path';
use Net::SSLeay;
use UUID;
use POSIX;
use IO::Socket::IP;
use URI::Escape;

View File

@ -24,6 +24,7 @@ use POSIX;
use Storable qw(dclone);
use Time::HiRes qw(gettimeofday);
use URI::Escape;
use UUID;
use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file cfs_lock_file);
use PVE::Exception qw(raise raise_param_exc);

1
debian/control vendored
View File

@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 11~),
libpve-guest-common-perl (>= 2.0-20),
libpve-storage-perl,
libtest-mockmodule-perl,
libuuid-perl,
libxml-libxml-perl,
lintian,
perl (>= 5.10.0-19),