[cpl-plugin-uves] 02/07: Sort additional recipes to get a canonical documentation

Ole Streicher olebole-guest at moszumanska.debian.org
Tue Dec 31 14:27:19 UTC 2013


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

olebole-guest pushed a commit to branch debian
in repository cpl-plugin-uves.

commit e05e3462dcbbadfdb99b9b9029f3f95aad285652
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sun Dec 29 18:02:24 2013 +0100

    Sort additional recipes to get a canonical documentation
---
 debian/create_sphinx.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/create_sphinx.py b/debian/create_sphinx.py
index 5c90c3f..cf72d4e 100644
--- a/debian/create_sphinx.py
+++ b/debian/create_sphinx.py
@@ -146,6 +146,7 @@ index = [ oca.find(recipe.__name__) for recipe in recipes_oca ]
 recipes_oca = [r for (i, r) in sorted(zip(index, recipes_oca))]
 
 recipes_x = [recipe for recipe in recipes if not recipe.__name__ in oca]
+recipes_x.sort()
 
 def par(recipe, template, delimiter = "", count = None):
     return delimiter.join(template.format(

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



More information about the debian-science-commits mailing list