diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | 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 @@ | |||
1 | openssh (1:3.8.1p1-15) UNRELEASED; urgency=low | ||
2 | |||
3 | * Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones). | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Wed, 1 Dec 2004 16:23:23 +0000 | ||
6 | |||
1 | openssh (1:3.8.1p1-14) experimental; urgency=low | 7 | openssh (1:3.8.1p1-14) experimental; urgency=low |
2 | 8 | ||
3 | * We use DH_COMPAT=2, so build-depend on debhelper (>= 2). | 9 | * 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 | |||
158 | install -m 755 build-udeb/ssh-keygen debian/openssh-server-udeb/usr/bin/ssh-keygen | 158 | install -m 755 build-udeb/ssh-keygen debian/openssh-server-udeb/usr/bin/ssh-keygen |
159 | 159 | ||
160 | # Build architecture-independent files here. | 160 | # Build architecture-independent files here. |
161 | binary-indep: build install | 161 | binary-indep: binary-ssh |
162 | # nothing to do | ||
163 | 162 | ||
164 | # Build architecture-dependent files here. | 163 | # Build architecture-dependent files here. |
165 | binary-arch: binary-openssh-client binary-openssh-server binary-ssh | 164 | binary-arch: binary-openssh-client binary-openssh-server |
166 | binary-arch: binary-ssh-askpass-gnome | 165 | binary-arch: binary-ssh-askpass-gnome |
167 | binary-arch: binary-openssh-client-udeb binary-openssh-server-udeb | 166 | binary-arch: binary-openssh-client-udeb binary-openssh-server-udeb |
168 | 167 | ||