OSDN Git Service

debian: set e2fsprogs as Multi-Arch: foreign
authorRiku Voipio <riku.voipio@iki.fi>
Sun, 29 Jul 2012 04:22:13 +0000 (00:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Jul 2012 04:22:16 +0000 (00:22 -0400)
commitd2051f11044290d288a4f03220f07fe9651588c9
tree64ead61f9040d772d7aec271427ae314e50af724
parent78a0d2ba6decf41f541f6ff79433b2d23aad35e8
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 <riku.voipio@linaro.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/control.in