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=6d1fd404f3161599d9e0aae8b2fef9a0f4ed6cea commit 6d1fd404f3161599d9e0aae8b2fef9a0f4ed6cea Author: Guillem Jover <[email protected]> AuthorDate: Thu Nov 7 02:18:47 2024 +0100 dpkg-deb: Fix doxygen comment to match function argument Changelog: internal --- src/deb/build.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/deb/build.c b/src/deb/build.c index 29626e977..a309326b7 100644 --- a/src/deb/build.c +++ b/src/deb/build.c @@ -388,9 +388,10 @@ check_ctrl_control(const char *ctrldir) } /** - * Perform some sanity checks on the to-be-built package control area. + * Perform some sanity checks on the to-be-built package. * - * @param ctrldir The directory from where to build the binary package. + * @param ctrldir The control directory from where to build the binary package. + * @param rootdir The root directory from where to build the binary package. * @return The pkginfo struct from the parsed control file. */ static struct pkginfo * -- Dpkg.Org's dpkg

