commit 6c4a70b375ae83a9ea559352f4c2a2a1a1945373 Author: Peter Palfrader peter@palfrader.org Date: Sun Apr 24 09:47:16 2016 +0200
deb.tpo: update suites, II --- docs/en/debian.wml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 56df62a..5f0581d 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -233,14 +233,14 @@ For Ubuntu, ask <a href="https://en.wikipedia.org/wiki/List_of_Ubuntu_releases#T <blockquote> I run <select id="distrib" onchange="update()"> -<option value="squeeze">Debian oldoldstable (Squeeze)</option> -<option value="wheezy">Debian oldstable (Wheezy)</option> -<option value="jessie" selected="selected">Debian (Jessie)</option> +<option value="wheezy">Debian oldstable (wheezy)</option> +<option value="jessie" selected="selected">Debian stable (jessie)</option> +<option value="stretch">Debian testing (stretch)</option> <option value="sid">Debian unstable (sid)</option> -<option value="lucid">Ubuntu Lucid Lynx</option> <option value="precise">Ubuntu Precise Pangolin</option> -<option value="saucy">Ubuntu Saucy Salamander</option> <option value="trusty">Ubuntu Trusty Tahr</option> +<option value="wily">Ubuntu Wily Werewolf</option> +<option value="xenial">Ubuntu Xenial Xerus</option> </select> and want <select id="package" onchange="update()"></select>
tor-commits@lists.torproject.org