diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
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 | ||