diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/openssh-server-udeb.install | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e2db8b9..f5fa544 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openssh (1:9.8p1-3) unstable; urgency=medium + + [ Dirk Van Haerenborgh ] + * Add sshd-session to openssh-server-udeb. + + -- Colin Watson <cjwatson@debian.org> Tue, 06 Aug 2024 12:58:46 +0100 + openssh (1:9.8p1-2) unstable; urgency=medium * Don't close sockets passed by systemd socket activation (closes: diff --git a/debian/openssh-server-udeb.install b/debian/openssh-server-udeb.install index 05ccbf7..900d909 100644 --- a/debian/openssh-server-udeb.install +++ b/debian/openssh-server-udeb.install @@ -1,2 +1,3 @@ sshd usr/sbin +sshd-session usr/lib/openssh ssh-keygen usr/bin diff --git a/debian/rules b/debian/rules index 8aefb1a..d0a45d3 100755 --- a/debian/rules +++ b/debian/rules @@ -134,7 +134,7 @@ override_dh_auto_build-arch: $(MAKE) -C debian/build-deb regress-prep $(MAKE) -C debian/build-deb $(PARALLEL) regress-binaries regress-unit-binaries ifeq ($(filter noudeb,$(DEB_BUILD_PROFILES)),) - $(MAKE) -C debian/build-udeb $(PARALLEL) ASKPASS_PROGRAM='/usr/bin/ssh-askpass' ssh scp sftp sshd ssh-keygen + $(MAKE) -C debian/build-udeb $(PARALLEL) ASKPASS_PROGRAM='/usr/bin/ssh-askpass' ssh scp sftp sshd ssh-keygen sshd-session endif ifeq ($(filter pkg.openssh.nognome,$(DEB_BUILD_PROFILES)),) |