From f66ba240418e73eb97e42f044a4f6c0dbc62a6b7 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 12 Aug 2016 16:05:18 -0400 Subject: [PATCH] make-openssh: improved branding replacements --- helpers/make-openssh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-openssh b/helpers/make-openssh index 6641c02f..994cb2ff 100644 --- a/helpers/make-openssh +++ b/helpers/make-openssh @@ -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" -- GitLab