debian/apport/source_xorg.py | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 4384d2a7c65343aaa0cc0536a126bb94fa29f592 Author: Bryce Harrington <br...@canonical.com> Date: Fri Feb 18 16:11:26 2011 -0800 * apport/source_xorg.py: - Fix typo in pci parsing so it correctly gets gpu pci id diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py index 64e7370..987484b 100644 --- a/debian/apport/source_xorg.py +++ b/debian/apport/source_xorg.py @@ -268,7 +268,7 @@ def attach_graphic_card_pci_info(report, ui=None): for line in paragraph.split('\n'): if ':' not in line: continue - key, value = line.split(':', 1) + key, value = line.split(': ', 1) value = value.strip() key = key.strip() if "VGA compatible controller" in key: diff --git a/debian/changelog b/debian/changelog index ff31c9e..0569164 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xorg (1:7.6~3ubuntu6) natty; urgency=low + + * apport/source_xorg.py: + - Fix typo in pci parsing so it correctly gets gpu pci id + + -- Bryce Harrington <br...@ubuntu.com> Fri, 18 Feb 2011 16:10:53 -0800 + xorg (1:7.6~3ubuntu5) natty; urgency=low * apport/source_xorg.py: -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pqaqt-000498...@alioth.debian.org