From 0219eb9a1c3ba1574c28b14c23c1586fda3c7cfb Mon Sep 17 00:00:00 2001
From: Allan LeSage <allan.lesage@canonical.com>
Date: Mon, 17 Dec 2012 16:19:06 -0600
Subject: Remove auto_test override.

---
 debian/rules | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index bf038e4..c05f4c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,3 @@ override_dh_autoreconf:
 override_dh_install:
 	find debian/tmp/usr/lib -name *.la -delete
 	dh_install --fail-missing
-
-override_dh_auto_test:
-	xvfb-run dh_auto_test
-- 
cgit v1.2.3


From 6c956308c2dc054664b59076adafc227aa39ecab Mon Sep 17 00:00:00 2001
From: Allan LeSage <allan.lesage@canonical.com>
Date: Mon, 17 Dec 2012 16:28:49 -0600
Subject: Remove Xvfb from debian/control.

---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index d2d85ed..e1689d5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 9),
                gnome-common,
                libxorg-gtest-dev,
                libgtest-dev,
-               xvfb,
                libglib2.0-dev (>=2.14.0),
                libgtk-3-dev (>= 3.0),
                gtk-doc-tools,
-- 
cgit v1.2.3


From d5a5d411a76e28ad75bdc06fbbfc6e388d9dcb86 Mon Sep 17 00:00:00 2001
From: Allan LeSage <allan.lesage@canonical.com>
Date: Mon, 17 Dec 2012 16:47:09 -0600
Subject: Update changelog.

---
 debian/changelog | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 00527e8..9c7f4d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,7 +20,13 @@ ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low
   [ Didier Roche ]
   * Automatic snapshot from revision 118 (bootstrap)
 
- -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Mon, 19 Nov 2012 14:00:05 -0500
+  [ Allan LeSage ]
+  * debian/rules:
+    - Remove xvfb auto_test override which caused Jenkins failures.
+  * debian/control:
+    - Remove xvfb from Build-Depends.
+
+ -- Allan LeSage <allan.lesage@canonical.com>  Mon, 17 Dec 2012 16:44:20 -0600
 
 ido (12.10.2-0ubuntu1) quantal; urgency=low
 
-- 
cgit v1.2.3