openssh: fix dpkg-vendor naming.

This commit is contained in:
Ark74 2025-03-26 20:16:40 -06:00
parent 8834ddb118
commit 35d7743fe5

View file

@ -1,5 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2011-2016 Ruben Rodriguez <ruben@trisquel.info>
#
# 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"