aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-30 14:31:34 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-30 14:31:34 -0500
commit085a347978d50cce0400b968272a05f5c3afa272 (patch)
tree98258f7dc48d6a21a1f5048c99e174bfd2f72b98
parent4f9fa5b60202e3869b9672d703f31428b44e7cd9 (diff)
downloadlibayatana-appindicator-085a347978d50cce0400b968272a05f5c3afa272.tar.gz
libayatana-appindicator-085a347978d50cce0400b968272a05f5c3afa272.tar.bz2
libayatana-appindicator-085a347978d50cce0400b968272a05f5c3afa272.zip
Temporarily disable GTK2 tests.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f12fa32..716fe22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +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 GTK2 tests.
* debian/*.install:
- Update paths for multiarch and for use with dh9 (remove debian/tmp...)
diff --git a/debian/rules b/debian/rules
index c12b9bb..a7419ff 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-%)