Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14420
Modified Files:
ChangeLog PkgVersion.pm
Log Message:
hide developer-level warning summaries when verbosity is low
Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- PkgVersion.pm 11 Jan 2007 03:17:47 -0000 1.581
+++ PkgVersion.pm 11 Jan 2007 03:20:31 -0000 1.582
@@ -2331,7 +2331,7 @@
if ($violated) {
if(Fink::Config::get_option("validate") eq "on") {
die "Please correct the above problems and try
again!\n";
- } else {
+ } elsif ($config->verbosity_level() > 1) {
warn "Validation of splitoffs failed.\n";
}
}
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1422
retrieving revision 1.1423
diff -u -d -r1.1422 -r1.1423
--- ChangeLog 29 Dec 2006 07:17:29 -0000 1.1422
+++ ChangeLog 11 Jan 2007 03:20:31 -0000 1.1423
@@ -1,3 +1,8 @@
+2007-01-10 Daniel Macks <[EMAIL PROTECTED]>
+
+ * PkgVersion.pm: Don't summarize BDO/obsolete violations if the
+ warnings themselves aren't displayed.
+
2006-12-29 Daniel Macks <[EMAIL PROTECTED]>
* Services.pm: execute(): quick-exit if passed null script
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits