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,