From 95897b753f3e46dead9214b8d3647a6845b2c347 Mon Sep 17 00:00:00 2001
From: Michael Hanke <michael.hanke@gmail.com>
Date: Wed, 19 Aug 2009 14:15:22 -0400
Subject: [PATCH] Added back a few notes from previous version.

---
 neurodebian/templates/pkg.rst  | 12 +++++++++++-
 sphinx/_static/neurodebian.css |  2 ++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/neurodebian/templates/pkg.rst b/neurodebian/templates/pkg.rst
index f0d0637..ec84f12 100644
--- a/neurodebian/templates/pkg.rst
+++ b/neurodebian/templates/pkg.rst
@@ -23,6 +23,16 @@ Binary packages
 NeuroDebian
 -----------
 
+The repository contains binary packages for the following distribution
+releases and system architectures. The corresponding source packages
+are available too.
+
+.. note::
+  Do not download this package manually if you plan to use it
+  regularly. Instead configure your package manager to use this
+  repository by following the instructions on the
+  :ref:`front page <repository_howto>`.
+
 {% endif %}
 {{ dist[0] }} [{{ distpkg.drc.split()[2]}}]:
   `{{distpkg.version}} <../../debian/{{ distpkg.poolurl }}>`_ [{{ ', '.join(distpkg.architecture) }}]
@@ -52,7 +62,7 @@ Debian
   - Maintainer: {{ distpkg.maintainer }}
   - Bug reports: `Debian bugtracking system <http://bugs.debian.org/src:{{ distpkg.sv.split()[0] }}>`_
 {% if distpkg.popcon %}
-  - Reported installations: {{ distpkg.popcon.insts }}
+  - Reported installations: {{ distpkg.popcon.insts }} (`more info <http://qa.debian.org/popcon.php?package={{ pkg }}>`_)
 {% endif %}
 {% endif %}
 {% else %}
diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css
index 70c61ec..a7bf88a 100644
--- a/sphinx/_static/neurodebian.css
+++ b/sphinx/_static/neurodebian.css
@@ -447,6 +447,8 @@ div.warning {
 div.note {
     background-color: #eee;
     border: 1px solid #ccc;
+    border-left: none;
+    border-right: none;
 }
 
 p.admonition-title {
-- 
2.39.5