summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-12-21 01:17:58 +0100
committerGuillem Jover <guillem@debian.org>2019-01-15 04:49:03 +0100
commitd5759dfebdf28ce28a6f243fa12fb03187fe0315 (patch)
tree6cd6f1fb406ae863643e41dc7dbdfddd780ab2ae /debian
parent8c7a750be37a5940232a4f1f6b2c32d19754c24c (diff)
downloaddpkg-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/changelog2
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.