mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 20:26:33 +00:00
trivial: debian/control*: Update for fwupdate transition
Per Steve's recommendation: 1. In fwupd, add Provides/Replaces, plus Conflicts: against the older versions of fwupdate-*-signed. That will tell apt to upgrade cleanly and thereby switch to fwupd instead. See https://www.debian.org/doc/manuals/developers-reference/ch05.html#s5.9.3
This commit is contained in:
parent
e4ad9d27fd
commit
1ff1164630
@ -35,12 +35,18 @@ Depends: ${misc:Depends},
|
|||||||
Recommends: python3,
|
Recommends: python3,
|
||||||
bolt,
|
bolt,
|
||||||
fwupd-signed
|
fwupd-signed
|
||||||
|
Provides: fwupdate
|
||||||
|
Conflicts: fwupdate-amd64-signed,
|
||||||
|
fwupdate-i386-signed,
|
||||||
|
fwupdate-arm64-signed,
|
||||||
|
fwupdate-armhf-signed
|
||||||
Breaks: gir1.2-dfu-1.0 (<< 0.9.7-1),
|
Breaks: gir1.2-dfu-1.0 (<< 0.9.7-1),
|
||||||
libdfu1 (<< 0.9.7-1),
|
libdfu1 (<< 0.9.7-1),
|
||||||
libdfu-dev (<< 0.9.7-1)
|
libdfu-dev (<< 0.9.7-1)
|
||||||
Replaces: gir1.2-dfu-1.0 (<< 0.9.7-1),
|
Replaces: gir1.2-dfu-1.0 (<< 0.9.7-1),
|
||||||
libdfu1 (<< 0.9.7-1),
|
libdfu1 (<< 0.9.7-1),
|
||||||
libdfu-dev (<< 0.9.7-1)
|
libdfu-dev (<< 0.9.7-1),
|
||||||
|
fwupdate (<< 12-7)
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Description: Firmware update daemon
|
Description: Firmware update daemon
|
||||||
fwupd is a daemon to allow session software to update device firmware.
|
fwupd is a daemon to allow session software to update device firmware.
|
||||||
|
Loading…
Reference in New Issue
Block a user