summaryrefslogtreecommitdiff
path: root/debian/openssh-server.install
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-08-02 00:03:54 +0100
committerColin Watson <cjwatson@debian.org>2014-08-02 00:03:54 +0100
commit3de8d5421e039dbd0779fea82e857466596ca3e3 (patch)
tree977c6ece8f8ee2b4c9a289db07c42da0bd7ead91 /debian/openssh-server.install
parent1c25e0d43e6eaa43af0b9ce319a5f5b412e7917e (diff)
Use dh-exec to simplify override_dh_install target.
Diffstat (limited to 'debian/openssh-server.install')
-rwxr-xr-x[-rw-r--r--]debian/openssh-server.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/openssh-server.install b/debian/openssh-server.install
index 149222dad..06e0c71b7 100644..100755
--- a/debian/openssh-server.install
+++ b/debian/openssh-server.install
@@ -1,8 +1,16 @@
1#! /usr/bin/dh-exec
2
1usr/sbin/sshd 3usr/sbin/sshd
2usr/share/man/man5/authorized_keys.5 4usr/share/man/man5/authorized_keys.5
3usr/share/man/man5/sshd_config.5 5usr/share/man/man5/sshd_config.5
4usr/share/man/man8/sshd.8 6usr/share/man/man8/sshd.8
5 7
8debian/openssh-server.if-up => etc/network/if-up.d/openssh-server
9debian/openssh-server.ufw.profile => etc/ufw/applications.d/openssh-server
6debian/systemd/ssh.socket lib/systemd/system 10debian/systemd/ssh.socket lib/systemd/system
7debian/systemd/ssh@.service lib/systemd/system 11debian/systemd/ssh@.service lib/systemd/system
8debian/systemd/sshd.conf usr/lib/tmpfiles.d 12debian/systemd/sshd.conf usr/lib/tmpfiles.d
13
14# dh_apport would be neater, but at the time of writing it isn't in unstable
15# yet.
16debian/openssh-server.apport => usr/share/apport/package-hooks/openssh-server.py