diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-15 12:08:26 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-15 12:08:26 -0500 |
commit | 37060f4ab5c2bc83af9e36bb8ba962cd0ce75c76 (patch) | |
tree | e3056df0a1e80d1354bd69c503787415b8bcb842 | |
parent | 7bc7e239e80515951862d31c7f64441b4a47a5f8 (diff) | |
download | ayatana-indicator-session-37060f4ab5c2bc83af9e36bb8ba962cd0ce75c76.tar.gz ayatana-indicator-session-37060f4ab5c2bc83af9e36bb8ba962cd0ce75c76.tar.bz2 ayatana-indicator-session-37060f4ab5c2bc83af9e36bb8ba962cd0ce75c76.zip |
Temporarily disable running tests due to an issue with getting the
gsettings schema for testing.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/rules | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c14a69f..0139e2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. - Use the dh sequencer with autoreconf. - Override dh_autoreconf to run autogen.sh. + - Temporarily disable running tests due to an issue with getting the + gsettings schema for testing. * debian/control: - Add dh-autoreconf to Build-Depends. - Add gnome-common to Build-Depends. diff --git a/debian/rules b/debian/rules index 54cfd06..cafefe7 100644 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: dh $@ --with translations,autoreconf +override_dh_auto_test: + # TESTS TEMPORARILY DISABLED: need fixing for gsettings schema. + override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |