diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 10:35:20 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 10:35:20 -0500 |
commit | 7dc37ec5c46e7a347884963793535234e05c8003 (patch) | |
tree | ea8724e82cc13d7e87820140fb378a804211a739 | |
parent | cc01061bb7b8014963a7735e5ff95a6d6a0673a2 (diff) | |
download | ayatana-ido-7dc37ec5c46e7a347884963793535234e05c8003.tar.gz ayatana-ido-7dc37ec5c46e7a347884963793535234e05c8003.tar.bz2 ayatana-ido-7dc37ec5c46e7a347884963793535234e05c8003.zip |
Reactivate tests, they don't fail.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 8bfd484..6f964c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,6 @@ 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. - Drop the override for dh_makeshlibs. -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 19 Nov 2012 14:00:05 -0500 diff --git a/debian/rules b/debian/rules index 9c056b4..7305fba 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,3 @@ 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. - |