debian/apport/source_xorg.py | 6 +++--- debian/changelog | 13 ++++++++----- 2 files changed, 11 insertions(+), 8 deletions(-)
New commits: commit 52f6e8547a11cb711b439d5c0beeacdaa75aae6a Author: Bryce Harrington <br...@canonical.com> Date: Fri May 13 08:33:12 2011 -0700 * apport/source_xorg.py: - Simplify answers for bug reporters filing post-release reports. (LP: 778758) - 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 a60ad4c..1b03afe 100644 --- a/debian/apport/source_xorg.py +++ b/debian/apport/source_xorg.py @@ -148,9 +148,9 @@ def check_is_supported(report, ui=None): "certain it should be reported here?" %(distro_codename), [ "I don't know", - "Yes, I already know the fix for this problem.", - "Yes, The problem began right after doing a system software update.", - "Yes, I have gone through technical support, and they have referred me here.", + "Yes, and I know the fix for this problem.", + "Yes, the problem began right after doing a system software update.", + "Yes.", "No, please point me to a good place to get support.", ] ) diff --git a/debian/changelog b/debian/changelog index 65a62d2..c4b78b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -xorg (1:7.6+4ubuntu4) UNRELEASED; urgency=low +xorg (1:7.6+4ubuntu5) natty; 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. + * apport/source_xorg.py: + - Simplify answers for bug reporters filing post-release reports. + (LP: 778758) + - 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 <br...@ubuntu.com> Thu, 07 Apr 2011 14:02:40 -0700 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qkumq-0008af...@alioth.debian.org