diff options
author | Colin Watson <cjwatson@debian.org> | 2014-08-02 00:03:54 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-08-02 00:03:54 +0100 |
commit | 3de8d5421e039dbd0779fea82e857466596ca3e3 (patch) | |
tree | 977c6ece8f8ee2b4c9a289db07c42da0bd7ead91 /debian/openssh-client.install | |
parent | 1c25e0d43e6eaa43af0b9ce319a5f5b412e7917e (diff) |
Use dh-exec to simplify override_dh_install target.
Diffstat (limited to 'debian/openssh-client.install')
-rwxr-xr-x[-rw-r--r--] | debian/openssh-client.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/openssh-client.install b/debian/openssh-client.install index 6a8060000..18e529f64 100644..100755 --- a/debian/openssh-client.install +++ b/debian/openssh-client.install | |||
@@ -1,3 +1,5 @@ | |||
1 | #! /usr/bin/dh-exec | ||
2 | |||
1 | etc/ssh/moduli | 3 | etc/ssh/moduli |
2 | etc/ssh/ssh_config | 4 | etc/ssh/ssh_config |
3 | usr/bin/scp | 5 | usr/bin/scp |
@@ -25,3 +27,11 @@ usr/share/man/man8/ssh-pkcs11-helper.8 | |||
25 | 27 | ||
26 | contrib/ssh-copy-id usr/bin | 28 | contrib/ssh-copy-id usr/bin |
27 | debian/ssh-argv0 usr/bin | 29 | debian/ssh-argv0 usr/bin |
30 | |||
31 | # dh_apport would be neater, but at the time of writing it isn't in unstable | ||
32 | # yet. | ||
33 | debian/openssh-client.apport => usr/share/apport/package-hooks/openssh-client.py | ||
34 | |||
35 | # Upstart user job (only used under user sessions). | ||
36 | debian/ssh-agent.user-session.upstart => usr/share/upstart/sessions/ssh-agent.conf | ||
37 | |||