Descriptions should not change based on the build arch, descriptions rebranded for Linux-libre
This commit is contained in:
parent
4293112f08
commit
8293cfde79
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue