As some of PVE::Tools is being split up into PVE::File and PVE::UPID, these dependencies must be copied to the standalone pve-ha-simulator package as well.
Signed-off-by: Daniel Kral <[email protected]> --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index a7a3f6c0..1aa4b31d 100755 --- a/debian/rules +++ b/debian/rules @@ -17,12 +17,14 @@ override_dh_install: install -d -m 0755 debian/tmp/usr/share/pve-ha-simulator/PVE install -m 0644 \ /usr/share/perl5/PVE/Exception.pm \ + /usr/share/perl5/PVE/File.pm \ /usr/share/perl5/PVE/JSONSchema.pm \ /usr/share/perl5/PVE/ProcFSTools.pm \ /usr/share/perl5/PVE/SafeSyslog.pm \ /usr/share/perl5/PVE/SectionConfig.pm \ /usr/share/perl5/PVE/Syscall.pm \ /usr/share/perl5/PVE/Tools.pm \ + /usr/share/perl5/PVE/UPID.pm \ debian/tmp/usr/share/pve-ha-simulator/PVE/ dh_install -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
