make-openssh: improved branding replacements

This commit is contained in:
Ruben Rodriguez 2016-08-12 16:05:18 -04:00
parent 00a4e6115c
commit f66ba24041

View file

@ -1,6 +1,6 @@
#!/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
# 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: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"