This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c7e2c93c60e4fda1ee06110698f6f69e2eb1ffb5 commit c7e2c93c60e4fda1ee06110698f6f69e2eb1ffb5 Author: Guillem Jover <[email protected]> AuthorDate: Sat Nov 20 20:41:45 2021 +0100 dpkg-fsys-usrunmess: Fix typo in debug message Stable-Candidate: 1.20.x --- scripts/dpkg-fsys-usrunmess.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dpkg-fsys-usrunmess.pl b/scripts/dpkg-fsys-usrunmess.pl index 56bc72b8b..5d21af914 100755 --- a/scripts/dpkg-fsys-usrunmess.pl +++ b/scripts/dpkg-fsys-usrunmess.pl @@ -424,7 +424,7 @@ POLICYRC or fatal("cannot select alternative $policypath"); } -debug('reconfigured all packages'); +debug('reconfiguring all packages'); if (not $opt_noact) { local $ENV{DEBIAN_FRONTEND} = 'noninteractive'; system(qw(dpkg --configure --pending)) == 0 -- Dpkg.Org's dpkg

