summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-02-21 11:57:14 +0000
committerColin Watson <cjwatson@debian.org>2020-02-21 14:27:02 +0000
commit886e47e745586c34e81cfd5c5fb9b5dbc8e84d04 (patch)
treedd6c3b4dc64a17c520af7aaf213163f8a0a63e56 /debian/rules
parentac2b4c0697fcac554041ab95f81736887eadf6ec (diff)
parenta2dabf35ce0228c86a288d11cc847a9d9801604f (diff)
New upstream release (8.2p1)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 5e415fc7f..b4dbec715 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,7 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
78confflags += --with-selinux 78confflags += --with-selinux
79confflags += --with-audit=linux 79confflags += --with-audit=linux
80confflags += --with-systemd 80confflags += --with-systemd
81confflags += --with-security-key-builtin
81endif 82endif
82 83
83# The deb build wants xauth; the udeb build doesn't. 84# The deb build wants xauth; the udeb build doesn't.
@@ -184,8 +185,10 @@ override_dh_install-indep:
184 dh_install 185 dh_install
185 186
186override_dh_installdocs: 187override_dh_installdocs:
187 dh_installdocs -Nopenssh-server -Nopenssh-sftp-server 188 dh_installdocs \
188 dh_installdocs -popenssh-server -popenssh-sftp-server \ 189 -Nopenssh-server -Nopenssh-sftp-server -Nopenssh-sk-helper
190 dh_installdocs \
191 -popenssh-server -popenssh-sftp-server -popenssh-sk-helper \
189 --link-doc=openssh-client 192 --link-doc=openssh-client
190 # Avoid breaking dh_installexamples later. 193 # Avoid breaking dh_installexamples later.
191 mkdir -p debian/openssh-server/usr/share/doc/openssh-client 194 mkdir -p debian/openssh-server/usr/share/doc/openssh-client