diff -Nru checkbox-0.8.5/debian/changelog checkbox-0.8.5ubuntu1/debian/changelog --- checkbox-0.8.5/debian/changelog 2009-10-26 09:29:22.000000000 -0700 +++ checkbox-0.8.5ubuntu1/debian/changelog 2009-11-02 14:49:22.000000000 -0800 @@ -1,3 +1,13 @@ +checkbox (0.8.5ubuntu1) karmic; urgency=low + + * Turn off filing bug reports against xorg. Too many of the problems + have been non-bugs, or have not been described well enough to + troubleshoot. This is consuming too much triaging effort for + too little gain. + (LP: #465447) + + -- Bryce Harrington Mon, 02 Nov 2009 14:32:20 -0800 + checkbox (0.8.5) karmic; urgency=low * Fixed translation of suites and tests files (LP: #456115) diff -Nru checkbox-0.8.5/plugins/apport_prompt.py checkbox-0.8.5ubuntu1/plugins/apport_prompt.py --- checkbox-0.8.5/plugins/apport_prompt.py 2009-10-26 09:29:22.000000000 -0700 +++ checkbox-0.8.5ubuntu1/plugins/apport_prompt.py 2009-11-02 14:32:15.000000000 -0800 @@ -34,7 +34,6 @@ CATEGORY_TO_PACKAGE = { - "VIDEO": "xorg", "SOUND": "alsa-base"} CATEGORY_TO_SYMPTOM = { diff -Nru checkbox-0.8.5/tests/video.txt.in checkbox-0.8.5ubuntu1/tests/video.txt.in --- checkbox-0.8.5/tests/video.txt.in 2009-10-26 09:29:22.000000000 -0700 +++ checkbox-0.8.5ubuntu1/tests/video.txt.in 2009-11-02 14:31:18.000000000 -0800 @@ -2,7 +2,7 @@ name: resolution requires: device.category == 'VIDEO' - package.name == 'x11-xserver-utils' + package.name == '' command: resolution_test _description: This display is using the following resolution: @@ -23,7 +23,7 @@ plugin: manual name: xrandr_detect_modes requires: - package.name == 'x11-xserver-utils' + package.name == '' command: xrandr _description: The following screens and video modes have been detected on your system: @@ -36,7 +36,7 @@ name: xrandr_cycle depends: xrandr_detect_modes requires: - package.name == 'x11-xserver-utils' + package.name == '' command: xrandr_cycle _description: Click Test to cycle through the detected video modes for your system.