diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 7 insertions, 5 deletions
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 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, 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 |