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

New commits:
commit 30317cbd6912aa532a5184c96cff27940e9bd181
Author: Bryce Harrington <br...@canonical.com>
Date:   Thu Feb 24 18:41:36 2011 -0800

    apport-gpu-error-intel.py:  intel_gpu_dump must be called with root perms. 
(LP: #723624)

diff --git a/debian/apport-gpu-error-intel.py b/debian/apport-gpu-error-intel.py
index 4135f91..02ef4dd 100644
--- a/debian/apport-gpu-error-intel.py
+++ b/debian/apport-gpu-error-intel.py
@@ -97,7 +97,7 @@ def main(argv=None):
     report['Package'] = 'xserver-xorg-video-intel'
     report['Tags'] += ' freeze'
     report['Lspci'] = command_output(['lspci', '-vvnn'])
-    report['IntelGpuDump'] = command_output(['intel_gpu_dump'])
+    report['IntelGpuDump'] = root_command_output(['intel_gpu_dump'])
     chipset = get_pci_device(report['Lspci'])
     if chipset:
         report['Chipset'] = chipset
diff --git a/debian/changelog b/debian/changelog
index 65b0311..25dff08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-video-intel (2:2.14.0-1ubuntu11) natty; urgency=low
+
+  [Brian Murray]
+  * apport-gpu-error-intel.py:  intel_gpu_dump must be called with root perms.
+    (LP: #723624)
+
+ -- Bryce Harrington <br...@ubuntu.com>  Thu, 24 Feb 2011 18:40:15 -0800
+
 xserver-xorg-video-intel (2:2.14.0-1ubuntu10) natty; urgency=low
 
   * Rebuild to pick up new Xserver dependencies

commit 4c2618cf720e43b6b2414c8244c7bbd08024cd75
Author: Bryce Harrington <br...@canonical.com>
Date:   Thu Feb 24 18:39:36 2011 -0800

    RAOF's rebuild bump

diff --git a/debian/changelog b/debian/changelog
index 2601257..65b0311 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-intel (2:2.14.0-1ubuntu10) natty; urgency=low
+
+  * Rebuild to pick up new Xserver dependencies
+
+ -- Christopher James Halse Rogers <r...@ubuntu.com>  Wed, 23 Feb 2011 
17:53:32 +1100
+
 xserver-xorg-video-intel (2:2.14.0-1ubuntu9) natty; urgency=low
 
   * Add 115_quell_vblank_counter_failed.patch: Don't fill up Xorg.0.log
diff --git a/debian/control b/debian/control
index 5d444c9..c6faeec 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: David Nusinow <dnusi...@debian.org>, Drew Parsons 
<dpars...@debian.or
 Build-Depends:
  debhelper (>= 5),
  pkg-config,
- xserver-xorg-dev (>= 2:1.9.0.901),
+ xserver-xorg-dev (>= 2:1.9.99.902-2ubuntu1~),
  x11proto-core-dev,
  x11proto-fonts-dev,
  x11proto-xinerama-dev,


-- 
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/e1psncq-0002hy...@alioth.debian.org

Reply via email to