The following commit has been merged in the master branch:
commit 33c0c442354531f56e4668c8d89f47a04bc295f9
Author: Ole Streicher <oleb...@debian.org>
Date:   Sun Dec 6 15:14:04 2015 +0100

    Add newversion notification and debtags

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index 157f11f..097f160 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -204,6 +204,15 @@ function show_fulldesc(hash) {
                      </py:otherwise>
                    </py:choose>
                  </py:if>
+                 <py:if test="project.outdated">
+                   &#8634;
+                 </py:if>
+                 <py:if test="False"> <!-- RC bugs -->
+                   &#9760;
+                 </py:if>
+                 <py:if test="False"> <!-- CI failures -->
+                   &#9785;
+                 </py:if>
                </td>
                <td>
                  <a onclick="toggle_visibility('${project.pkg}');" 
style="cursor:pointer;">
@@ -319,9 +328,27 @@ function show_fulldesc(hash) {
                              </py:when>
                            </py:choose>
                          </py:for>
+                         <py:if test="project.outdated">
+                           <li>
+                             <strong>${project.outdated['version']}</strong>
+                             (${project.outdated['release']})
+                           </li>
+                         </py:if>
                        </ul>
                      </dd>
                    </py:if>
+                 <py:if test="project.debtags">
+                   <dt>Debtags</dt>
+                   <dd>
+                     <ul class="desc-inline">
+                       <py:for each="debtag in project.debtags">
+                         <li>
+                           ${debtag['tag']}: ${debtag['value']}
+                         </li>
+                       </py:for>
+                     </ul>
+                   </dd>
+                 </py:if>
                    <py:if test="project.properties['Enhances'] != {}">
                      <dt>Enhanced by</dt>
                      <dd>

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to