From 1fb66613d0349ccd16f42a5fd83fd29de3af21ec Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Fri, 17 May 2024 11:07:12 +0200 Subject: [PATCH] d/control: add Conflicts and Replaces for ath9k-htc firmware Reported in the community forum [0]. Both firmware files that are in the package [1] > /lib/firmware/ath9k_htc/htc_7010-1.4.0.fw > /lib/firmware/ath9k_htc/htc_9271-1.4.0.fw seem to have been present since the linux-firmware submodule commit 3de1c437 ("Add v1.4.0 firmware for ath9k_htc.") which is present since tag 20190717. [0]: https://forum.proxmox.com/threads/135758/post-664862 [1]: https://packages.debian.org/bookworm/all/firmware-ath9k-htc/filelist Signed-off-by: Fiona Ebner --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 3c21b90..1fc601b 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Architecture: all Depends: ${misc:Depends}, Suggests: linux-image, Conflicts: firmware-amd-graphics, + firmware-ath9k-htc, firmware-atheros, firmware-bnx2, firmware-bnx2x, @@ -33,6 +34,7 @@ Conflicts: firmware-amd-graphics, firmware-siano, firmware-ti-connectivity, Replaces: firmware-amd-graphics, + firmware-ath9k-htc, firmware-atheros, firmware-bnx2, firmware-bnx2x,