diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 17:01:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 17:01:42 +0000 |
commit | 647ff1f9aea86fe3247ff5e240f46c4fe5d5bba6 (patch) | |
tree | 09588aac41224bcae08582607d2e195ef400aa5e /debian/rules | |
parent | Releasing progress-linux version 1:9.7p1-4~progress7.99u1. (diff) | |
download | openssh-647ff1f9aea86fe3247ff5e240f46c4fe5d5bba6.tar.xz openssh-647ff1f9aea86fe3247ff5e240f46c4fe5d5bba6.zip |
Merging debian version 1:9.7p1-5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6431a78..acb3140 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) |