diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-24 15:31:30 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-24 15:31:30 +0200 |
commit | b698ad56e4b91d9426892f692d9025c639f133f2 (patch) | |
tree | 020d47180407bbe7abf991b913878e4946e531be /debian/rules | |
parent | dc9315fe2ddd1e09cacef208862f7dccdca7e607 (diff) | |
parent | a1ad57994ebf3e7b4acbbe6b7df3d41377b49e6f (diff) | |
download | ayatana-indicator-session-b698ad56e4b91d9426892f692d9025c639f133f2.tar.gz ayatana-indicator-session-b698ad56e4b91d9426892f692d9025c639f133f2.tar.bz2 ayatana-indicator-session-b698ad56e4b91d9426892f692d9025c639f133f2.zip |
* Backported upstream fix for the testsuit
* debian/control:
- build-depends on libxorg-gtest-dev
* debian/rules: re-enable the tests
Diffstat (limited to 'debian/rules')
-rw-r--r-- | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index d010d87..2041132 100644 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,6 @@ %: dh $@ --with translations -override_dh_auto_test: - echo "Disabling tests until they are fixed" - override_dh_install: find debian/indicator-session/usr/lib -name *.la -delete find debian/indicator-session/usr/lib -name *.a -delete |