From ebc4a8cca5c11a314af816af146fe70ed4c7598e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 1 Dec 2004 16:26:40 +0000 Subject: Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones). --- debian/changelog | 6 ++++++ debian/rules | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b48b3bd69..573dc927c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openssh (1:3.8.1p1-15) UNRELEASED; urgency=low + + * Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones). + + -- Colin Watson Wed, 1 Dec 2004 16:23:23 +0000 + openssh (1:3.8.1p1-14) experimental; urgency=low * We use DH_COMPAT=2, so build-depend on debhelper (>= 2). diff --git a/debian/rules b/debian/rules index 351f47785..0d85abbf3 100755 --- a/debian/rules +++ b/debian/rules @@ -158,11 +158,10 @@ install: build install -m 755 build-udeb/ssh-keygen debian/openssh-server-udeb/usr/bin/ssh-keygen # Build architecture-independent files here. -binary-indep: build install - # nothing to do +binary-indep: binary-ssh # Build architecture-dependent files here. -binary-arch: binary-openssh-client binary-openssh-server binary-ssh +binary-arch: binary-openssh-client binary-openssh-server binary-arch: binary-ssh-askpass-gnome binary-arch: binary-openssh-client-udeb binary-openssh-server-udeb -- cgit v1.2.3