debian/apport/source_xorg.py | 1 + debian/changelog | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-)
New commits: commit 6b05418b62b692b3ce5ee93448ed5e20153cb062 Author: Bryce Harrington <br...@canonical.com> Date: Wed Feb 16 18:38:17 2011 -0800 * apport/source_xorg.py: - Add 'locale' information (for keyboards) diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py index f17446f..04b69f9 100644 --- a/debian/apport/source_xorg.py +++ b/debian/apport/source_xorg.py @@ -391,6 +391,7 @@ def attach_input_device_info(report, ui=None): if report.get('SourcePackage','Unknown') in keyboard_packages: report['setxkbmap'] = command_output_quiet(['setxkbmap', '-print']) report['xkbcomp'] = command_output_quiet(['xkbcomp', ':0', '-w0', '-']) + report['locale'] = command_output_quiet(['locale']) # For input device bugs report['peripherals'] = command_output_quiet(['gconftool-2', '-R', '/desktop/gnome/peripherals']) diff --git a/debian/changelog b/debian/changelog index 66102b6..5e27833 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,17 @@ -xorg (1:7.6~3ubuntu4) UNRELEASED; urgency=low +xorg (1:7.6~3ubuntu5) UNRELEASED; urgency=low + + * apport/source_xorg.py: + - Add 'locale' information (for keyboards) + + -- Bryce Harrington <br...@ubuntu.com> Wed, 16 Feb 2011 18:37:41 -0800 + +xorg (1:7.6~3ubuntu4) natty; urgency=low * apport/source_xorg.py: - Fix misspelling of CompositorRunning - report[compiz_version] should just be compiz_version (LP: #716733) - - -- Bryce Harrington <br...@ubuntu.com> Thu, 10 Feb 2011 19:02:33 -0800 + -- Bryce Harrington <br...@ubuntu.com> Thu, 10 Feb 2011 19:07:11 -0800 xorg (1:7.6~3ubuntu3) natty; urgency=low commit 8d8d9d73ec22983978f2f5d6f7d66f4006128516 Author: Bryce Harrington <br...@bryceharrington.org> Date: Thu Feb 10 19:15:29 2011 -0800 Bump changelog diff --git a/debian/changelog b/debian/changelog index f73037c..66102b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ xorg (1:7.6~3ubuntu4) UNRELEASED; urgency=low - * apport/source_xorg.py: Fix misspelling of CompositorRunning + * apport/source_xorg.py: + - Fix misspelling of CompositorRunning + - report[compiz_version] should just be compiz_version (LP: #716733) + - -- Bryce Harrington <br...@ubuntu.com> Thu, 03 Feb 2011 15:24:18 -0800 + -- Bryce Harrington <br...@ubuntu.com> Thu, 10 Feb 2011 19:02:33 -0800 xorg (1:7.6~3ubuntu3) natty; urgency=low -- 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/e1pptle-0007cu...@alioth.debian.org