From 30407537ffa497dd9891f39b1db3b8aee3d1e79e Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 28 Aug 2018 10:38:00 -0500 Subject: [PATCH] trivial: debian: Add Recommends for bolt Newer versions of bolt provide a superior experience when using Thunderbolt force power rather than directly using the kernel. Pull bolt in when installing fwupd to take advantage of this. --- contrib/debian/control.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/debian/control.in b/contrib/debian/control.in index 24c33e385..47b8943d8 100644 --- a/contrib/debian/control.in +++ b/contrib/debian/control.in @@ -33,6 +33,7 @@ Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: python3, + bolt, fwupd-signed Breaks: gir1.2-dfu-1.0 (<< 0.9.7-1), libdfu1 (<< 0.9.7-1),