From 47baf070161032fc38041646ecccb8b929ed860a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 10 Jul 2004 12:39:00 +0000 Subject: Add scp and sftp to openssh-client-udeb. It might not be very 'u' any more; oh well. --- debian/changelog | 2 ++ debian/rules | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 71a58cf2a..453116eff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ openssh (1:3.8.1p1-5) UNRELEASED; urgency=low * Apply patch from Darren Tucker to make the PAM authentication SIGCHLD handler kill the PAM thread if its waitpid() call returns 0, as well as the previous check for -1 (closes: #252676). + * Add scp and sftp to openssh-client-udeb. It might not be very 'u' any + more; oh well. -- Colin Watson Wed, 2 Jun 2004 14:26:18 -0300 diff --git a/debian/rules b/debian/rules index 9a63fdce0..c62447db2 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ build-udeb-stamp: # Avoid libnsl linkage. Ugh. perl -pi -e 's/ +-lnsl//' build-udeb/config.status cd build-udeb && ./config.status - $(MAKE) -C build-udeb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='-Os -g -Wall -DSSH_VERSION="\"$(SSH_VERSION)\""' SSH_KEYSIGN='/usr/lib/ssh-keysign' ssh sshd ssh-keygen + $(MAKE) -C build-udeb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='-Os -g -Wall -DSSH_VERSION="\"$(SSH_VERSION)\""' SSH_KEYSIGN='/usr/lib/ssh-keysign' ssh scp sftp sshd ssh-keygen touch build-udeb-stamp clean: @@ -143,6 +143,8 @@ install: build install -o root -g root -m 755 -d debian/ssh/var/run/sshd install -m 755 build-udeb/ssh debian/openssh-client-udeb/usr/bin/ssh + install -m 755 build-udeb/scp debian/openssh-client-udeb/usr/bin/scp + install -m 755 build-udeb/sftp debian/openssh-client-udeb/usr/bin/sftp install -m 755 build-udeb/sshd debian/openssh-server-udeb/usr/sbin/sshd install -m 755 build-udeb/ssh-keygen debian/openssh-server-udeb/usr/bin/ssh-keygen -- cgit v1.2.3