From 35683feaeda793ac2951140bcd5b4b2163cab647 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 6 Dec 2012 10:23:51 -0500 Subject: Temporarily disable gtk-doc completeness tests until they can be fixed. --- debian/changelog | 2 +- debian/rules | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7643608..4bad68e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,7 @@ libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. - Override dh_autoreconf to run autogen.sh and not call configure. - Override dh_auto_test to run tests per-flavor. - - Temporarily disable tests. + - Temporarily disable gtk-doc completeness tests until they can be fixed. * debian/*.install: - Update paths for multiarch and for use with dh9 (remove debian/tmp...) diff --git a/debian/rules b/debian/rules index c4f16bc..ae06afc 100755 --- a/debian/rules +++ b/debian/rules @@ -72,14 +72,21 @@ override_dh_install: override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: - #dh_auto_test --builddirectory=build/$* + # + # Not running the gtk-doc tests to check that the documentation is complete... + # + dh_auto_test --builddirectory=build/$* -- -C tests + dotest-gtk2: $(PY_VERSIONS:%=dotestgtk2-%) # GTK2 flavor test was run on a per-python-version basis. dotestgtk2-%: - #PYTHON=`which $*` \ - # dh_auto_test --builddirectory=build/gtk2 + # + # Not running the gtk-doc tests to check that the documentation is complete... + # + PYTHON=`which $*` \ + dh_auto_test --builddirectory=build/gtk2 -- -C tests override_dh_auto_clean: dh_auto_clean -- cgit v1.2.3