Fix firmware-free helper for etiona
This commit is contained in:
parent
9a4589a0de
commit
b5f98aa34a
1 changed files with 12 additions and 4 deletions
|
|
@ -18,17 +18,25 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# 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'
|
EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main'
|
||||||
REPOKEY=04EE7237B7D453EC
|
REPOKEY=04EE7237B7D453EC
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
sed '/Build-Depends/s/$/, python-configparser/' -i debian/control debian/templates/control.source.in
|
sed '/Build-Depends/s/$/, python-configparser/' -i debian/control \
|
||||||
sed '/Suggests/s/$/\nProvides: linux-firmware/' -i debian/control debian/templates/control.binary.in
|
debian/templates/control.source.in
|
||||||
|
sed '/Suggests/s/$/\nProvides: linux-firmware/' -i debian/control \
|
||||||
|
debian/templates/control.binary.in
|
||||||
|
|
||||||
changelog "Imported into Trisquel"
|
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
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue