make-openssh: improved branding replacements
This commit is contained in:
parent
00a4e6115c
commit
f66ba24041
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Rubén Rodríguez <ruben@trisquel.info>
|
# Copyright (C) 2011-2016 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -23,7 +23,8 @@ VERSION=1
|
||||||
|
|
||||||
sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules
|
sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules
|
||||||
#sed 's:lsb_release -is:echo $(lsb_release -is) GNU/Linux:' -i debian/rules
|
#sed 's:lsb_release -is:echo $(lsb_release -is) GNU/Linux:' -i debian/rules
|
||||||
sed "s%^SSH_EXTRAVERSION.*%SSH_EXTRAVERSION := Trisquel_GNU/linux_$REVISION-$VERSION%" -i debian/rules
|
sed "s%^SSH_EXTRAVERSION.*%SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION%" -i debian/rules
|
||||||
|
sed "s%^DISTRIBUTOR :=.*%DISTRIBUTOR := Trisquel GNU/Linux%" -i debian/rules
|
||||||
|
|
||||||
changelog "Rebranded for Trisquel"
|
changelog "Rebranded for Trisquel"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue