From a199dc80414896716cc91bbdf20d11569f8f90ec Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 20 May 2004 12:42:16 +0000 Subject: Add ssh-keygen to openssh-server-udeb. --- debian/changelog | 6 ++++++ debian/openssh-server-udeb.dirs | 1 + debian/rules | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7b658091c..ccc502a97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openssh (1:3.8.1p1-3) UNRELEASED; urgency=low + + * Add ssh-keygen to openssh-server-udeb. + + -- Colin Watson Thu, 20 May 2004 13:01:37 +0100 + openssh (1:3.8.1p1-2) unstable; urgency=low * Add Catalan debconf template translation (thanks, Aleix Badia i Bosch; diff --git a/debian/openssh-server-udeb.dirs b/debian/openssh-server-udeb.dirs index e5fe80d83..f2b0bd9da 100644 --- a/debian/openssh-server-udeb.dirs +++ b/debian/openssh-server-udeb.dirs @@ -1,2 +1,3 @@ +usr/bin usr/sbin var/run/sshd diff --git a/debian/rules b/debian/rules index 2c2ce4015..dd8b894a4 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 + $(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 touch build-udeb-stamp clean: @@ -144,6 +144,7 @@ install: build install -m 755 build-udeb/ssh debian/openssh-client-udeb/usr/bin/ssh 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 # Build architecture-independent files here. binary-indep: build install -- cgit v1.2.3