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=2b78637509e9f7c39ae0495c3f4718a60a55da9a commit 2b78637509e9f7c39ae0495c3f4718a60a55da9a Author: Guillem Jover <guil...@debian.org> AuthorDate: Thu Aug 16 05:41:04 2018 +0200 libdpkg: Add missing db-ctrl symbols to the libdpkg.map file --- lib/dpkg/libdpkg.map | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map index 2c4c11181..8dd62ccc9 100644 --- a/lib/dpkg/libdpkg.map +++ b/lib/dpkg/libdpkg.map @@ -381,6 +381,13 @@ LIBDPKG_PRIVATE { modstatdb_shutdown; modstatdb_done; + # Package on-disk control database support + pkg_infodb_foreach; + pkg_infodb_get_dir; + pkg_infodb_get_file; + pkg_infodb_has_file; + pkg_infodb_upgrade; + # Filesystem node hash support filesdbinit; files_db_reset; -- Dpkg.Org's dpkg