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=a7c8c0f02e4a6399ad485b67284ac018914da082 commit a7c8c0f02e4a6399ad485b67284ac018914da082 (HEAD -> master) Author: Guillem Jover <[email protected]> AuthorDate: Sat Dec 7 22:14:37 2019 +0100 libdpkg: Fix comment description --- lib/dpkg/db-ctrl-access.c | 2 +- lib/dpkg/db-ctrl-format.c | 2 +- lib/dpkg/db-ctrl-upgrade.c | 2 +- lib/dpkg/options-parsers.c | 2 +- lib/dpkg/t/b-fsys-hash.c | 2 +- lib/dpkg/t/b-pkg-hash.c | 2 +- lib/dpkg/t/c-tarextract.c | 2 +- lib/dpkg/t/c-treewalk.c | 2 +- lib/dpkg/t/t-fsys-dir.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/dpkg/db-ctrl-access.c b/lib/dpkg/db-ctrl-access.c index d31f5466f..2787d3977 100644 --- a/lib/dpkg/db-ctrl-access.c +++ b/lib/dpkg/db-ctrl-access.c @@ -1,5 +1,5 @@ /* - * dpkg - main program for package management + * libdpkg - Debian packaging suite library routines * db-ctrl-access.c - package control information database * * Copyright © 1995 Ian Jackson <[email protected]> diff --git a/lib/dpkg/db-ctrl-format.c b/lib/dpkg/db-ctrl-format.c index a545ec5e7..2c709e831 100644 --- a/lib/dpkg/db-ctrl-format.c +++ b/lib/dpkg/db-ctrl-format.c @@ -1,5 +1,5 @@ /* - * dpkg - main program for package management + * libdpkg - Debian packaging suite library routines * db-ctrl-format.c - package control information database format * * Copyright © 2011-2014 Guillem Jover <[email protected]> diff --git a/lib/dpkg/db-ctrl-upgrade.c b/lib/dpkg/db-ctrl-upgrade.c index 00ef97cbc..369c574b5 100644 --- a/lib/dpkg/db-ctrl-upgrade.c +++ b/lib/dpkg/db-ctrl-upgrade.c @@ -1,5 +1,5 @@ /* - * dpkg - main program for package management + * libdpkg - Debian packaging suite library routines * db-ctrl-upgrade.c - package control information database format upgrade * * Copyright © 1995 Ian Jackson <[email protected]> diff --git a/lib/dpkg/options-parsers.c b/lib/dpkg/options-parsers.c index c26864278..de5bf69f8 100644 --- a/lib/dpkg/options-parsers.c +++ b/lib/dpkg/options-parsers.c @@ -1,5 +1,5 @@ /* - * dpkg - main program for package management + * libdpkg - Debian packaging suite library routines * options-parsers.c - command-line options parser helpers * * Copyright © 2014 Guillem Jover <[email protected]> diff --git a/lib/dpkg/t/b-fsys-hash.c b/lib/dpkg/t/b-fsys-hash.c index 373cfc7c6..cd9db1ed9 100644 --- a/lib/dpkg/t/b-fsys-hash.c +++ b/lib/dpkg/t/b-fsys-hash.c @@ -1,5 +1,5 @@ /* - * dpkg - main program for package management + * libdpkg - Debian packaging suite library routines * b-fsys-hash.c - test fsys database load and hash performance * * Copyright © 2009-2019 Guillem Jover <[email protected]> diff --git a/lib/dpkg/t/b-pkg-hash.c b/lib/dpkg/t/b-pkg-hash.c index 74e26af7b..508a0065e 100644 --- a/lib/dpkg/t/b-pkg-hash.c +++ b/lib/dpkg/t/b-pkg-hash.c @@ -1,5 +1,5 @@ /* - * dpkg - main program for package management + * libdpkg - Debian packaging suite library routines * b-pkg-hash.c - test pkg database load and hash performance * * Copyright © 2009-2019 Guillem Jover <[email protected]> diff --git a/lib/dpkg/t/c-tarextract.c b/lib/dpkg/t/c-tarextract.c index 34f3d08fa..a2cd6972a 100644 --- a/lib/dpkg/t/c-tarextract.c +++ b/lib/dpkg/t/c-tarextract.c @@ -1,6 +1,6 @@ /* * libdpkg - Debian packaging suite library routines - * t-tarextract.c - test tar extractor + * c-tarextract.c - test tar extractor * * Copyright © 2014 Guillem Jover <[email protected]> * diff --git a/lib/dpkg/t/c-treewalk.c b/lib/dpkg/t/c-treewalk.c index a3eb2f96b..0c5d2d5a4 100644 --- a/lib/dpkg/t/c-treewalk.c +++ b/lib/dpkg/t/c-treewalk.c @@ -1,6 +1,6 @@ /* * libdpkg - Debian packaging suite library routines - * t-treewalk.c - test tree walk implementation + * c-treewalk.c - test tree walk implementation * * Copyright © 2013-2016 Guillem Jover <[email protected]> * diff --git a/lib/dpkg/t/t-fsys-dir.c b/lib/dpkg/t/t-fsys-dir.c index 7dbe753d1..47c37c2e7 100644 --- a/lib/dpkg/t/t-fsys-dir.c +++ b/lib/dpkg/t/t-fsys-dir.c @@ -1,6 +1,6 @@ /* * libdpkg - Debian packaging suite library routines - * t-fsys.c - test filesystem handling + * t-fsys-dir.c - test filesystem handling * * Copyright © 2018 Guillem Jover <[email protected]> * -- Dpkg.Org's dpkg

