r12768 - in /scripts/qa: DebianQA/Common.pm templates/by_category

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


Author: tincho-guest
Date: Tue Jan 15 13:18:18 2008
New Revision: 12768

URL: http://svn.debian.org/wsvn/?sc=1&rev=12768
Log:
Bump version and fix typo.

Modified:
    scripts/qa/DebianQA/Common.pm
    scripts/qa/templates/by_category

Modified: scripts/qa/DebianQA/Common.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Common.pm?rev=12768&op=diff
==============================================================================
--- scripts/qa/DebianQA/Common.pm (original)
+++ scripts/qa/DebianQA/Common.pm Tue Jan 15 13:18:18 2008
@@ -19,7 +19,7 @@
 #our $VERSION = qv("1.000");
 
 # Bump this version in case of data file change
-our $VERSION = 1.000;
+our $VERSION = 1.001;
 
 use DebianQA::Config '%CFG';
 use POSIX;

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=12768&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Jan 15 13:18:18 2008
@@ -55,7 +55,7 @@
                     pkg.notes.join(', ')
                     %]</span></span>[% ELSE %]$pkg.name[% END %]
             [% IF pkg.svn.section AND pkg.svn.section != "main" %]
-            <span class="$pkg.svn.section">[$pkg.svn.section]</span>
+            <span class="section-$pkg.svn.section">[$pkg.svn.section]</span>
             [% END #IF %]
             [% IF pkg.svn.binaries and pkg.svn.binaries.size > 1 or (
                 pkg.svn.binaries.size and pkg.svn.binaries.first != pkg.name




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