diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-14 21:48:14 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-14 21:48:14 +0100 |
commit | c176c4d0adad246ac0768f9e2b60aa8e4c56fffb (patch) | |
tree | da08c8a9b514a8f6347271defe0f596590a2eb40 /debian | |
parent | 7f912c325b207beac9deb5daafb7ec34b9db067a (diff) |
* apt-pkg/depcache.cc:
- remove Auto-Installed information from extended_states
together with the package itself (Closes: #572364)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 142577e42..415a6fd8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ apt (0.7.26) UNRELEASED; urgency=low [ David Kalnischkies ] * Switch to dpkg-source 3.0 (native) format + * apt-pkg/depcache.cc: + - remove Auto-Installed information from extended_states + together with the package itself (Closes: #572364) * cmdline/apt-mark: - don't crash if no arguments are given (Closes: #570962) * debian/control: |