[Reportbug-commits] [reportbug] 07/27: update suites names: fade out squeeze (wheezy is now oldoldstable) and introduce buster (testing), bullseye (next-testing); Closes: #862801
Sandro Tosi
morph at moszumanska.debian.org
Mon May 29 20:14:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit bcf0adfba5222957ac7b2de7ef59e6e91b1dbb69
Author: Sandro Tosi <morph at debian.org>
Date: Mon May 29 11:26:42 2017 -0400
update suites names: fade out squeeze (wheezy is now oldoldstable) and introduce buster (testing), bullseye (next-testing); Closes: #862801
---
debian/changelog | 4 +++-
reportbug/utils.py | 10 +++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8a0c88c..d40465b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ reportbug (7.1.7) UNRELEASED; urgency=medium
- get_command_output() doesnt strip a trailing new-line, so deal with that
behavior when running lsb_release and dpkg --print-architecture; patch by
Nis Martensen; Closes: #861153
+ - update suites names: fade out squeeze (wheezy is now oldoldstable) and
+ introduce buster (testing), bullseye (next-testing); Closes: #862801
- -- Sandro Tosi <morph at debian.org> Mon, 29 May 2017 11:16:02 -0400
+ -- Sandro Tosi <morph at debian.org> Mon, 29 May 2017 11:24:44 -0400
reportbug (7.1.6) unstable; urgency=medium
diff --git a/reportbug/utils.py b/reportbug/utils.py
index af63814..401619f 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -92,11 +92,11 @@ fhs_directories = ['/', '/usr', '/usr/share', '/var', '/usr/X11R6',
'/usr/man', '/usr/doc', '/usr/bin']
# A map between codenames and suites
-CODENAME2SUITE = {'squeeze': 'oldoldstable',
- 'wheezy': 'oldstable',
- 'jessie': 'stable',
- 'stretch': 'testing',
- 'buster': 'next-testing',
+CODENAME2SUITE = {'wheezy': 'oldoldstable',
+ 'jessie': 'oldstable',
+ 'stretch': 'stable',
+ 'buster': 'testing',
+ 'bullseye': 'next-testing',
'sid': 'unstable',
'experimental': 'experimental'}
SUITE2CODENAME = dict([(suite, codename) for codename, suite in list(CODENAME2SUITE.items())])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list