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=a8aca8bc17e617c5308bf408a94f3296d4da0918 commit a8aca8bc17e617c5308bf408a94f3296d4da0918 Author: Guillem Jover <[email protected]> AuthorDate: Thu Oct 19 09:38:58 2023 +0200 doc: Simplify references in CHANGES sections Remove unneeded module namespace, or replace it with an actual variable, as it is done in the rest of the documentation for methods. --- scripts/Dpkg/Deps.pm | 12 ++++++------ scripts/Dpkg/Deps/KnownFacts.pm | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm index e6ea91017..340f6f227 100644 --- a/scripts/Dpkg/Deps.pm +++ b/scripts/Dpkg/Deps.pm @@ -453,28 +453,28 @@ provide. =head2 Version 1.07 (dpkg 1.20.0) -New option: Add virtual option to Dpkg::Deps::deps_parse(). +New option: Add virtual option to deps_parse(). =head2 Version 1.06 (dpkg 1.18.7; module version bumped on dpkg 1.18.24) -New option: Add tests_dep option to Dpkg::Deps::deps_parse(). +New option: Add tests_dep option to deps_parse(). =head2 Version 1.05 (dpkg 1.17.14) -New function: Dpkg::Deps::deps_iterate(). +New function: deps_iterate(). =head2 Version 1.04 (dpkg 1.17.10) New options: Add use_profiles, build_profiles, reduce_profiles and -reduce_restrictions to Dpkg::Deps::deps_parse(). +reduce_restrictions to deps_parse(). =head2 Version 1.03 (dpkg 1.17.0) -New option: Add build_arch option to Dpkg::Deps::deps_parse(). +New option: Add build_arch option to deps_parse(). =head2 Version 1.02 (dpkg 1.17.0) -New function: Dpkg::Deps::deps_concat() +New function: deps_concat() =head2 Version 1.01 (dpkg 1.16.1) diff --git a/scripts/Dpkg/Deps/KnownFacts.pm b/scripts/Dpkg/Deps/KnownFacts.pm index 5ef7e7c69..6ca6d1fed 100644 --- a/scripts/Dpkg/Deps/KnownFacts.pm +++ b/scripts/Dpkg/Deps/KnownFacts.pm @@ -201,10 +201,10 @@ Remove method: $facts->check_package(). =head2 Version 1.01 (dpkg 1.16.1) -New option: Dpkg::Deps::KnownFacts->add_installed_package() now accepts 2 +New option: $facts->add_installed_package() now accepts 2 supplementary parameters ($arch and $multiarch). -Deprecated method: Dpkg::Deps::KnownFacts->check_package() is obsolete, +Deprecated method: $facts->check_package() is obsolete, it should not have been part of the public API. =head2 Version 1.00 (dpkg 1.15.6) -- Dpkg.Org's dpkg

