summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-11-09 10:43:12 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-11-09 10:43:12 +0100
commitc1e0a100d11e6e6d529d9f52375f979a9dbd4d04 (patch)
treed308559207da8351201d2ed3677b50b25464c6e0 /debian
parent446fb1002ad218929f3a6da911388b160b738f2a (diff)
* apt-pkg/depcache.cc:
- don't call MarkInstall with the FromUser flag set for packages which are dependencies of APT::Never-MarkAuto-Sections matchers
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 98ae49f74..10a3b7252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ apt (0.9.7.7) UNRELEASED; urgency=low
- do not do lock-step configuration for a M-A:same package if it isn't
unpacked yet in SmartConfigure and do not unpack a M-A:same package
again in SmartUnPack if we have already configured it (LP: #1062503)
+ * apt-pkg/depcache.cc:
+ - don't call MarkInstall with the FromUser flag set for packages
+ which are dependencies of APT::Never-MarkAuto-Sections matchers
-- Jordi Mallach <jordi@debian.org> Thu, 18 Oct 2012 23:30:46 +0200