deb.tpo: update suites
Peter Palfrader

Peter Palfrader commited on 2016-04-24 09:56:46
Zeige 1 geänderte Dateien mit 23 Einfügungen und 16 Löschungen.

... ...
@@ -11,41 +11,48 @@
11 11
 // the terms of the GNU GPLv2, http://www.gnu.org/licenses/gpl-2.0.html.
12 12
 var sources = {};
13 13
 var software = {
14
-'tor': { '_stable': { 'squeeze': [ 'squeeze' ],
14
+'tor': { '_stable': {
15 15
                      'wheezy':  [ 'wheezy' ],
16 16
                      'jessie':  [ 'jessie' ],
17 17
                      'stretch': [ 'stretch' ],
18 18
                      'sid':     [ 'sid' ],
19
-                     'lucid':   [ 'lucid'],
20 19
                      'precise': [ 'precise'],
21
-                     'saucy':   [ 'saucy'],
22
-                     'trusty':  [ 'trusty'], },
23
-         'experimental-0.2.7.x':    { 'wheezy':  [ 'wheezy' ],
20
+                     'trusty':  [ 'trusty'],
21
+                     'wily':    [ 'wily'],
22
+                     'xenial':  [ 'xenial'],
23
+                     },
24
+         'experimental-0.2.8.x': {
25
+                     'wheezy':  [ 'wheezy' ],
24 26
                      'jessie':  [ 'jessie' ],
25 27
                      'stretch': [ 'stretch' ],
26 28
                      'sid':     [ 'sid' ],
27
-                     'lucid':   [ 'lucid'],
28 29
                      'precise': [ 'precise'],
29
-                     'saucy':   [ 'saucy'],
30
-                     'trusty':  [ 'trusty'], },
30
+                     'trusty':  [ 'trusty'],
31
+                     'wily':    [ 'wily'],
32
+                     'xenial':  [ 'xenial'],
33
+                     },
31 34
        },
32
-'tor (from source)': { '_stable': { 'squeeze': [ 'squeeze' ],
35
+'tor (from source)': {
36
+         '_stable': {
33 37
                      'wheezy':  [ 'wheezy' ],
34 38
                      'jessie':  [ 'jessie' ],
35 39
                      'stretch': [ 'stretch' ],
36 40
                      'sid':     [ 'sid' ],
37
-                     'lucid':   [ 'lucid'],
38 41
                      'precise': [ 'precise'],
39
-                     'saucy':   [ 'saucy'],
40
-                     'trusty':  [ 'trusty'], },
41
-         'experimental-0.2.7.x':    { 'wheezy':  [ 'wheezy' ],
42
+                     'trusty':  [ 'trusty'],
43
+                     'wily':    [ 'wily'],
44
+                     'xenial':  [ 'xenial'],
45
+                     },
46
+         'experimental-0.2.8.x': {
47
+                     'wheezy':  [ 'wheezy' ],
42 48
                      'jessie':  [ 'jessie' ],
43 49
                      'stretch': [ 'stretch' ],
44 50
                      'sid':     [ 'sid' ],
45
-                     'lucid':   [ 'lucid'],
46 51
                      'precise': [ 'precise'],
47
-                     'saucy':   [ 'saucy'],
48
-                     'trusty':  [ 'trusty'], },
52
+                     'trusty':  [ 'trusty'],
53
+                     'wily':    [ 'wily'],
54
+                     'xenial':  [ 'xenial'],
55
+                     },
49 56
        },
50 57
 };
51 58
 
52 59