diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b7c4b48aa..29526ebf3 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:8.0p1-6) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Only run dh_runit on openssh-server (closes: #935936). | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Wed, 28 Aug 2019 10:17:55 +0100 | ||
6 | |||
1 | openssh (1:8.0p1-5) unstable; urgency=medium | 7 | openssh (1:8.0p1-5) unstable; urgency=medium |
2 | 8 | ||
3 | [ Lorenzo Puliti ] | 9 | [ Lorenzo Puliti ] |
diff --git a/debian/rules b/debian/rules index 4208569e2..2a41b023b 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -212,6 +212,9 @@ endif | |||
212 | override_dh_installpam: debian/openssh-server.sshd.pam | 212 | override_dh_installpam: debian/openssh-server.sshd.pam |
213 | dh_installpam --name sshd | 213 | dh_installpam --name sshd |
214 | 214 | ||
215 | override_dh_runit: | ||
216 | dh_runit -popenssh-server | ||
217 | |||
215 | override_dh_fixperms-arch: | 218 | override_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 |