From e8e0a0b715ebe37e7e1886b02d4db69937c3b78d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 24 Oct 2004 14:51:38 +0000 Subject: Shorten the version string from the form "OpenSSH_3.8.1p1 Debian 1:3.8.1p1-8.sarge.1" to "OpenSSH_3.8.1p1 Debian-8.sarge.1", as some SSH implementations apparently have problems with the long version string. This is of course a bug in those implementations, but since the extent of the problem is unknown it's best to play safe (closes: #275731). --- debian/changelog | 5 +++++ debian/rules | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2c153848f..993fffc7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ openssh (1:3.8.1p1-8.sarge.2) UNRELEASED; urgency=low * Preserve /etc/ssh/sshd_config ownership/permissions (closes: #276754). + * Shorten the version string from the form "OpenSSH_3.8.1p1 Debian + 1:3.8.1p1-8.sarge.1" to "OpenSSH_3.8.1p1 Debian-8.sarge.1", as some SSH + implementations apparently have problems with the long version string. + This is of course a bug in those implementations, but since the extent + of the problem is unknown it's best to play safe (closes: #275731). * debconf template translations: - Add Finnish (thanks, Matti Pöllä; closes: #265339). - Update Danish (thanks, Morten Brix Pedersen; closes: #275895). diff --git a/debian/rules b/debian/rules index 4960ad921..06a661239 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ FORCE_LIBS = LIBS=-lresolv endif # Change the version string to include the Debian version -SSH_VERSION := $(shell sed -e '/define/!d; s/.*\"\(.*\)\".*/\1/; q'