diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-07 17:57:05 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-07 17:57:05 -0500 |
commit | 06056540ac3d9f8f11d13bb9d5cb6a5f8d62584d (patch) | |
tree | 5e69839d22a52306ed54dae47b46dc65b45a2035 | |
parent | db9a00b33653e9ebc1820b2ffa7a89836466d5a6 (diff) | |
download | libayatana-appindicator-06056540ac3d9f8f11d13bb9d5cb6a5f8d62584d.tar.gz libayatana-appindicator-06056540ac3d9f8f11d13bb9d5cb6a5f8d62584d.tar.bz2 libayatana-appindicator-06056540ac3d9f8f11d13bb9d5cb6a5f8d62584d.zip |
Re-enable docs
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index fe79c71..62f99e4 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,7 @@ dotest-%: # Not running the gtk-doc tests to check that the documentation is complete... # See bug (LP: #1083425) # - dh_auto_test --builddirectory=build/$* -- -C tests + dh_auto_test --builddirectory=build/$* -- dotest-gtk2: $(PY_VERSIONS:%=dotestgtk2-%) @@ -88,7 +88,7 @@ dotestgtk2-%: # See bug (LP: #1083425) # PYTHON=`which $*` \ - dh_auto_test --builddirectory=build/gtk2 -- -C tests + dh_auto_test --builddirectory=build/gtk2 -- override_dh_auto_clean: dh_auto_clean |