Package: dak
Version: 1.0-8.1
Tags: patch

Here's a diff from CVS to helena to print out the row which is useful
when you're tracking where your package is on
http://ftp-master.debian.org/new.html

It's been tested and works (it really is trivial but it took a while for
me to work out how to fake up .katie files to test it with).

--- helena.orig 2006-05-18 09:06:20.000000000 +0100
+++ helena      2006-05-21 16:10:42.000000000 +0100
@@ -208,6 +208,7 @@
     print "<h1>Summary for: %s</h1>" % (type)
     print """<center><table border="0">
        <tr>
+         <th align="center">Row</th>
          <th align="center">Package</th>
          <th align="center">Version</th>
          <th align="center">Arch</th>
@@ -242,6 +243,7 @@
     for dist in distribution:
         if dist == "experimental":
             tdclass = "exp";
+    print "<td valign=\"top\" class=\"%s\">%s</td>" % (tdclass, row_number+1);
     print "<td valign=\"top\" class=\"%s\">%s</td>" % (tdclass, source);
     print "<td valign=\"top\" class=\"%s\">" % (tdclass)
     for vers in version.split():

-- 
----------(  "I think we're just out of Waldorfs" - Basil,   )----------
Simon ----(                  Fawlty Towers                   )---- Nomis
                             Htag.pl 0.0.22


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to