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=264d54935e1c6dddaad75128036e480f58de51e6 commit 264d54935e1c6dddaad75128036e480f58de51e6 Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 22 04:35:38 2022 +0100 man: Document dpkg-source -q option This option was missing from the man page. --- man/dpkg-source.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/dpkg-source.pod b/man/dpkg-source.pod index 0201be106..df45f038a 100644 --- a/man/dpkg-source.pod +++ b/man/dpkg-source.pod @@ -321,6 +321,16 @@ packages with broken versions, just for backwards compatibility. =back +=head2 Generic general options + +=over + +=item B<-q> + +Sets quiet mode to suppress warnings. + +=back + =head1 SOURCE PACKAGE FORMATS If you don't know what source format to use, you should probably pick -- Dpkg.Org's dpkg

