The following commit has been merged in the master branch:
commit ea81b2b144f70de7a0652b654de4d2fe765ff327
Author: Guillem Jover <guil...@debian.org>
Date:   Thu May 12 02:52:17 2011 +0200

    dpkg: Add debug output on match in dir_is_used_by_others()
    
    The debug output was not balanced, and was only printing when no match
    happened, making the output confusing.

diff --git a/src/help.c b/src/help.c
index 4a2256f..35bf940 100644
--- a/src/help.c
+++ b/src/help.c
@@ -504,6 +504,8 @@ dir_is_used_by_others(struct filenamenode *file, struct 
pkginfo *pkg)
           other_pkg->name);
     if (other_pkg == pkg)
       continue;
+
+    debug(dbg_veryverbose, "dir_is_used_by_others yes");
     return true;
   }
   filepackages_iter_free(iter);

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