From 35d7743fe5e24e592288e7d014e1549cc67d699d Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 26 Mar 2025 20:16:40 -0600 Subject: [PATCH] openssh: fix dpkg-vendor naming. --- helpers/make-openssh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"