[Pkg-ocaml-maint-commits] r6274 - /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:49:59 UTC 2009


Author: zack
Date: Fri Feb 27 08:49:59 2009
New Revision: 6274

URL: http://svn.debian.org/wsvn/?sc=1&rev=6274
Log:
add tooltip explaining the buildd 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=6274&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:49:59 2009
@@ -67,9 +67,12 @@
 	    </td>
 	    <td>
 	      <small>
-		<a href="http://buildd.debian.org/pkg.cgi?pkg=${src}">buildd</a>,
+		<span> </span>
+		<a title="build daemon information"
+		   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>
+		<span> </span>
 	      </small>
 	    </td>
 	    <py:for each="versions in ocaml_versions" py:choose="">
@@ -124,9 +127,12 @@
 	    </td>
 	    <td>
 	      <small>
-		<a href="http://buildd.debian.org/pkg.cgi?pkg=${src}">buildd</a>,
+		<span> </span>
+		<a title="build daemon information"
+		   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>
+		<span> </span>
 	      </small>
 	    </td>
 	    <py:for each="versions in ocaml_versions" py:choose="">




More information about the Pkg-ocaml-maint-commits mailing list