summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:00:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:00:25 +0000
commit2b86238843ff12bd7bb98d9e8bf569413c5f7ec7 (patch)
treeb0c897b78ba01694fa182cd348959e574b722ce7
parentAdding debian version 1:9.8p1-2. (diff)
downloadopenssh-debian.tar.xz
openssh-debian.zip
Adding debian version 1:9.8p1-3.debian/1%9.8p1-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog7
-rw-r--r--debian/openssh-server-udeb.install1
-rwxr-xr-xdebian/rules2
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)),)