The following commit has been merged in the master branch:
commit 1e5cdccd104a1fe819b501ae0c3ff63170617f70
Author: Guillem Jover <guil...@debian.org>
Date:   Fri Sep 9 05:55:37 2011 +0200

    libdpkg: Do not generate the unused infodir in modstatdb_init()

diff --git a/lib/dpkg/dbmodify.c b/lib/dpkg/dbmodify.c
index f514ddc..91f3ec2 100644
--- a/lib/dpkg/dbmodify.c
+++ b/lib/dpkg/dbmodify.c
@@ -57,7 +57,6 @@ static int nextupdate;
 static char *updatesdir;
 static int updateslength;
 static char *updatefnbuf, *updatefnrest;
-static char *infodir;
 static struct varbuf uvb;
 
 static int ulist_select(const struct dirent *de) {
@@ -142,7 +141,6 @@ static const struct fni {
   {   AVAILFILE,                  &availablefile      },
   {   UPDATESDIR,                 &updatesdir         },
   {   UPDATESDIR IMPORTANTTMP,    &importanttmpfile   },
-  {   INFODIR,                    &infodir            },
   {   NULL, NULL                                      }
 };
 

-- 
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