diff options
author | Colin Watson <cjwatson@debian.org> | 2019-08-13 09:35:04 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-08-13 09:35:04 +0000 |
commit | 30465dd0efdf99fa32bc7f829c403f474e1f6bc3 (patch) | |
tree | 214ead8943ac5a2b96a3a6221709e4178fc4d3a4 /debian/rules | |
parent | e5fc16844f5772a12808e22a72c0ee50977c4e60 (diff) | |
parent | b48697c64a0ac57eed494104f4c82d61f5b6fc89 (diff) |
Merge branch 'runit' into 'master'
Please add a runscript for runit
See merge request ssh-team/openssh!7
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 550306d4f..4208569e2 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -106,7 +106,7 @@ confflags += --with-ldflags='$(strip -Wl,--as-needed $(LDFLAGS))' | |||
106 | confflags_udeb += --with-ldflags='-Wl,--as-needed' | 106 | confflags_udeb += --with-ldflags='-Wl,--as-needed' |
107 | 107 | ||
108 | %: | 108 | %: |
109 | dh $@ --with=autoreconf,systemd | 109 | dh $@ --with=autoreconf,systemd,runit |
110 | 110 | ||
111 | autoreconf: | 111 | autoreconf: |
112 | autoreconf -f -i | 112 | autoreconf -f -i |