The following commit has been merged in the master branch:
commit 315d710ab490a1d2aaf74b53d52358093cc25423
Author: Guillem Jover <guil...@debian.org>
Date:   Fri Feb 3 07:02:58 2012 +0100

    dpkg: Use pnaw_nonambig instead of pnaw_foreign on .list file open error
    
    Regression introduced in commit 0b8652b226a7601dfd71471797d15168a7337242.
    
    Spotted-by: Raphaƫl Hertzog <hert...@debian.org>

diff --git a/src/filesdb.c b/src/filesdb.c
index 252bd38..4a888a5 100644
--- a/src/filesdb.c
+++ b/src/filesdb.c
@@ -307,7 +307,7 @@ ensure_packagefiles_available(struct pkginfo *pkg)
   if (fd==-1) {
     if (errno != ENOENT)
       ohshite(_("unable to open files list file for package `%.250s'"),
-              pkg_name(pkg, pnaw_foreign));
+              pkg_name(pkg, pnaw_nonambig));
     onerr_abort--;
     if (pkg->status != stat_configfiles) {
       if (saidread == 1) putc('\n',stderr);

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