diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:00:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:00:37 +0000 |
commit | 6ea5d7d9ca16b5af830425c55584a91b676b2933 (patch) | |
tree | a45cfd2f1da13b22d248df36538ffba9071f86e0 /debian/rules | |
parent | Releasing progress-linux version 1:9.8p1-2~progress7.99u1. (diff) | |
download | openssh-6ea5d7d9ca16b5af830425c55584a91b676b2933.tar.xz openssh-6ea5d7d9ca16b5af830425c55584a91b676b2933.zip |
Merging debian version 1:9.8p1-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index acb3140..b9fcad8 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)),) |