[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'ubuntu'



 debian/apport/source_xorg.py |    1 -
 debian/changelog             |    9 +++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit b5c016102f7ce49e280eeb831a5353386597c361
Author: Bryce Harrington <bryce@canonical.com>
Date:   Thu Apr 7 14:05:00 2011 -0700

    apport/source_xorg.py: Remove attach_drm_info().  This is useful info but we use it very infrequently, and it is already available in other log files.  But the call makes bug reports a bit cluttered since it adds a lot of lines to the report itself.

diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py
index e228488..a60ad4c 100644
--- a/debian/apport/source_xorg.py
+++ b/debian/apport/source_xorg.py
@@ -450,7 +450,6 @@ def add_info(report, ui):
     attach_dist_upgrade_status(report, ui)
     attach_graphic_card_pci_info(report, ui)
     attach_hardware(report)
-    attach_drm_info(report)
     attach_dkms_info(report, ui)
     attach_nvidia_info(report, ui)
     attach_fglrx_info(report, ui)
diff --git a/debian/changelog b/debian/changelog
index 3d87b11..65a62d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg (1:7.6+4ubuntu4) UNRELEASED; urgency=low
+
+  * apport/source_xorg.py: Remove attach_drm_info().  This is useful info
+    but we use it very infrequently, and it is already available in other
+    log files.  But the call makes bug reports a bit cluttered since it
+    adds a lot of lines to the report itself.
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Thu, 07 Apr 2011 14:02:40 -0700
+
 xorg (1:7.6+4ubuntu3) natty; urgency=low
 
   * apport/source_xorg.py:  Fix typo in previous upload


Reply to: