From 6b2437f87c27473aec0753179a68f6b720653bde Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 4 Apr 2011 20:31:17 -0400 Subject: [PATCH] ENH: include urls to other packages locations if provided by blends entries For now it could be only a single entry, but theoretically could be more than one, so it got a separate section and entry placed into an itemized list --- neurodebian/templates/pkg.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/neurodebian/templates/pkg.rst b/neurodebian/templates/pkg.rst index b2dead8..0d45f76 100644 --- a/neurodebian/templates/pkg.rst +++ b/neurodebian/templates/pkg.rst @@ -201,4 +201,14 @@ Ubuntu *There are no official Ubuntu packages available.* {% endfor %} +{% if db.main.other_pkg and not "neuro.debian" in db.main.other_pkg -%} + +Other Debian/Ubuntu Packages +---------------------------- + +- {{ db.main.other_pkg }} + +{% endif %} + + .. include:: ../link_names.txt -- 2.39.5