Package: tasksel Version: 3.35 Severity: normal Dear Maintainer,
Please mark s390x as an unlikely desktop architecture, and thus a server one. s390 port is already marked as such.
>From a152f5a7810f8d618cd6a4289d386fda0a4dc223 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov <[email protected]> Date: Mon, 8 Aug 2016 12:02:38 +0100 Subject: [PATCH] Set s390x as unlikely desktop architecture, thus install openssh-server by default on s390x. --- debian/changelog | 4 ++++ tests/desktop | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 77075ba..0168de8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ tasksel (3.36) UNRELEASED; urgency=medium + [ Rene Engelhard ] * debian/control: - change libreoffice-gtk to libreoffice-gtk2 in task-*-desktop + [ Dimitri John Ledkov ] + * Set s390x as unlikely desktop architecture. + -- Rene Engelhard <[email protected]> Thu, 04 Aug 2016 19:00:39 +0200 tasksel (3.35) unstable; urgency=medium diff --git a/tests/desktop b/tests/desktop index a850174..c3daaee 100755 --- a/tests/desktop +++ b/tests/desktop @@ -33,7 +33,7 @@ common_desktop_architecture () { # this task. unlikely_desktop_architecture () { case "$arch" in - m68k|s390|hppa) + m68k|s390|s390x|hppa) return 0 ;; *) -- 2.7.4
Regards, Dimitri.

