From: Didier Raboud Date: Wed, 15 May 2013 16:39:12 +0000 (+0200) Subject: Add jessie to the release codenames lookup table X-Git-Tag: archive/raspbian/10.2018112800+rpi1^2~73 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=58f70f233e565af6f8fed1c5e08b5e4036d27398;p=lsb.git Add jessie to the release codenames lookup table Also amend lsb-release.README.Debian to make it not too outdated. --- diff --git a/debian/lsb-release.README.Debian b/debian/lsb-release.README.Debian index 5054826..af32d74 100644 --- a/debian/lsb-release.README.Debian +++ b/debian/lsb-release.README.Debian @@ -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 , Wed Sep 21 20:40:25 2005 diff --git a/lsb_release.py b/lsb_release.py index 0727c1f..f9cfb53 100644 --- a/lsb_release.py +++ b/lsb_release.py @@ -42,6 +42,7 @@ RELEASE_CODENAME_LOOKUP = { '5.0' : 'lenny', '6.0' : 'squeeze', '7.0' : 'wheezy', + '8.0' : 'jessie', } TESTING_CODENAME = 'unknown.new.testing'