[cpl-plugin-template] 50/58: Sort additional recipes to get a canonical documentation

Ole Streicher olebole at moszumanska.debian.org
Tue Mar 31 09:23:43 UTC 2015


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

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

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-astro/packages/cpl-plugin-template.git



More information about the debian-science-commits mailing list