commit f3ecbfa0fd706c6179e41b3750b5128387b73b4f Author: Peter Palfrader peter@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'], + }, }, };
tor-commits@lists.torproject.org