From b5f98aa34ae695d5f3202be8840c0ce649d9dfc3 Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Sat, 28 Mar 2020 11:30:27 -0600 Subject: [PATCH] Fix firmware-free helper for etiona --- helpers/make-firmware-free | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/helpers/make-firmware-free b/helpers/make-firmware-free index 720f02b6..184b1778 100644 --- a/helpers/make-firmware-free +++ b/helpers/make-firmware-free @@ -18,17 +18,25 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=4 EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main' REPOKEY=04EE7237B7D453EC . ./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 +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" -md5sum debian/bin/gencontrol.py defines linux-free/defines linux-free/LICENSE debian/changelog debian/templates/control.binary.udeb.in debian/templates/control.binary.in debian/templates/control.source.in > debian/control.md5sum +md5sum debian/bin/gencontrol.py \ + debian/config/defines \ + debian/config/linux-free/defines \ + debian/changelog \ + debian/templates/control.binary.udeb.in \ + debian/templates/control.binary.in \ + debian/templates/control.source.in > debian/control.md5sum compile -- GitLab