diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-04-05 17:59:37 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2012-04-05 17:59:37 -0700 |
commit | 271bd589a5af63252590fadfe7b5f46a425f07fe (patch) | |
tree | 78035ae38ffee7922c781ad3d4abc1c1b2722fd0 /debian | |
parent | dfcf5617db6ed3e5a1878aa4f4332e64cec29668 (diff) |
For cross-build-dependencies, Architecture: all packages should be
treated as implicitly Multi-Arch: foreign, because either they *are*
M-A: foreign when used as a build-dependency, or they need to be updated
to not be Architecture: all; and since cross-build-deps are new
functionality in apt, we can safely make this change without breaking
existing systems. Closes: #666772.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cab53d034..36ded851d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,12 @@ apt (0.8.16~exp12ubuntu7) UNRELEASED; urgency=low change at build time, since this makes translations fail to be co-installable with multiarch. Based on a patch by David Kalnischkies. Closes: #659333, LP: #924628. + * For cross-build-dependencies, Architecture: all packages should be + treated as implicitly Multi-Arch: foreign, because either they *are* + M-A: foreign when used as a build-dependency, or they need to be updated + to not be Architecture: all; and since cross-build-deps are new + functionality in apt, we can safely make this change without breaking + existing systems. Closes: #666772. -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 24 Mar 2012 00:05:43 -0700 |