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

xserver-xorg-video-intel: Changes to 'ubuntu'



 debian/apport-gpu-error-intel.py |    4 ++--
 debian/changelog                 |   14 ++++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 8d52d50f81e82728423e843d40b7d9aaba536ab2
Author: Bryce Harrington <bryce@canonical.com>
Date:   Fri Mar 18 13:55:09 2011 -0700

    Bump for release

diff --git a/debian/apport-gpu-error-intel.py b/debian/apport-gpu-error-intel.py
index 44500fb..8768e1a 100644
--- a/debian/apport-gpu-error-intel.py
+++ b/debian/apport-gpu-error-intel.py
@@ -109,8 +109,8 @@ def main(argv=None):
         report['Title'] = "[%s] GPU lockup" %(report['Chipset'])
     dump_signature = get_dump_signature(report['IntelGpuDump'])
     if dump_signature:
-        report['DumpSignature'] = dump_signature
-        report['Title'] += " " + report['DumpSignature']
+        report['Title'] += " " + dump_signature
+        report['DuplicateSignature'] = dump_signature
 
     attach_hardware(report)
     attach_related_packages(report, ["xserver-xorg", "libdrm2", "xserver-xorg-video-intel"])
diff --git a/debian/changelog b/debian/changelog
index e2b64b8..ed3dabd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+xserver-xorg-video-intel (2:2.14.0-4ubuntu4) natty; urgency=low
+
+  * apport-gpu-error-intel.py
+    - Add DuplicateSignature, which apport will use for automatic
+      duplicate detection.
+    - Drop use of hash codes as a dump signature.  When there are no error
+      codes the bug report is unactionable anyway, so use of hash codes to
+      defeat duplication has minimal value, and it may inhibit proper
+      duplication detection from working.
+    - Drop DumpSignature since DuplicateSignature fulfils the same
+      purpose.
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Fri, 18 Mar 2011 13:49:33 -0700
+
 xserver-xorg-video-intel (2:2.14.0-4ubuntu3) natty; urgency=low
 
   [ Bryce Harrington ]


Reply to: