[Pkg-octave-commit] rev 262 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Fri Sep 23 11:04:22 UTC 2005


Author: rafael
Date: 2005-09-23 11:04:21 +0000 (Fri, 23 Sep 2005)
New Revision: 262

Modified:
   trunk/www/dog.css
   trunk/www/index.html.in
Log:
Added notice about the availability of fixed octaviz package for Debian sarge


Modified: trunk/www/dog.css
===================================================================
--- trunk/www/dog.css	2005-09-23 11:03:45 UTC (rev 261)
+++ trunk/www/dog.css	2005-09-23 11:04:21 UTC (rev 262)
@@ -87,4 +87,19 @@
   color: #ffaaaa;
 }
 
+.warn {
+  width: 75%;
+  margin: auto;
+  color: red;
+  font-weight: bold;
+  text-align: center;
+  padding: 1ex;
+  border: solid 1px;
+  background: pink;
+}
 
+.warn a {
+  color: red;
+  text-decoration: underline;
+}
+

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-09-23 11:03:45 UTC (rev 261)
+++ trunk/www/index.html.in	2005-09-23 11:04:21 UTC (rev 262)
@@ -169,6 +169,15 @@
       class="icon" alt="[svn]"/>: SVN pkg sources]
     </p>
 
+
+    <p class="warn">
+      The octaviz package in Debian sarge is broken because it was built
+      against the wrong version of octave2.1.  An updated octaviz package
+      for sarge is available in a separate <a
+      href="octaviz-sarge">apt-getable repository</a> (both i386 binary
+      and source).
+    </p>
+
     <h1>Packages not yet released</h1>
 
     <ul>




More information about the Pkg-octave-commit mailing list