From f86bf5d5486e103ec42d1f0e851c666a8219c359 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Mon, 19 Feb 2018 14:24:48 -0500
Subject: [PATCH] firmware-free should provide linux-firmware

---
 helpers/make-firmware-free | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-firmware-free b/helpers/make-firmware-free
index b513cc2e..4f2d92fe 100644
--- a/helpers/make-firmware-free
+++ b/helpers/make-firmware-free
@@ -17,13 +17,14 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main'
 REPOKEY=7638D0442B90D010
 
 . ./config
 
 sed '/Build-Depends/s/$/, python-configparser/' -i debian/control debian/templates/control.source.in
+sed '/Suggests/s/$/\nProvides: linux-firmware/' -i debian/control debian/templates/control.binary.in
 
 changelog "Imported into Trisquel"
 
-- 
GitLab