---
reportbug/utils.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/reportbug/utils.py b/reportbug/utils.py
index 46476b5..2b4d64c 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -90,9 +90,10 @@ fhs_directories = ['/', '/usr', '/usr/share', '/var',
'/usr/X11R6',
'/usr/man', '/usr/doc', '/usr/bin']
# A map between suites and distributions names
-SUITES2DISTS = {'squeeze': 'oldstable',
- 'wheezy': 'stable',
- 'jessie': 'testing',
+SUITES2DISTS = {'squeeze': 'oldoldstable',
+ 'wheezy': 'oldstable',
+ 'jessie': 'stable',
+ 'stretch': 'testing',
'sid': 'unstable',
'experimental': 'experimental'}
--
2.6.1
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint