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

xorg: Changes to 'ubuntu'



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

New commits:
commit c34ef2e7703ad4c832f35369ba972d7f73c683e0
Author: Bryce Harrington <bryce@canonical.com>
Date:   Tue Apr 5 11:58:12 2011 -0700

    apport/source_xorg.py:  Fix typo in previous upload

diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py
index 646f671..e228488 100644
--- a/debian/apport/source_xorg.py
+++ b/debian/apport/source_xorg.py
@@ -292,7 +292,7 @@ def attach_xorg_package_versions(report, ui=None):
         "xserver-xorg-video-ati",
         "xserver-xorg-video-nouveau"]:
         report['version.%s' %(package)] = package_versions(package)
-    if report['Architecture'] == 'amd64':
+    if 'Architecture' in report and report['Architecture'] == 'amd64':
         report['version.ia32-libs'] = package_versions('ia32-libs')
 
 def attach_2d_info(report, ui=None):
@@ -334,7 +334,7 @@ def attach_3d_info(report, ui=None):
                               'drirc')
 
         if (is_process_running('compiz') or
-            (report.get('SourcePackage','Unknown') == "compiz" and report.get('ProblemType', '') == 'Crash'
+            (report.get('SourcePackage','Unknown') == "compiz" and report.get('ProblemType', '') == 'Crash')
              ):
             report['CompositorRunning'] = 'compiz'
             compiz_version = command_output(['compiz', '--version'])
diff --git a/debian/changelog b/debian/changelog
index cbc1fac..3d87b11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg (1:7.6+4ubuntu3) natty; urgency=low
+
+  * apport/source_xorg.py:  Fix typo in previous upload
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Tue, 05 Apr 2011 11:57:48 -0700
+
 xorg (1:7.6+4ubuntu2) natty; urgency=low
 
   * apport/source_xorg.py:


Reply to: