From 6172f8af7a3cd6485a48e4cbaa46781a6d8337ca Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 21 Jul 2004 14:07:58 +0000 Subject: Make isinstallable executable. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6fdfcc494..7c95204a7 100755 --- a/debian/rules +++ b/debian/rules @@ -215,7 +215,7 @@ binary-openssh-client-udeb: build install dh_compress dh_fixperms dh_installdeb - cp -a debian/openssh-client-udeb.isinstallable debian/openssh-client-udeb/DEBIAN/isinstallable + install -p -o root -g root -m 755 debian/openssh-client-udeb.isinstallable debian/openssh-client-udeb/DEBIAN/isinstallable dh_shlibdeps dh_gencontrol -- -fdebian/files~ dpkg-distaddfile $(CLIENT_UDEB) debian-installer optional -- cgit v1.2.3 From fd47f15cd939d613c369cbd02a5ad2f4a6f53a7c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 22 Jul 2004 10:21:25 +0000 Subject: Re-enable shadow password support in openssh-server-udeb, at Bastian Blank's request (closes: #260800). --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/changelog b/debian/changelog index 433719a45..8df316da0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openssh (1:3.8.1p1-7) unstable; urgency=low + + * Re-enable shadow password support in openssh-server-udeb, at Bastian + Blank's request (closes: #260800). + + -- Colin Watson Thu, 22 Jul 2004 10:56:06 +0100 + openssh (1:3.8.1p1-6) unstable; urgency=low * Implement hack in diff --git a/debian/rules b/debian/rules index 7c95204a7..4960ad921 100755 --- a/debian/rules +++ b/debian/rules @@ -75,7 +75,7 @@ build-udeb: build-udeb-stamp build-udeb-stamp: dh_testdir mkdir -p build-udeb - cd build-udeb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --without-xauth --with-default-path=/usr/local/bin:/bin:/usr/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper --without-shadow + cd build-udeb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --without-xauth --with-default-path=/usr/local/bin:/bin:/usr/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper # Avoid libnsl linkage. Ugh. perl -pi -e 's/ +-lnsl//' build-udeb/config.status cd build-udeb && ./config.status -- cgit v1.2.3 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/rules') 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'