From 61f24c1775e3fc9e5655a5ab223ab96a4f1244a7 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 7 Jul 2005 09:58:40 +0000 Subject: Fix one-character typo that meant the binaries in openssh-client and openssh-server got recompiled with the wrong options during 'debian/rules install' (closes: #317088, #317238, #317241). --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7d87a4564..2a5bbe071 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openssh (1:4.1p1-6) UNRELEASED; urgency=low + + * Fix one-character typo that meant the binaries in openssh-client and + openssh-server got recompiled with the wrong options during + 'debian/rules install' (closes: #317088, #317238, #317241). + + -- Colin Watson Thu, 7 Jul 2005 10:48:41 +0100 + openssh (1:4.1p1-5) unstable; urgency=low * Build-depend on libselinux1-dev on ppc64 too (closes: #314625). diff --git a/debian/rules b/debian/rules index fad195dac..80c1ea45e 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,7 @@ build-udeb-stamp: mkdir -p build-udeb cd build-udeb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --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 # Debian's /var/log/btmp has inappropriate permissions. - perl -pi -e 's,.*#define USE_BTMP .*,/* #undef USE_BTMP */,' build-deb/config.h + perl -pi -e 's,.*#define USE_BTMP .*,/* #undef USE_BTMP */,' build-udeb/config.h # Avoid libnsl linkage. Ugh. perl -pi -e 's/ +-lnsl//' build-udeb/config.status cd build-udeb && ./config.status -- cgit v1.2.3