Add jessie to the release codenames lookup table
authorDidier Raboud <odyx@debian.org>
Wed, 15 May 2013 16:39:12 +0000 (18:39 +0200)
committerDidier Raboud <odyx@debian.org>
Wed, 15 May 2013 20:09:12 +0000 (22:09 +0200)
Also amend lsb-release.README.Debian to make it not too outdated.

debian/lsb-release.README.Debian
lsb_release.py

index 50548260af98ecf2a94ca3a468b59669018ec10b..af32d74d09047db1da038b2f97d72a4f16301dab 100644 (file)
@@ -28,11 +28,11 @@ DISTRIB_RELEASE=(The release number)
 DISTRIB_CODENAME=(The codename for the release)
 
 Any other variable assignments will be silently ignored.  For Debian
-7.0 (wheezy), it might have read:
+7.0 (jessie), it might have read:
 
 DISTRIB_ID=Debian
-DISTRIB_DESCRIPTION="Debian GNU/Linux 7.0 (wheezy)"
+DISTRIB_DESCRIPTION="Debian GNU/Linux 7.0 (jessie)"
 DISTRIB_RELEASE=7.0
-DISTRIB_CODENAME=wheezy
+DISTRIB_CODENAME=jessie
 
  -- Chris Lawrence <lawrencc@debian.org>, Wed Sep 21 20:40:25 2005
index 0727c1f176d2297bdade328ea795cc6981e0d4ac..f9cfb53d9b37229a2bfbf4988c9d122a6d6d041b 100644 (file)
@@ -42,6 +42,7 @@ RELEASE_CODENAME_LOOKUP = {
     '5.0' : 'lenny',
     '6.0' : 'squeeze',
     '7.0' : 'wheezy',
+    '8.0' : 'jessie',
     }
 
 TESTING_CODENAME = 'unknown.new.testing'