From 699f770dbd637ba17f3c0dbb775819a7b6d19f8b Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Fri, 26 Jul 2019 14:02:08 +0000
Subject: [PATCH] debian page updates

---
 i2p2www/pages/downloads/debian.html | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html
index 4c1548860..204864a72 100644
--- a/i2p2www/pages/downloads/debian.html
+++ b/i2p2www/pages/downloads/debian.html
@@ -3,18 +3,16 @@
 {% block content %}
 <h1>{{ _('Debian I2P Packages') }}</h1>
 
-<h2 id="bionic">{{ _('Debian Sid, Ubuntu Bionic 18.04') }}</h2>
+<h2 id="bionic">{{ _('Debian Buster, Ubuntu Bionic, and later') }}</h2>
 {% trans -%}
-I2P is available in the official repositories for Ubuntu Bionic 18.04 and Debian Sid.
-However, the version there is older and we can not provide updates for it.
-Please use our repositories for the time being.
+I2P is available in the official repositories for Ubuntu Bionic and later, and Debian Buster and Sid.
+However, Debian Buster and Ubuntu Bionic (LTS) distributions will have older I2P versions.
+If you are not running Debian Sid or the latest Ubuntu release,
+use our Debian repo or Launchpad PPA to ensure you're running the latest I2P version.
 {%- endtrans %}
 
 <h2 id="others">{{ _('Debian or Ubuntu, All Versions') }}</h2>
-{% trans -%}
-The Debian packages
-have been tested and <em>should </em>work on x86/x86_64 platforms running:
-{%- endtrans %}
+{% trans -%}The Debian packages should work on most platforms running:{%- endtrans %}
 <ul>
   <li>{% trans %}<a href="#ubuntu">Ubuntu</a> (Precise <em>12.04</em> and newer){% endtrans %}</li>
   <li><a href="#ubuntu">Mint</a></li>
@@ -88,7 +86,7 @@ part of <a href="#Post-install_work">starting I2P</a> and configuring it for you
 
 <h2 id="debian">{{ _('Instructions for Debian') }}</h2>
 
-<em>{% trans -%}Currently supported architectures include amd64, i386, armel, armhf (for Raspbian).{%- endtrans %}</em>
+<em>{% trans -%}Currently supported architectures{%- endtrans %}: amd64, i386, armhf, arm64, powerpc, ppc64el, s390x</em>
 
 <p>{% trans -%}
 Note: The steps below should be performed with root access (i.e., switching
@@ -107,14 +105,21 @@ user to root with <code>su</code> or by prefixing each command with <code>sudo</
     and verify with <code>{{ file2 }}</code> on your system.
     Then, add lines like the following to <code>{{ file }}</code>.{% endtrans %}<br>
 <br />
-For Stretch (stable):<br />
+For Buster (stable):<br />
+<pre>
+    <code>deb https://deb.i2p2.de/ buster main
+    deb-src https://deb.i2p2.de/ buster main</code>
+</pre>
+
+<br />
+For Stretch (oldstable):<br />
 <pre>
     <code>deb https://deb.i2p2.de/ stretch main
     deb-src https://deb.i2p2.de/ stretch main</code>
 </pre>
 
 <br />
-For Jessie (old-stable):<br />
+For Jessie (oldoldstable):<br />
 <pre>
     <code>deb https://deb.i2p2.de/ jessie main
     deb-src https://deb.i2p2.de/ jessie main</code>
-- 
GitLab