From d2051f11044290d288a4f03220f07fe9651588c9 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Sun, 29 Jul 2012 00:22:13 -0400 Subject: [PATCH] debian: set e2fsprogs as Multi-Arch: foreign If package foo:i386 depends on e2fsprogs, without Multi-Arch: foreign statetment, the i386 version of e2fsprogs will be installed. By setting the foreign field, the already installed (in this example amd64) e2fsprogs package is enough to satisfy the dependency. The M-A: foreign field is ignored in pre-multiarch systems, so ifdeffing it using macros should be unnessary. Addresses-Debian-Bug: #678395 Signed-off-by: Riku Voipio Signed-off-by: Theodore Ts'o --- debian/control.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control.in b/debian/control.in index 3ef9294..292959a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -240,6 +240,7 @@ ifdef(`UTIL_LINUX_NG', '', ``Pre-Depends: ${shlibs:Depends}, ${misc:Depends} '')dnl +Multi-Arch: foreign Suggests: gpart, parted, e2fsck-static Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4) Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) -- 1.8.3.1