summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-11-05 23:20:28 +0000
committerColin Watson <cjwatson@debian.org>2018-11-05 23:20:29 +0000
commitb6760514d86206ce810da5f8895f3c364b047515 (patch)
treea560e672484de8661bc961eacaea2e0b64d92a8f /debian/rules
parentd41b9922e63e5069991d0e28079d710637715149 (diff)
Add an openssh-tests binary package
This contains enough files to run the upstream regression tests. Doing this allows autopkgtest to run more efficiently, as it doesn't have to build part of the source tree again.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index a41241079..24f1683dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,6 +130,8 @@ override_dh_auto_configure-indep:
130 130
131override_dh_auto_build-arch: 131override_dh_auto_build-arch:
132 $(MAKE) -C debian/build-deb $(PARALLEL) ASKPASS_PROGRAM='/usr/bin/ssh-askpass' 132 $(MAKE) -C debian/build-deb $(PARALLEL) ASKPASS_PROGRAM='/usr/bin/ssh-askpass'
133 $(MAKE) -C debian/build-deb regress-prep
134 $(MAKE) -C debian/build-deb $(PARALLEL) regress-binaries
133ifeq ($(filter noudeb,$(DEB_BUILD_PROFILES)),) 135ifeq ($(filter noudeb,$(DEB_BUILD_PROFILES)),)
134 $(MAKE) -C debian/build-udeb $(PARALLEL) ASKPASS_PROGRAM='/usr/bin/ssh-askpass' ssh scp sftp sshd ssh-keygen 136 $(MAKE) -C debian/build-udeb $(PARALLEL) ASKPASS_PROGRAM='/usr/bin/ssh-askpass' ssh scp sftp sshd ssh-keygen
135endif 137endif
@@ -142,8 +144,6 @@ override_dh_auto_build-indep:
142 144
143override_dh_auto_test-arch: 145override_dh_auto_test-arch:
144ifeq ($(RUN_TESTS),yes) 146ifeq ($(RUN_TESTS),yes)
145 $(MAKE) -C debian/build-deb regress-prep
146 $(MAKE) -C debian/build-deb $(PARALLEL) regress-binaries
147 $(MAKE) -C debian/build-deb/regress \ 147 $(MAKE) -C debian/build-deb/regress \
148 .OBJDIR="$(CURDIR)/debian/build-deb/regress" \ 148 .OBJDIR="$(CURDIR)/debian/build-deb/regress" \
149 .CURDIR="$(CURDIR)/regress" \ 149 .CURDIR="$(CURDIR)/regress" \