The following commit has been merged in the master branch:
commit 4da4c894719c7d33a3e44645630f63172cfd4c99
Author: Guillem Jover <guil...@debian.org>
Date:   Wed May 4 02:02:57 2011 +0200

    libdpkg: Add missing symbols to the version script

diff --git a/lib/dpkg/libdpkg.Versions b/lib/dpkg/libdpkg.Versions
index 3997fb6..c72ffec 100644
--- a/lib/dpkg/libdpkg.Versions
+++ b/lib/dpkg/libdpkg.Versions
@@ -54,6 +54,7 @@ LIBDPKG_PRIVATE {
 
        str_escape_fmt;
        str_strip_quotes;
+       str_quote_meta;
 
        # Variable buffer support
        varbuf_init;
@@ -219,6 +220,10 @@ LIBDPKG_PRIVATE {
        parsedb;
        writedb;
 
+       dpkg_db_set_dir;
+       dpkg_db_get_dir;
+       dpkg_db_get_path;
+
        # Log based package on-disk database support
        modstatdb_init;
        modstatdb_is_locked;

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to