From 1ff116463057b88255950262bee9485cc6d3f9e6 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 1 Oct 2019 17:06:08 -0500 Subject: [PATCH] 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 --- contrib/debian/control.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/debian/control.in b/contrib/debian/control.in index 622a56504..8b1f0ab10 100644 --- a/contrib/debian/control.in +++ b/contrib/debian/control.in @@ -35,12 +35,18 @@ Depends: ${misc:Depends}, Recommends: python3, bolt, 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), libdfu1 (<< 0.9.7-1), libdfu-dev (<< 0.9.7-1) Replaces: gir1.2-dfu-1.0 (<< 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 Description: Firmware update daemon fwupd is a daemon to allow session software to update device firmware.