Package: init Version: 1.20 Severity: normal Tags: patch Dear Maintainer,
Given the nature of this metapackage, it should be declared as Multi-Arch:init to satisfy init dependencies across multi-arch boundaries. Please consider applying below patch.
>From 8f19718193c411ad73d60e511a7c3687d86801a8 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov <[email protected]> Date: Fri, 25 Jul 2014 15:14:05 +0100 Subject: [PATCH] Mark "init" metapackage Multi-Arch:foreign. --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index e01de73..e0cb204 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +init-system-helpers (1.21) UNRELEASED; urgency=medium + + * Mark "init" metapackage Multi-Arch:foreign. + + -- Dimitri John Ledkov <[email protected]> Fri, 25 Jul 2014 15:13:11 +0100 + init-system-helpers (1.20) unstable; urgency=medium [ Michael Stapelberg ] diff --git a/debian/control b/debian/control index c9fe0df..e813bd8 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,7 @@ Section: metapackages Architecture: any Essential: yes Priority: required +Multi-Arch: foreign Pre-Depends: sysvinit-core | systemd-sysv [linux-any] | upstart [linux-any] Description: System-V-like init utilities - metapackage This package is an essential metapackage which allows you to select from -- 2.0.1
Regards, Dimitri.

