[tor-commits] [webwml/master] deb.tpo: update suites

weasel at torproject.org weasel at torproject.org
Sun Apr 24 07:56:58 UTC 2016


commit cda1afc3ff6f468dde48590aa509436e5203f597
Author: Peter Palfrader <peter at palfrader.org>
Date:   Sun Apr 24 09:45:12 2016 +0200

    deb.tpo: update suites
---
 docs/en/debian.wml | 39 +++++++++++++++++++++++----------------
 1 file changed, 23 insertions(+), 16 deletions(-)

diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index a5a97c1..56df62a 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -11,41 +11,48 @@
 // the terms of the GNU GPLv2, http://www.gnu.org/licenses/gpl-2.0.html.
 var sources = {};
 var software = {
-'tor': { '_stable': { 'squeeze': [ 'squeeze' ],
+'tor': { '_stable': {
                      'wheezy':  [ 'wheezy' ],
                      'jessie':  [ 'jessie' ],
                      'stretch': [ 'stretch' ],
                      'sid':     [ 'sid' ],
-                     'lucid':   [ 'lucid'],
                      'precise': [ 'precise'],
-                     'saucy':   [ 'saucy'],
-                     'trusty':  [ 'trusty'], },
-         'experimental-0.2.7.x':    { 'wheezy':  [ 'wheezy' ],
+                     'trusty':  [ 'trusty'],
+                     'wily':    [ 'wily'],
+                     'xenial':  [ 'xenial'],
+                     },
+         'experimental-0.2.8.x': {
+                     'wheezy':  [ 'wheezy' ],
                      'jessie':  [ 'jessie' ],
                      'stretch': [ 'stretch' ],
                      'sid':     [ 'sid' ],
-                     'lucid':   [ 'lucid'],
                      'precise': [ 'precise'],
-                     'saucy':   [ 'saucy'],
-                     'trusty':  [ 'trusty'], },
+                     'trusty':  [ 'trusty'],
+                     'wily':    [ 'wily'],
+                     'xenial':  [ 'xenial'],
+                     },
        },
-'tor (from source)': { '_stable': { 'squeeze': [ 'squeeze' ],
+'tor (from source)': {
+         '_stable': {
                      'wheezy':  [ 'wheezy' ],
                      'jessie':  [ 'jessie' ],
                      'stretch': [ 'stretch' ],
                      'sid':     [ 'sid' ],
-                     'lucid':   [ 'lucid'],
                      'precise': [ 'precise'],
-                     'saucy':   [ 'saucy'],
-                     'trusty':  [ 'trusty'], },
-         'experimental-0.2.7.x':    { 'wheezy':  [ 'wheezy' ],
+                     'trusty':  [ 'trusty'],
+                     'wily':    [ 'wily'],
+                     'xenial':  [ 'xenial'],
+                     },
+         'experimental-0.2.8.x': {
+                     'wheezy':  [ 'wheezy' ],
                      'jessie':  [ 'jessie' ],
                      'stretch': [ 'stretch' ],
                      'sid':     [ 'sid' ],
-                     'lucid':   [ 'lucid'],
                      'precise': [ 'precise'],
-                     'saucy':   [ 'saucy'],
-                     'trusty':  [ 'trusty'], },
+                     'trusty':  [ 'trusty'],
+                     'wily':    [ 'wily'],
+                     'xenial':  [ 'xenial'],
+                     },
        },
 };
 





More information about the tor-commits mailing list