make-linux: Fixed firmware deblobbing issue

This commit is contained in:
Ruben Rodriguez 2016-08-11 20:45:26 -04:00
parent 302c7ddf86
commit 00a4e6115c
3 changed files with 12 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2016 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-2016 Ruben Rodriguez <ruben@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -23,8 +23,10 @@ VERSION=1
rm ./debian/control.d/signed-generic
sed 's/, linux-firmware//' -i debian/control ./debian/control.d/generic
sed 's/Ubuntu/upstream/' -i debian/control
sed 's/Linux/Linux-libre/g' -i debian/control ./debian/control.d/generic
sed '/signed/,/^$/ d' -i debian/control
sed '/Package.*powerpc/,/^$/ d' -i debian/control
changelog "Removed linux-firmware dependency, renamed release for Trisquel"