openssh: fix dpkg-vendor naming.
This commit is contained in:
parent
8834ddb118
commit
35d7743fe5
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue