From 09700bbce8b2016056079cf73b0408e9afbc5301 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 22 Jul 2019 15:23:56 -0500 Subject: [PATCH] trivial: debian: For signed package fill out Built-Using (Closes: #932757) --- contrib/debian/signing-template/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/debian/signing-template/control b/contrib/debian/signing-template/control index 70282f73c5e..3006d94d1ec 100644 --- a/contrib/debian/signing-template/control +++ b/contrib/debian/signing-template/control @@ -14,9 +14,10 @@ Section: admin Architecture: SIGNARCH Provides: fwupd-signed Depends: ${shlibs:Depends}, ${misc:Depends}, fwupd (= SIGNVERSION) +Built-Using: fwupd (= SIGNVERSION) Description: Tools to manage UEFI firmware updates (signed) - fwupd provides functionality to update system firmware. It has been - initially designed to update firmware using UEFI capsule updates, but + fwupd provides functionality to update system firmware. It has been + initially designed to update firmware using UEFI capsule updates, but it is designed to be extensible to other firmware update standards. . This package contains just the signed version of the fwupd binary,