The following commit has been merged in the master branch:
commit 75876c19004bebc625ceb371b8536456b424fb4d
Author: Andreas Tille <ti...@debian.org>
Date:   Tue Jan 26 14:14:29 2016 +0100

    Make output more reproducible by sorting the list of enhanced_by

diff --git a/webtools_py3/blendstasktools_udd.py 
b/webtools_py3/blendstasktools_udd.py
index be60565..5518101 100644
--- a/webtools_py3/blendstasktools_udd.py
+++ b/webtools_py3/blendstasktools_udd.py
@@ -1002,7 +1002,7 @@ class Tasks:
                 for dep in tdeps.dependencies[dependency]:
                     if dep.properties['Enhances'] != {}:
                         logger.debug("Package %s is enhanced by:" % dep.pkg)
-                        for enh in list(dep.properties['Enhances'].keys()):
+                        for enh in 
sorted(list(dep.properties['Enhances'].keys())):
                             # seek for Enhances on same page
                             found = 0
                             for seek_dependency in 
list(tdeps.dependencies.keys()):

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