summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-07-05 08:59:52 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-07-05 08:59:52 +0200
commit469b02781dfb4517282da4d497c5f7fd0dcb97f4 (patch)
treee82f0448586103cc0efccd52fea7a9c4975148e8 /debian
parentb855a40058f99a0f10184c410b3bbf3c2ee4ae83 (diff)
* apt-pkg/clean.cc:
- run autoclean against pkg:arch and not always against pkg:native as this removes valid cache entries (Closes: #679371)
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 9d3c2b2fc..1c98bf356 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,9 @@ apt (0.9.7.2) UNRELEASED; urgency=low
expects pkg:all for selections, so use the arch of the installed
version instead of the package structure if possible.
Thanks to Stepan Golosunov for the report! (Closes: #680041)
+ * apt-pkg/clean.cc:
+ - run autoclean against pkg:arch and not always against pkg:native as
+ this removes valid cache entries (Closes: #679371)
-- David Kalnischkies <kalnischkies@gmail.com> Sun, 01 Jul 2012 08:20:57 +0200