[Pkg-ocaml-maint-commits] r6272 - /trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Fri Feb 27 08:39:11 UTC 2009
Author: zack
Date: Fri Feb 27 08:39:11 2009
New Revision: 6272
URL: http://svn.debian.org/wsvn/?sc=1&rev=6272
Log:
- add link to the transition monitor page
- move aux links (e.g., buildd) to a separate column to have more
compact rows
- shorten excuses link
Modified:
trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi
Modified: trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi
URL: http://svn.debian.org/wsvn/trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi?rev=6272&op=diff
==============================================================================
--- trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi (original)
+++ trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi Fri Feb 27 08:39:11 2009
@@ -51,7 +51,8 @@
<table>
<thead>
<tr>
- <th>Source Package</th>
+ <th>Package</th>
+ <th>Info</th>
<th py:for="version in ocaml_versions['bin']">
<span class="version" py:content="version">x.y.z</span>
</th>
@@ -62,8 +63,14 @@
py:choose="">
<td>
<a href="http://packages.qa.debian.org/${src}"><span
- class="package" py:content="src">pkg</span></a> <br />
- <small>[<a href="http://buildd.debian.org/pkg.cgi?pkg=${src}">buildd</a>]</small>
+ class="package" py:content="src">pkg</span></a>
+ </td>
+ <td>
+ <small>
+ <a href="http://buildd.debian.org/pkg.cgi?pkg=${src}">buildd</a>,
+ <a title="information about the (most recent) OCaml transition"
+ href="http://glondu.net/debian/ocaml_transition_monitor.html#${src}">trans</a>
+ </small>
</td>
<py:for each="versions in ocaml_versions" py:choose="">
<td py:when="versions is None" class="none"></td>
@@ -73,7 +80,8 @@
<td py:when="versions.has_key('unstable')" class="inUnstable">
<span py:content="versions['unstable']">x.y.z (unstable)</span>
<br />
- <small>[<a href="http://release.debian.org/migration/testing.pl?package=${src}">excuses</a>]</small>
+ <small>[<a title="testing transition excuses"
+ href="http://release.debian.org/migration/testing.pl?package=${src}">exc</a>]</small>
</td>
<td py:when="versions.has_key('experimental')" class="inExperimental">
<span py:content="versions['experimental']">x.y.z (experimental)</span>
@@ -101,7 +109,8 @@
<table>
<thead>
<tr>
- <th>Source Package</th>
+ <th>Package</th>
+ <th>Info</th>
<th py:for="version in ocaml_versions['src']">
<span class="version" py:content="version">x.y.z</span>
</th>
@@ -112,8 +121,14 @@
py:choose="">
<td>
<a href="http://packages.qa.debian.org/${src}"><span
- class="package" py:content="src">pkg</span></a> <br />
- <small>[<a href="http://buildd.debian.org/pkg.cgi?pkg=${src}">buildd</a>]</small>
+ class="package" py:content="src">pkg</span></a>
+ </td>
+ <td>
+ <small>
+ <a href="http://buildd.debian.org/pkg.cgi?pkg=${src}">buildd</a>,
+ <a title="information about the (most recent) OCaml transition"
+ href="http://glondu.net/debian/ocaml_transition_monitor.html#${src}">trans</a>
+ </small>
</td>
<py:for each="versions in ocaml_versions" py:choose="">
<td py:when="versions is None" class="none"></td>
@@ -123,7 +138,8 @@
<td py:when="versions.has_key('unstable')" class="inUnstable">
<span py:content="versions['unstable']">x.y.z (unstable)</span>
<br />
- <small>[<a href="http://release.debian.org/migration/testing.pl?package=${src}">excuses</a>]</small>
+ <small>[<a title="testing transition excuses"
+ href="http://release.debian.org/migration/testing.pl?package=${src}">exc</a>]</small>
</td>
<td py:when="versions.has_key('experimental')" class="inExperimental">
<span py:content="versions['experimental']">x.y.z (experimental)</span>
More information about the Pkg-ocaml-maint-commits
mailing list