From a06895c0dc218c5e072941973e678ff1c83b424c Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 17:50:42 -0500 Subject: Temporarily disable tests via overriding dh_auto_test; they fail to properly start X in a schroot. --- debian/changelog | 2 ++ debian/rules | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 801bb75..bfb791b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL instead of passing -c4 to dh_makeshlibs. - Override dh_autoreconf to call autogen.sh and not run configure... + - Temporarily disable tests via overriding dh_auto_test; they fail to + properly start X in a schroot. -- Mathieu Trudel-Lapierre Mon, 19 Nov 2012 14:00:05 -0500 diff --git a/debian/rules b/debian/rules index ce87ef2..b9a6fdd 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,7 @@ override_dh_makeshlibs: override_dh_install: find debian/tmp/usr/lib -name *.la -delete dh_install --fail-missing + +override_dh_auto_test: + # Tests temporarily disabled: needs work to fix X initialization issues. + -- cgit v1.2.3