Skip to content
Snippets Groups Projects
Commit 8293cfde authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Descriptions should not change based on the build arch, descriptions rebranded for Linux-libre

parent 4293112f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# Copyright (C) 2008-2013 Rubén Rodríguez <ruben@trisquel.info>
# Copyright (C) 2008-2015 Rubén Rodríguez <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
......@@ -43,7 +43,11 @@ sed s/family=ubuntu/family=trisquel/ -i debian/rules.d/0-common-vars.mk
rename s/ubuntu/trisquel/ debian.*/config/config.common.ubuntu
sed 's/Linux/Linux-libre/g' debian/control debian/control.stub -i
#sed 's/Linux/Linux-libre/g' debian/control debian/control.stub -i
find debian* -type f -name *control* -exec sed 's/ with Ubuntu patches//; s/Linux/Linux-libre/g' -i {} \;
# Descriptions should not change based on the build arch
sed 's/on DESC//; s/PKGVER on/PKGVER/; /^ DESC.$/d;' debian*/control.d/flavour-control.stub -i
sed '/^firmware/d' ./debian*/abi/*/fwinfo -i
echo > ./debian.master/d-i/firmware/nic-modules
......
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