severity 609325 serious affects 609325 gnome-system-monitor tags 609325 patch thanks
Hi, IMHO this should be fixed for squeeze, a lot of third-party (installation) scripts may rely on this[1] information. Additionally it really makes me a sad panda when using gnome-system-monitor. The attached trivial patch fixes the issue for me. BTW: Someone should really look at that "XXX" marking in the lsb_release.py ... but that's probably something which should be done after squeeze's release Best regards Alexander Kurtz [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514041#5
--- /usr/share/pyshared/lsb_release.py 2009-07-21 10:54:43.000000000 +0200
+++ lsb_release.py 2011-01-11 08:43:19.804251528 +0100
@@ -36,6 +36,7 @@
'3.1' : 'sarge',
'4.0' : 'etch',
'5.0' : 'lenny',
+ '6.0' : 'squeeze',
}
TESTING_CODENAME = 'unknown.new.testing'
signature.asc
Description: This is a digitally signed message part

