r8908 - /scripts/qa/qareport

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Nov 6 10:23:58 UTC 2007


Author: tincho-guest
Date: Tue Nov  6 10:23:58 2007
New Revision: 8908

URL: http://svn.debian.org/wsvn/?sc=1&rev=8908
Log:
don't show a package that's ok

Modified:
    scripts/qa/qareport

Modified: scripts/qa/qareport
URL: http://svn.debian.org/wsvn/scripts/qa/qareport?rev=8908&op=diff
==============================================================================
--- scripts/qa/qareport (original)
+++ scripts/qa/qareport Tue Nov  6 10:23:58 2007
@@ -66,6 +66,7 @@
     } elsif(deb_compare($dver, $uver) != 0) {
         $status = "Needs upgrading to newer upstream";
     }
+    next unless($status or @bugs);
     print "$pkg:", ( $pkg ne $svnpath ? " (SVN: $svnpath)" : '' ), "\n";
     print " - Version status: ", $status || "OK!", "\n";
     print "   + Watch status: ", $werr || "OK", "\n";




More information about the Pkg-perl-cvs-commits mailing list