summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-17 17:01:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-17 17:01:24 +0000
commit585dec76901de1db8faab68d2b26191c9ead94f1 (patch)
tree3215a004cdef0856be67bd3d76da112ae378d8d3 /debian/rules
parentAdding debian version 1:9.7p1-4. (diff)
downloadopenssh-585dec76901de1db8faab68d2b26191c9ead94f1.tar.xz
openssh-585dec76901de1db8faab68d2b26191c9ead94f1.zip
Adding debian version 1:9.7p1-5.debian/1%9.7p1-5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ad0b683..8aefb1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ else
endif
# Change the version string to reflect distribution
-SSH_EXTRAVERSION := $(DEB_VENDOR)-$(shell echo '$(DEB_VERSION)' | sed -e 's/.*-//')
+SSH_EXTRAVERSION := $(DEB_VENDOR)-$(shell echo '$(DEB_VERSION)' | sed -e 's/.*-//; s/+salsaci+.*/+salsaci/')
UBUNTU := $(shell $(call dpkg_vendor_derives_from,Ubuntu))
ifeq ($(UBUNTU),yes)