From: Yaroslav Halchenko Date: Tue, 5 Apr 2011 00:31:17 +0000 (-0400) Subject: ENH: include urls to other packages locations if provided by blends entries X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6b2437f87c27473aec0753179a68f6b720653bde;p=neurodebian.git 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 --- 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