From 449722bcc9119d346a9230a218b92b6a04451896 Mon Sep 17 00:00:00 2001 From: Jing Luo Date: Fri, 13 Sep 2024 19:55:54 +0900 Subject: [PATCH] d/control: change binary package architecture from `any` to `all` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Fabian Grünbichler --- Makefile | 2 +- debian/control | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 337682b3..fbd75f51 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ export VERSION = $(DEB_VERSION_UPSTREAM_REVISION) BUILDDIR = $(PACKAGE)-$(DEB_VERSION_UPSTREAM) DSC=$(PACKAGE)_$(DEB_VERSION).dsc -DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb +DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb DESTDIR= SUBDIRS = aplinfo PVE bin www services configs network-hooks test templates diff --git a/debian/control b/debian/control index 0c52befa..fe290dc0 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Maintainer: Proxmox Support Team 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,