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=51af1d13bcebeb07d46ddd25c719c429a24cb26c commit 51af1d13bcebeb07d46ddd25c719c429a24cb26c Author: Guillem Jover <[email protected]> AuthorDate: Tue Nov 8 05:59:37 2022 +0100 dpkg-buildpackage: Remove blank line around signfile output lines We do not print such blank lines around other actions being performed. --- scripts/dpkg-buildpackage.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dpkg-buildpackage.pl b/scripts/dpkg-buildpackage.pl index c36cdc6e6..3a67e877c 100755 --- a/scripts/dpkg-buildpackage.pl +++ b/scripts/dpkg-buildpackage.pl @@ -919,7 +919,6 @@ sub signfile { or syserror(g_('cannot move %s to %s'), "$signfile.asc", "../$file"); } - print "\n"; return $status } -- Dpkg.Org's dpkg

