summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-06-14 18:48:23 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-06-14 18:48:23 +0200
commit424ff669be2d1871592247907d977ed9fba3229f (patch)
treefdc897610e1c414ff8d8feabc58d06664a773a7f /debian
parentcd9694bf7c962b1938690a96017afba54028488a (diff)
* apt-pkg/deb/deblistparser.cc:
- use PackageArchitectureMatchesSpecification filter * apt-pkg/cachefilter.cc: - add PackageArchitectureMatchesSpecification (Closes: #672603)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2fb1b50d4..0f6dceb86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
apt (0.9.6.1) UNRELEASED; urgency=low
[ David Kalnischkies ]
- * deb/deblistparser.cc:
+ * apt-pkg/deb/deblistparser.cc:
- ensure that mixed positive/negative architecture wildcards
are handled in the same way as dpkg handles them
+ - use PackageArchitectureMatchesSpecification filter
+ * apt-pkg/cachefilter.cc:
+ - add PackageArchitectureMatchesSpecification (Closes: #672603)
-- David Kalnischkies <kalnischkies@gmail.com> Thu, 14 Jun 2012 15:45:13 +0200