summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules6
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 39bc1192c..bf94834c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
1openssh (1:8.1p1-3) UNRELEASED; urgency=medium 1openssh (1:8.1p1-3) UNRELEASED; urgency=medium
2 2
3 [ Colin Watson ]
3 * Drop suggestion of rssh, since it's been removed (see 4 * Drop suggestion of rssh, since it's been removed (see
4 https://bugs.debian.org/923691). 5 https://bugs.debian.org/923691).
5 6
7 [ Steve Langasek ]
8 * Don't build openssh-tests on Ubuntu i386 (closes: #948466).
9
6 -- Colin Watson <cjwatson@debian.org> Mon, 16 Dec 2019 15:40:12 +0000 10 -- Colin Watson <cjwatson@debian.org> Mon, 16 Dec 2019 15:40:12 +0000
7 11
8openssh (1:8.1p1-2) unstable; urgency=medium 12openssh (1:8.1p1-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index d1f282d11..5e415fc7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,8 +100,12 @@ confflags_udeb += --with-cflags='$(cflags_udeb)'
100confflags += --with-ldflags='$(strip -Wl,--as-needed $(LDFLAGS))' 100confflags += --with-ldflags='$(strip -Wl,--as-needed $(LDFLAGS))'
101confflags_udeb += --with-ldflags='-Wl,--as-needed' 101confflags_udeb += --with-ldflags='-Wl,--as-needed'
102 102
103ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
104 BUILD_PACKAGES += -Nopenssh-tests
105endif
106
103%: 107%:
104 dh $@ --with=autoreconf,systemd,runit 108 dh $@ --with=autoreconf,systemd,runit $(BUILD_PACKAGES)
105 109
106autoreconf: 110autoreconf:
107 autoreconf -f -i 111 autoreconf -f -i