diff options
author | Ted Gould <ted@gould.cx> | 2015-02-05 17:19:33 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-02-05 17:19:33 +0000 |
commit | 2c5d6305dea48e2181a9180cea9e7cae19e94ef0 (patch) | |
tree | 3af41afd37e01998d62631843ce707266f926c21 /debian | |
parent | c9cb54483cc5966b3c542ec86dd4e6bf7b33d4ec (diff) | |
parent | ed66db9f090b5f98338e1a47103b0106cc02d980 (diff) | |
download | ayatana-indicator-sound-2c5d6305dea48e2181a9180cea9e7cae19e94ef0.tar.gz ayatana-indicator-sound-2c5d6305dea48e2181a9180cea9e7cae19e94ef0.tar.bz2 ayatana-indicator-sound-2c5d6305dea48e2181a9180cea9e7cae19e94ef0.zip |
Initial support for indicator service testing from the GMenu/GAction interfaces
Approved by: Jussi Pakkanen, PS Jenkins bot
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 5 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d6c52bf..cdb1267 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,15 @@ XSBC-Original-Maintainer: Conor Curran <conor.curran@canonical.com> Build-Depends: debhelper (>= 9.0), cmake, dbus, - dbus-test-runner (>= 14.04.0+14.04.20140226), + dbus-test-runner (>> 14.04.0+14.04.20150120.1), dh-translations, gir1.2-accountsservice-1.0, gnome-common, + gsettings-ubuntu-schemas, autotools-dev, valac (>= 0.20), libaccountsservice-dev, - libdbustest1-dev (>= 14.04.1), + libdbustest1-dev (>= 15.04.0), libgirepository1.0-dev, libglib2.0-dev (>= 2.22.3), libgtest-dev, diff --git a/debian/rules b/debian/rules index 8fb0f91..7e4e4ef 100755 --- a/debian/rules +++ b/debian/rules @@ -17,3 +17,6 @@ override_dh_install: install -m 644 debian/indicator-sound-crashdb.conf debian/indicator-sound/etc/apport/crashdb.conf.d/ dh_install --fail-missing +# For live test logs: +#override_dh_auto_test: +# ARGS=-V dh_auto_test |