Skip to content
Snippets Groups Projects
Commit b5f98aa3 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Fix firmware-free helper for etiona

parent 9a4589a0
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment