d/control: change binary package architecture from any to all

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@jing.rocks>
Reviewed-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Jing Luo 2024-09-13 19:55:54 +09:00 committed by Thomas Lamprecht
parent 421f03779a
commit 449722bcc9
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ export VERSION = $(DEB_VERSION_UPSTREAM_REVISION)
BUILDDIR = $(PACKAGE)-$(DEB_VERSION_UPSTREAM) BUILDDIR = $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
DSC=$(PACKAGE)_$(DEB_VERSION).dsc DSC=$(PACKAGE)_$(DEB_VERSION).dsc
DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
DESTDIR= DESTDIR=
SUBDIRS = aplinfo PVE bin www services configs network-hooks test templates SUBDIRS = aplinfo PVE bin www services configs network-hooks test templates

3
debian/control vendored
View File

@ -34,7 +34,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Package: pve-manager Package: pve-manager
Section: admin Section: admin
Priority: optional Priority: optional
Architecture: any Architecture: all
Depends: apt (>= 1.5~), Depends: apt (>= 1.5~),
ca-certificates, ca-certificates,
cstream, cstream,
@ -97,7 +97,6 @@ Depends: apt (>= 1.5~),
zstd, zstd,
${misc:Depends}, ${misc:Depends},
${perl:Depends}, ${perl:Depends},
${shlibs:Depends},
Recommends: libpve-network-perl (>= 0.9~), Recommends: libpve-network-perl (>= 0.9~),
proxmox-firewall, proxmox-firewall,
proxmox-offline-mirror-helper, proxmox-offline-mirror-helper,