diff --git a/helpers/make-openssh b/helpers/make-openssh index ffd5bcb..acea93d 100644 --- a/helpers/make-openssh +++ b/helpers/make-openssh @@ -1,5 +1,6 @@ #!/bin/sh # +# Copyright (C) 2025 Luis Guzmán # Copyright (C) 2011-2016 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify @@ -17,13 +18,14 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=5 +VERSION=6 NETINST=true . ./config sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules sed "s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION|" -i debian/rules +sed '/dpkg-vendor/s|Trisquel GNU/Linux|Trisquel|' -i debian/rules changelog "Rebranded for Trisquel"