The following commit has been merged in the master branch:
commit 155c30759a8cc97ed65b7611a33228da8717d633
Author: Guillem Jover <[email protected]>
Date:   Wed Sep 21 02:09:55 2011 +0200

    libdpkg: Add missing symbols to the version script

diff --git a/lib/dpkg/libdpkg.Versions b/lib/dpkg/libdpkg.Versions
index 8dbd7a5..af1acd2 100644
--- a/lib/dpkg/libdpkg.Versions
+++ b/lib/dpkg/libdpkg.Versions
@@ -1,5 +1,8 @@
 LIBDPKG_0 {
 global:
+       # Error reporting
+       dpkg_error_destroy;
+
        # Program name
        dpkg_set_progname;
        dpkg_get_progname;
@@ -38,7 +41,7 @@ LIBDPKG_PRIVATE {
 
        # Generic cleanup
        cu_closepipe;
-       cu_closefile;
+       cu_closestream;
        cu_closedir;
        cu_closefd;
 
@@ -78,6 +81,7 @@ LIBDPKG_PRIVATE {
        # Path, directory and file functions
        path_skip_slash_dotslash;
        path_trim_slash_slashdot;
+       path_basename;
        path_make_temp_template;
        path_quote_filename;
 
@@ -96,6 +100,7 @@ LIBDPKG_PRIVATE {
        fd_read;
        fd_write;
        buffer_hash;
+       buffer_skip_*;
        buffer_copy_*;
 
        # Subprocess and command handling

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to