r12775 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Jan 15 14:18:38 UTC 2008


Author: tincho-guest
Date: Tue Jan 15 14:18:38 2008
New Revision: 12775

URL: http://svn.debian.org/wsvn/?sc=1&rev=12775
Log:
If there isn't a problem, don't show CP info

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=12775&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Jan 15 14:18:38 2008
@@ -98,7 +98,7 @@
                 %]/debian/watch?op=file&rev=0&sc=0[% END %]">[%
                 pkg.watch.upstream_mangled || pkg.watch.error
             %]</a>
-            [% IF pkg.watch.error %]<a
+            [% IF pkg.hilight.upstream AND pkg.watch.error %]<a
                 href="[% "${pkg.name}" | format("$wsvn_url")
                         %]/debian/copyright?op=file&amp;rev=0&amp;sc=0"
                 >(copyright info)</a>




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