[pve-devel] [PATCH ha-manager 7/7] d/rules: add new PVE dependencies from PVE::Tools to pve-ha-simulator
Daniel Kral
d.kral at proxmox.com
Mon Nov 17 18:21:06 CET 2025
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 <d.kral at proxmox.com>
---
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
More information about the pve-devel
mailing list