[pve-devel] [PATCH installer 1/2] d/control: add geoip-bin to Build-Depends

Stoiko Ivanov s.ivanov at proxmox.com
Tue Apr 30 17:18:46 CEST 2024


else the tests running:
`./proxmox-low-level-installer -t test.img dump-env`
print quite a few warnings about the use of uninitialized values
(though they still continue happily).
This was a slight distraction for me.

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index eb4d3be..afe3c70 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Proxmox Support Team <support at proxmox.com>
 Build-Depends: cargo:native,
                debhelper-compat (= 12),
+               geoip-bin,
                iproute2,
                iso-codes,
                libgtk3-perl,
-- 
2.39.2





More information about the pve-devel mailing list