[PATCH] needs to be re-applied
Marcel Partap <[email protected]> Sat, 13 Dec 2014 13:35:46 +0100
| Newsgroups | gmane.linux.debian.devel.lsb |
|---|---|
| Message-ID | <[email protected]> |
... commit f4ddfd48cebeab7659944681c7f6c21c9cf25c92 (accidently, I presume) reversed 59fb4f343e8ade8b280d0450cf5940423e564d19, please reapply, Thanks! #Regards!
lsb-release-dont-forget-codename.patch
(text/x-patch, 500 B)
--- lsb_release.py.orig 2014-05-08 14:09:38.169496796 +0200
+++ lsb_release.py 2014-05-08 14:09:50.615716818 +0200
@@ -304,6 +304,7 @@ def guess_debian_release():
if release.rstrip('/sid').lower().isalpha() != 'testing':
global TESTING_CODENAME
TESTING_CODENAME = release.rstrip('/sid')
+ distinfo['CODENAME'] = TESTING_CODENAME
distinfo['RELEASE'] = 'testing/unstable'
else:
distinfo['RELEASE'] = release