From 2e55dbb19964f69e0d3d3db52cd53c8912471e1a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 25 May 2005 11:15:11 +0000 Subject: Enable libedit support in sftp; build-depend on libedit-dev. --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ecef13b50..913e005ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ openssh (1:4.0p1-1) UNRELEASED; urgency=low * New upstream release. + - sftp supports command history and editing support using libedit + (closes: #287013). * Make gnome-ssh-askpass stay above other windows (thanks, Liyang HU; closes: #296487). * Remove obsolete and unnecessary ssh/forward_warning debconf note. diff --git a/debian/control b/debian/control index 087fe72ff..96a98440f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: openssh Section: net Priority: standard Maintainer: Matthew Vernon -Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, groff, debhelper (>= 2), sharutils +Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 2), sharutils Standards-Version: 3.6.1 Uploaders: Colin Watson diff --git a/debian/rules b/debian/rules index 6a3f31420..cfa791cdf 100755 --- a/debian/rules +++ b/debian/rules @@ -58,7 +58,7 @@ build-deb: build-deb-stamp build-deb-stamp: dh_testdir mkdir -p build-deb - cd build-deb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper + cd build-deb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper --with-libedit # Some 2.2 kernels have trouble with setres[ug]id() (bug #239999). perl -pi -e 's/.*#undef (BROKEN_SETRES[UG]ID).*/#define $$1 1/' build-deb/config.h -- cgit v1.2.3