summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2012-07-13 21:05:25 +0200
committerMichael Vogt <egon@debian-devbox>2012-07-13 21:05:25 +0200
commitf5294bcd79eb970a58a26f9abf7956c55ca71cf3 (patch)
tree2fe484bfab7d19d0a864e19f0ed5c919972f151c /debian
parenta9d943a8c5a5a6fbcf0bdb888f3acc92b12888d8 (diff)
parent5f20ac7f11ae5718595d6e570474d120d30e36db (diff)
merged from donkult
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d25443df1..085bec207 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,12 @@ apt (0.9.7.2) UNRELEASED; urgency=low
* apt-pkg/deb/deblistparser.cc:
- negative dependencies need to apply to all architectures,
but those with a specific architecture only apply to this one
+ * apt-pkg/cachefilter.cc:
+ - remove architecture-specific arch to tuple expansion-rules as they lead
+ to the same tuples for different architectures (e.g. linux-arm for arm,
+ armel and armhf) while the dpkg-architecture code uses triples which
+ are different (in the first part, which we omit in our tuples), so e.g.
+ build-dep restrictions for armel ended up effecting armhf as well
-- David Kalnischkies <kalnischkies@gmail.com> Sun, 01 Jul 2012 08:20:57 +0200