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=e550ec82e1e1bc05f83fa1d33fab9e9e24788327 commit e550ec82e1e1bc05f83fa1d33fab9e9e24788327 Author: Guillem Jover <[email protected]> AuthorDate: Mon Oct 23 01:54:50 2023 +0200 man: Recommend debsig-verify instead of debsums for additional functionality dpkg already provides the equivalent of debsums natively via its --verify option. But the functionality from debsig-verify is not currently integrated into the main program. --- man/dpkg.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/dpkg.pod b/man/dpkg.pod index 0b27bd2c8..9e189e6b6 100644 --- a/man/dpkg.pod +++ b/man/dpkg.pod @@ -1605,7 +1605,7 @@ convenient way to modify the package selection states. =head1 ADDITIONAL FUNCTIONALITY Additional functionality can be gained by installing any of the -following packages: B<apt>, B<aptitude> and B<debsums>. +following packages: B<apt>, B<aptitude> and B<debsig-verify>. =head1 SEE ALSO -- Dpkg.Org's dpkg

