[PATCH pve-manager] d/control: change binary package architecture from `any` to `all`
Jing Luo
jing at jing.rocks
Thu Sep 12 16:25:49 CEST 2024
There is no architecture dependent binary files in the final deb
package. There is no shared libs either (says debhelper), so let's remove
that too.
Signed-off-by: Jing Luo <jing at jing.rocks>
---
debian/control | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index d844cc15..a3cb632f 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Maintainer: Proxmox Support Team <support at proxmox.com>
Package: pve-manager
Section: admin
Priority: optional
-Architecture: any
+Architecture: all
Depends: apt (>= 1.5~),
ca-certificates,
cstream,
@@ -97,7 +97,6 @@ Depends: apt (>= 1.5~),
zstd,
${misc:Depends},
${perl:Depends},
- ${shlibs:Depends},
Recommends: libpve-network-perl (>= 0.9~),
proxmox-firewall,
proxmox-offline-mirror-helper,
--
2.46.0
More information about the pve-devel
mailing list