mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 05:49:53 +00:00
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:
parent
421f03779a
commit
449722bcc9
2
Makefile
2
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
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -34,7 +34,7 @@ Maintainer: Proxmox Support Team <support@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,
|
||||
|
Loading…
Reference in New Issue
Block a user