[Reportbug-maint] [PATCH] Update the SUITES2DISTS mapping for the jessie release

Paul Wise pabs at debian.org
Thu Oct 15 17:18:13 UTC 2015


---
 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




More information about the Reportbug-maint mailing list