r12772 - /scripts/qa/templates/by_category

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


Author: tincho-guest
Date: Tue Jan 15 14:16:01 2008
New Revision: 12772

URL: http://svn.debian.org/wsvn/?sc=1&rev=12772
Log:
Point to copyright when there's a problem with the watch file

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=12772&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Jan 15 14:16:01 2008
@@ -97,7 +97,13 @@
                 %][% ELSE %][% "${pkg.name}" | format("$wsvn_url")
                 %]/debian/watch?op=file&rev=0&sc=0[% END %]">[%
                 pkg.watch.upstream_mangled || pkg.watch.error
-            %]</a></td>
+            %]</a>
+            [% IF pkg.watch.error %]<a
+                href="[% "${pkg.name}" | format("$wsvn_url")
+                        %]/debian/copyright?op=file&amp;rev=0&amp;sc=0"
+                >(copyrigth info)</a>
+            [% END %]
+            </td>
     </tr>
 [% END #BLOCK package %]
 




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