From a640bfebd38b880a86d1ba7697c3b77f156869ee Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Fri, 30 Nov 2012 17:36:23 -0500 Subject: Properly disable tests for gtk2 and gtk3, not the gtk2 build. --- debian/rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a7419ff..f6144f4 100755 --- a/debian/rules +++ b/debian/rules @@ -41,8 +41,8 @@ dobuild-gtk2: $(PY_VERSIONS:%=dobuildgtk2-%) # GTK2 flavor build was run on a per-python-version basis. dobuildgtk2-%: - #PYTHON=`which $*` \ - # dh_auto_build --builddirectory=build/gtk2 + PYTHON=`which $*` \ + dh_auto_build --builddirectory=build/gtk2 override_dh_auto_install: $(FLAVORS:%=doinstall-%) @@ -68,14 +68,14 @@ override_dh_install: override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: - dh_auto_test --builddirectory=build/$* + #dh_auto_test --builddirectory=build/$* 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 + #PYTHON=`which $*` \ + # dh_auto_test --builddirectory=build/gtk2 override_dh_auto_clean: dh_auto_clean -- cgit v1.2.3