diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-07-25 12:52:50 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-07-25 12:52:50 +0200 |
commit | 550f6493654e921a8af860694efdb268c9b2a47c (patch) | |
tree | cc865225b0de3868943b68e93f09856bbe9283e2 /debian | |
parent | bd9d81e3d793b9fb5c94fd5ad0b00245205b8cbc (diff) |
* apt-pkg/deb/deblistparser.cc:
- Strip only :any and :native if MultiArch should be stripped as it is
save to ignore them in non-MultiArch contexts but if the dependency
is a specific architecture (and not the native) do not strip
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 76d5a2183..fe4b233a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,8 +34,12 @@ apt (0.8.15.3) UNRELEASED; urgency=low * apt-pkg/aptconfiguration.cc: - ensure that native architecture is if not specified otherwise the first architecture in the Architectures vector + * apt-pkg/deb/deblistparser.cc: + - Strip only :any and :native if MultiArch should be stripped as it is + save to ignore them in non-MultiArch contexts but if the dependency + is a specific architecture (and not the native) do not strip - -- David Kalnischkies <kalnischkies@gmail.com> Mon, 25 Jul 2011 12:36:07 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Mon, 25 Jul 2011 12:46:19 +0200 apt (0.8.15.2) unstable; urgency=high |