diff options
author | Guillem Jover <guillem@debian.org> | 2019-11-03 00:00:18 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-11-26 02:42:43 +0100 |
commit | 5aae5e10375d5956d639eaf23a49b842bf109b17 (patch) | |
tree | 5ce22dbba3c4cdbbd727a6de6be596d092b9fc27 | |
parent | 9b68d769f7280452402ea38ebfaf358ed44be20a (diff) | |
download | dpkg-5aae5e10375d5956d639eaf23a49b842bf109b17.tar.gz |
libdpkg: Add missing symbols to the version map
Several of these are used by the test suite.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | lib/dpkg/libdpkg.map | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 30aac0626..b66d3c00f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - libdpkg: Use p instead of name in dpkg_arch_name_is_illegal(). - dpkg: Remove redudant condition for sourcefile in updateavailable(). - dpkg, update-alternatives: Make variables static. + - libdpkg: Add missing symbols to the version map. * Build system: - Bump minimal Perl version to 5.24.1. - Add a serial versioning to the m4 files. diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map index 953944752..dc58738ea 100644 --- a/lib/dpkg/libdpkg.map +++ b/lib/dpkg/libdpkg.map @@ -140,6 +140,7 @@ LIBDPKG_PRIVATE { dir_sync_path_parent; dir_sync_contents; + treenode_get_name; treenode_get_mode; treenode_get_virtname; treenode_get_pathname; @@ -147,9 +148,11 @@ LIBDPKG_PRIVATE { treewalk_node; treewalk_next; treewalk_close; + treewalk; file_copy_perms; file_show; + file_slurp; atomic_file_new; atomic_file_open; @@ -192,6 +195,7 @@ LIBDPKG_PRIVATE { pager_get_exec; pager_spawn; pager_reap; + pager_enable; setcloexec; @@ -327,6 +331,7 @@ LIBDPKG_PRIVATE { pkg_hash_find_set; pkg_hash_find_singleton; pkg_hash_find_pkg; + pkg_hash_get_singleton; pkg_hash_count_set; pkg_hash_count_pkg; pkg_hash_reset; @@ -336,6 +341,7 @@ LIBDPKG_PRIVATE { pkg_hash_iter_free; # Package field handling + booleaninfos; # XXX variable, do not export fieldinfos; # XXX variable, do not export find_field_info; find_arbfield_info; @@ -412,6 +418,7 @@ LIBDPKG_PRIVATE { fsys_hash_reset; fsys_hash_entries; fsys_hash_find_node; + fsys_hash_report; fsys_hash_iter_new; fsys_hash_iter_next; |