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=e5fb453b3a68c5d79c0b79279cc763d269be8f2d commit e5fb453b3a68c5d79c0b79279cc763d269be8f2d Author: Guillem Jover <[email protected]> AuthorDate: Tue Jun 6 23:54:05 2023 +0200 man: Document missing Packages front-end fields in dpkg-query(1) These are part of the Packages files in repositories, which can end up in the available database shown by dpkg-query(1). --- man/dpkg-query.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/dpkg-query.pod b/man/dpkg-query.pod index e7b19a004..598beed68 100644 --- a/man/dpkg-query.pod +++ b/man/dpkg-query.pod @@ -336,6 +336,8 @@ fields or fields stored in the binary package end up in it): =item B<Description> +=item B<Description-md5> (internal, front-end related) + =item B<Enhances> =item B<Protected> @@ -372,6 +374,12 @@ fields or fields stored in the binary package end up in it): =item B<Section> +=item B<SHA1> (internal, front-end related) + +=item B<SHA256> (internal, front-end related) + +=item B<SHA512> (internal, front-end related) + =item B<Size> (internal, front-end related) =item B<Source> -- Dpkg.Org's dpkg

