summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-10-13 11:16:30 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-10-13 11:16:30 +0200
commit7ccb5efb4f5b4471e6b424377f42feff070bb2d3 (patch)
tree0042c444d470b583622eb41ffbbc0120a04e0aae /debian
parentdfe45e1f1133ffabe55297ae76c77a0767e3ae55 (diff)
write the native architecture as unique string into the cache header
as it is used for arch:all packages as a map to arch:native. Otherwise arch comparisons later will see differences (Closes: #689323)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 307bd1eee..c1936a865 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ apt (0.9.7.6) UNRELEASED; urgency=low
- ensure that dependencies for packages:none are always generated
- add 2 missing remap registrations causing a segfault in case
we use the not remapped iterators after a move of the mmap again
+ - write the native architecture as unique string into the cache header
+ as it is used for arch:all packages as a map to arch:native.
+ Otherwise arch comparisons later will see differences (Closes: #689323)
* apt-pkg/pkgcache.cc:
- ignore negative dependencies applying in the same group for
M-A:same packages on the real package name as self-conflicts