mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-12 21:57:58 +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:
parent
7be54044ef
commit
425441e6fa
@ -4,7 +4,6 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use Cwd 'abs_path';
|
use Cwd 'abs_path';
|
||||||
use Net::SSLeay;
|
use Net::SSLeay;
|
||||||
use UUID;
|
|
||||||
use POSIX;
|
use POSIX;
|
||||||
use IO::Socket::IP;
|
use IO::Socket::IP;
|
||||||
use URI::Escape;
|
use URI::Escape;
|
||||||
|
@ -24,6 +24,7 @@ use POSIX;
|
|||||||
use Storable qw(dclone);
|
use Storable qw(dclone);
|
||||||
use Time::HiRes qw(gettimeofday);
|
use Time::HiRes qw(gettimeofday);
|
||||||
use URI::Escape;
|
use URI::Escape;
|
||||||
|
use UUID;
|
||||||
|
|
||||||
use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file cfs_lock_file);
|
use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file cfs_lock_file);
|
||||||
use PVE::Exception qw(raise raise_param_exc);
|
use PVE::Exception qw(raise raise_param_exc);
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 11~),
|
|||||||
libpve-guest-common-perl (>= 2.0-20),
|
libpve-guest-common-perl (>= 2.0-20),
|
||||||
libpve-storage-perl,
|
libpve-storage-perl,
|
||||||
libtest-mockmodule-perl,
|
libtest-mockmodule-perl,
|
||||||
|
libuuid-perl,
|
||||||
libxml-libxml-perl,
|
libxml-libxml-perl,
|
||||||
lintian,
|
lintian,
|
||||||
perl (>= 5.10.0-19),
|
perl (>= 5.10.0-19),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user