The following commit has been merged in the master branch:
commit ccb5c6a787486e4984222a674d76f76ba33c986f
Author: Ole Streicher <o...@aip.de>
Date:   Wed Jan 27 12:01:35 2016 +0100

    Also sorting enhancing packages in old code for the alternative package list

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index 660d337..a8d9626 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -488,7 +488,7 @@ function show_fulldesc(hash) {
                      <dt>Enhancements</dt>
                      <dd>
                        <ul class="desc-inline">
-                         <py:for each="enh in 
project.properties['Enhances'].keys()">
+                         <py:for each="enh in 
sorted(project.properties['Enhances'].keys())">
                            <li>
                              <a 
href="${project.properties['Enhances'][enh]}">${enh}</a>
                            </li>

-- 
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