This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=0e1709f6f4002a87bff1b0caa495ded77dd38d1f commit 0e1709f6f4002a87bff1b0caa495ded77dd38d1f Author: Guillem Jover <[email protected]> AuthorDate: Tue Jul 30 04:45:36 2019 +0200 Dpkg::BuildFlags: Remove unused hash keys --- debian/changelog | 1 + scripts/Dpkg/BuildFlags.pm | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 36ae294bd..ada26a5a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Dpkg::OpenPGP: Refactor signature verification into a new function. - Dpkg::OpenPGP: Make it possible to verify detached signatures. - Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring. + - Dpkg::BuildFlags: Remove unused hash keys. * Build system: - Bump minimal Perl version to 5.24.1. - Add a serial versioning to the m4 files. diff --git a/scripts/Dpkg/BuildFlags.pm b/scripts/Dpkg/BuildFlags.pm index a8fd4584a..906527b23 100644 --- a/scripts/Dpkg/BuildFlags.pm +++ b/scripts/Dpkg/BuildFlags.pm @@ -68,8 +68,6 @@ Reset the flags stored to the default set provided by the vendor. sub load_vendor_defaults { my $self = shift; - $self->{options} = {}; - $self->{source} = {}; $self->{features} = {}; $self->{flags} = { CPPFLAGS => '', -- Dpkg.Org's dpkg

