diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-10 22:51:01 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-10 22:51:01 -0500 |
commit | 8aad2505fc5e0e92fbf704bee635d5672f071eb5 (patch) | |
tree | 78f1b2bb5fd51647de437ac6dac355da8007759a /debian | |
parent | c8d15b03fbbff63e544f5422e57e86fe174e9325 (diff) | |
download | libayatana-appindicator-8aad2505fc5e0e92fbf704bee635d5672f071eb5.tar.gz libayatana-appindicator-8aad2505fc5e0e92fbf704bee635d5672f071eb5.tar.bz2 libayatana-appindicator-8aad2505fc5e0e92fbf704bee635d5672f071eb5.zip |
Remove entry about disabling tests for documentation: they're fixed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 6c9ef81..3b8c5b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,6 @@ 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 gtk-doc completeness tests until they can be fixed. * debian/*.install: - Update paths for multiarch and for use with dh9 (remove debian/tmp...) * Fix gtkdoc tests and building of the documentation given a separate build diff --git a/debian/rules b/debian/rules index 62f99e4..4637722 100755 --- a/debian/rules +++ b/debian/rules @@ -72,10 +72,6 @@ override_dh_install: override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: - # - # Not running the gtk-doc tests to check that the documentation is complete... - # See bug (LP: #1083425) - # dh_auto_test --builddirectory=build/$* -- @@ -83,10 +79,6 @@ dotest-gtk2: $(PY_VERSIONS:%=dotestgtk2-%) # GTK2 flavor test was run on a per-python-version basis. dotestgtk2-%: - # - # Not running the gtk-doc tests to check that the documentation is complete... - # See bug (LP: #1083425) - # PYTHON=`which $*` \ dh_auto_test --builddirectory=build/gtk2 -- |