From: Hans van Kranenburg Date: Thu, 21 Apr 2022 21:30:48 +0000 (+0200) Subject: d/control: make xen-hypervisor-common arch specific X-Git-Tag: archive/raspbian/4.16.1-1+rpi1^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=611e71a49f22aef562aae071b809d104adf6913b;p=xen.git d/control: make xen-hypervisor-common arch specific It really does not make sense at all to have this package available for any other arch than that we provide the other packages for. So, do the same thing like was done for xen-utils-common. The Debian Policy Manual, in section 5.6.8. Architecture, tells us: "Specifying a list of architectures or architecture wildcards other than any is for the minority of cases where a program is not portable or is not useful on some architectures." Well, in our case, Xen is not portable to all the other architectures, so this package is not useful on them. Signed-off-by: Hans van Kranenburg --- diff --git a/debian/control b/debian/control index 7eebf4bb8a..1d2814cd94 100644 --- a/debian/control +++ b/debian/control @@ -73,7 +73,7 @@ Description: Xen administrative tools - common files Package: xen-hypervisor-common Section: kernel -Architecture: all +Architecture: amd64 armhf arm64 Depends: ${misc:Depends} Replaces: xen-hypervisor-4.8-amd64, xen-hypervisor-4.8-arm64, xen-hypervisor-4.8-armhf Description: Xen Hypervisor - common files