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=177860d09d05695a472fc4aae980f30120ee2b97 commit 177860d09d05695a472fc4aae980f30120ee2b97 Author: Guillem Jover <[email protected]> AuthorDate: Tue Feb 21 01:32:58 2023 +0100 dpkg-genchanges: Move comment describing %sourcedefault before declaration Changelog: internal --- scripts/dpkg-genchanges.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dpkg-genchanges.pl b/scripts/dpkg-genchanges.pl index dc4b6393c..8eb19ef1a 100755 --- a/scripts/dpkg-genchanges.pl +++ b/scripts/dpkg-genchanges.pl @@ -66,8 +66,8 @@ my %pkg2file; my %file2ctrlsec; # Package to priority map, from control file. my %file2ctrlpri; -my %sourcedefault; # - default values as taken from source (used for Section, - # Priority and Maintainer) +# Default values taken from source (used for Section, Priority and Maintainer). +my %sourcedefault; my @descriptions; -- Dpkg.Org's dpkg

