← Back to team overview

myunity team mailing list archive

[Bug 999771] Re: myunity incorrectly parses lsb-release

 

Hi, I have tested and verified that the solution proposed by Joel work.
I have prepared a debdiff with the change applied as a quilt patch.  Can
this be applied to the package, please?

** Patch added: "Patch and changelog entry for the change"
   https://bugs.launchpad.net/myunity/+bug/999771/+attachment/3311939/+files/my_unity_patch.diff

-- 
You received this bug notification because you are a member of MyUnity
team, which is subscribed to MyUnity.
https://bugs.launchpad.net/bugs/999771

Title:
  myunity incorrectly parses lsb-release

Status in MyUnity:
  New

Bug description:
  myunity incorrectly parses the lsb-release file in Main.module.  It makes assumptions about the order of lines.  Since lsb-release is a list of shell variables which can be sourced by other programs, perhaps it would be better to use the shell to parse it, rather than just cat it.  Something more like:
  SHELL "source /etc/lsb-release; echo $DISTRIB_RELEASE" to Uversion

To manage notifications about this bug go to:
https://bugs.launchpad.net/myunity/+bug/999771/+subscriptions


References