diff options
author | Guillem Jover <guillem@debian.org> | 2019-06-23 01:04:22 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-10-30 22:02:42 +0100 |
commit | 8b0806e8df366f0b0b29c74b4856bbfcda632ed6 (patch) | |
tree | dc9c214e17d60f2c089e148a14d328e20a0368ef /debian | |
parent | 1f5a2a27f755604065a36bd626d68360a41456b7 (diff) | |
download | dpkg-8b0806e8df366f0b0b29c74b4856bbfcda632ed6.tar.gz |
libdpkg: Clarify lock contender error message
Print the PID of the lock contender, switch the tense to past as the lock
might not be locked anymore by the time we finish, and add a warning
explaining that removing the lock file is never the correct solution.
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 206c0e6cf..ff6e3cdb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,9 @@ dpkg (1.20.0) UNRELEASED; urgency=medium to specify multiple packages. Closes: #926669 Based on a patch by Frank Schaefer <kelledin@gmail.com>. * perl: Remove support for versioned GnuPG 2 program and packages. + * libdpkg: Clarify lock contender error message. Print the PID of the lock + contender, and add a warning explaining that removing the lock file is + never the correct solution. * Perl modules: - Dpkg::Source::Package: Verify original tarball signatures at build time. * Documentation: |