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=3f77e30a269bb3ffb2b45f3f74c29e495beac8c9 commit 3f77e30a269bb3ffb2b45f3f74c29e495beac8c9 Author: Guillem Jover <[email protected]> AuthorDate: Mon Jan 20 00:59:17 2020 +0100 Dpkg::Vendor::Ubuntu: Remove obsolete 'keyrings' hook Fixes: commit 6e6bd74a5664b3d354dc7fd892a08eaf928980ad --- scripts/Dpkg/Vendor/Ubuntu.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/Dpkg/Vendor/Ubuntu.pm b/scripts/Dpkg/Vendor/Ubuntu.pm index ddee2a192..0352a127d 100644 --- a/scripts/Dpkg/Vendor/Ubuntu.pm +++ b/scripts/Dpkg/Vendor/Ubuntu.pm @@ -65,9 +65,6 @@ sub run_hook { warning(g_('Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field')); } } - - } elsif ($hook eq 'keyrings') { - return $self->run_hook('package-keyrings', @params); } elsif ($hook eq 'package-keyrings') { return ($self->SUPER::run_hook($hook), '/usr/share/keyrings/ubuntu-archive-keyring.gpg'); -- Dpkg.Org's dpkg

