From d8c298c5263747b4c44ede8107b6ac9f597670ef Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 28 Jul 2009 01:46:46 +0200 Subject: [PATCH] TODO entry: tell edos what sources to check --- bin/wanna-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/wanna-build b/bin/wanna-build index ff523e7..41ee82b 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2571,6 +2571,8 @@ sub call_edos_depcheck { if (exists $interesting_packages{$key}) { $interesting_packages{$key} = $reason; + } else { + print "TODO: edos reported a package we do not care about now" if $verbose; } } close EDOS; -- 2.39.5