Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=3cfad46f2eb04a8a0080f077b57e3dd2ba04cbf4

commit 3cfad46f2eb04a8a0080f077b57e3dd2ba04cbf4
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Jan 25 09:37:50 2010 +0100

chkdep: add a new trace point to see what files introduce a given dependency

diff --git a/chkdep b/chkdep
index 4746029..1ad1617 100755
--- a/chkdep
+++ b/chkdep
@@ -112,6 +112,8 @@ class Checks:
# not all the deps are installed
lib = lib.split(' ')[0]
if len(lib):
+                               if trace:
+                                       print "'%s' links to '%s'." % (file, 
lib)
libs.append(lib)
sock.close()
return libs
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to