summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-08-28 10:34:44 +0100
committerColin Watson <cjwatson@debian.org>2019-08-28 10:34:44 +0100
commite4d758fc1d3ee62f8aa1ee47ecb52128176cdd6d (patch)
tree18f304b6214b4ff529f2fc84221ed317837c86a8 /debian/rules
parent630a8fe264bc6e42a91a22e5f5d51dfb0d688f71 (diff)
Only run dh_runit on openssh-server
Closes: #935936
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 4208569e2..2a41b023b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -212,6 +212,9 @@ endif
212override_dh_installpam: debian/openssh-server.sshd.pam 212override_dh_installpam: debian/openssh-server.sshd.pam
213 dh_installpam --name sshd 213 dh_installpam --name sshd
214 214
215override_dh_runit:
216 dh_runit -popenssh-server
217
215override_dh_fixperms-arch: 218override_dh_fixperms-arch:
216 dh_fixperms 219 dh_fixperms
217 chmod u+s debian/openssh-client/usr/lib/openssh/ssh-keysign 220 chmod u+s debian/openssh-client/usr/lib/openssh/ssh-keysign