[pve-devel] [PATCH pve-manager] d/control: change binary package architecture from `any` to `all`
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Sep 13 12:09:19 CEST 2024
> Jing Luo via pve-devel <pve-devel at lists.proxmox.com> hat am 12.09.2024 16:25 CEST geschrieben:
> 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>
Reviewed-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
not applying directly in case I missed some spot where this is hard-coded that requires adaptations, but it seems sound to me.
> ---
> 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