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=17b87a402c352d0bce13aba706ad1eae63876184 commit 17b87a402c352d0bce13aba706ad1eae63876184 Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 9 20:54:05 2021 +0100 libdpkg: Add missing symbols to the version map Changelog: internal --- lib/dpkg/libdpkg.map | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map index 69150fd5e..6aa38248b 100644 --- a/lib/dpkg/libdpkg.map +++ b/lib/dpkg/libdpkg.map @@ -343,6 +343,7 @@ LIBDPKG_PRIVATE { pkg_hash_iter_next_set; pkg_hash_iter_next_pkg; pkg_hash_iter_free; + pkg_hash_report; # Package field handling booleaninfos; # XXX variable, do not export @@ -353,6 +354,7 @@ LIBDPKG_PRIVATE { # Package field format handling pkg_format_parse; pkg_format_show; + pkg_format_needs_db_fsys; pkg_format_free; # Package specifiers -- Dpkg.Org's dpkg

