From 4fc4b533b56e45527108c1785f5b7c7464d10ec8 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Mon, 15 May 2023 15:28:47 +0200 Subject: [PATCH] buildsys: fix lintian overrides See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007002 for more information. Signed-off-by: Fiona Ebner Signed-off-by: Thomas Lamprecht --- debian/pve-qemu-kvm.lintian-overrides | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/pve-qemu-kvm.lintian-overrides b/debian/pve-qemu-kvm.lintian-overrides index ba50e51..523e848 100644 --- a/debian/pve-qemu-kvm.lintian-overrides +++ b/debian/pve-qemu-kvm.lintian-overrides @@ -1,4 +1,4 @@ -pve-qemu-kvm: arch-dependent-file-in-usr-share usr/share/kvm/hppa-firmware.img -pve-qemu-kvm: binary-from-other-architecture usr/share/kvm/hppa-firmware.img -pve-qemu-kvm: unstripped-binary-or-object usr/share/kvm/hppa-firmware.img -pve-qemu-kvm: statically-linked-binary usr/share/kvm/hppa-firmware.img +pve-qemu-kvm: arch-dependent-file-in-usr-share [usr/share/kvm/hppa-firmware.img] +pve-qemu-kvm: binary-from-other-architecture [usr/share/kvm/hppa-firmware.img] +pve-qemu-kvm: unstripped-binary-or-object [usr/share/kvm/hppa-firmware.img] +pve-qemu-kvm: statically-linked-binary [usr/share/kvm/hppa-firmware.img]