[sagemath] 01/01: Sort output of pruner.py.

Tobias Hansen thansen at moszumanska.debian.org
Wed Jul 13 13:27:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit 725c1e4dd714431404b14c8289a175cc5f8f09c1
Author: Tobias Hansen <thansen at debian.org>
Date:   Wed Jul 13 13:27:30 2016 +0000

    Sort output of pruner.py.
---
 debian/pruner/pruner.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pruner/pruner.py.in b/debian/pruner/pruner.py.in
index f09423e..fd05f57 100644
--- a/debian/pruner/pruner.py.in
+++ b/debian/pruner/pruner.py.in
@@ -214,7 +214,7 @@ for p in sage_standard_packages:
     if p not in dico:
         dico[p] = False
 
-for key, val in dico.items():
+for key, val in sorted(dico.items()):
     if val:
         declare_system(key)
     else:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list