diff options
author | Guillem Jover <guillem@debian.org> | 2018-12-21 01:17:58 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-01-15 04:49:03 +0100 |
commit | d5759dfebdf28ce28a6f243fa12fb03187fe0315 (patch) | |
tree | 6cd6f1fb406ae863643e41dc7dbdfddd780ab2ae /debian | |
parent | 8c7a750be37a5940232a4f1f6b2c32d19754c24c (diff) | |
download | dpkg-d5759dfebdf28ce28a6f243fa12fb03187fe0315.tar.gz |
u-a: Fix removal of obsolete slaves from the linked list
The removal was not performed correctly, so depending on the order of
the obsolete slave links, some would go unprocessed and thus not deleted
from the list.
Closes: #916799
Reported-by: Andreas Beckmann <anbe@debian.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e5ffd7908..96a2b1312 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ dpkg (1.19.3) UNRELEASED; urgency=medium which implement the systemd readiness protocol for services. Closes: #910707 * update-alternatives: Add new --debug option. + * update-alternatives: Fix removal of obsolete slaves from the linked list. + Reported by Andreas Beckmann <anbe@debian.org>. Closes: #916799 * Perl modules: - Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056 Thanks to Chris Lamb <lamby@debian.org> for initial test cases. |