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

xorg: Changes to 'ubuntu'



 debian/apport/source_xorg.py |    4 ----
 debian/changelog             |    7 +++++++
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 08b07a43741c206339816241aba507a28145cab7
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Thu Jun 4 11:33:18 2009 -0700

    Changelog

diff --git a/debian/changelog b/debian/changelog
index 6c03cd6..dbc2f30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg (1:7.4~5ubuntu21) karmic; urgency=low
+
+  * apport/source_xorg.py: Remove some redundant fglrx detection bits
+    (LP: #382868)
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Thu, 04 Jun 2009 11:30:28 -0700
+
 xorg (1:7.4~5ubuntu20) karmic; urgency=low
 
   * apport/source_xorg.py: Rewrite to make use of apport.hookutils to

commit b633ab8c7d56d5eec48d36984c5dae50851453b2
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Thu Jun 4 11:28:48 2009 -0700

    Removing the fglrx-detected bit, which is duplicating other
    functionality, and also causing some failures for some users.

diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py
index 7e68e6a..e619da8 100644
--- a/debian/apport/source_xorg.py
+++ b/debian/apport/source_xorg.py
@@ -40,10 +40,6 @@ def add_info(report):
             "xserver-xorg-video-ati"
             ])
 
-    matches = command_output(['grep', 'fglrx', '/var/log/kern.log', '/proc/modules'])
-    if (matches):
-        report['fglrx-loaded'] = matches
-
     attach_file(report, '/etc/X11/xorg.conf', 'XorgConf')
     attach_file(report, '/var/log/Xorg.0.log', 'XorgLog')
     attach_file(report, '/var/log/Xorg.0.log.old', 'XorgLogOld')


Reply to: