[dpkg] 14/192: libdpkg: Add missing symbols to the map file

Ximin Luo infinity0 at debian.org
Tue Oct 17 11:03:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit bea859cbc426deec85729d363b9f63ec9d490d71
Author: Guillem Jover <guillem at debian.org>
Date:   Fri Mar 31 05:51:43 2017 +0200

    libdpkg: Add missing symbols to the map file
    
    This causes build failures when enabling the shared library.
---
 debian/changelog     |  1 +
 lib/dpkg/libdpkg.map | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c87e3cd..043fa8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 dpkg (1.18.24) UNRELEASED; urgency=medium
 
   [ Guillem Jover ]
+  * Add missing symbols to the libdpkg map file.
   * Architecture support:
     - Add support for ARM64 ILP32. Closes: #824742
       Thanks to Wookey <wookey at wookware.org>.
diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map
index db27a57..690a1e4 100644
--- a/lib/dpkg/libdpkg.map
+++ b/lib/dpkg/libdpkg.map
@@ -106,10 +106,13 @@ LIBDPKG_PRIVATE {
 	varbuf_dup_char;
 	varbuf_map_char;
 	varbuf_add_buf;
+	varbuf_get_str;
 	varbuf_end_str;
 	varbuf_printf;
 	varbuf_vprintf;
 	varbuf_detach;
+	varbuf_snapshot;
+	varbuf_rollback;
 	varbuf_destroy;
 
 	# Path, directory and file functions
@@ -127,6 +130,14 @@ LIBDPKG_PRIVATE {
 	dir_sync_path_parent;
 	dir_sync_contents;
 
+	treenode_get_mode;
+	treenode_get_virtname;
+	treenode_get_pathname;
+	treewalk_open;
+	treewalk_node;
+	treewalk_next;
+	treewalk_close;
+
 	file_copy_perms;
 	file_show;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list