diff options
author | Ted Gould <ted@gould.cx> | 2015-02-05 09:30:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-05 09:30:38 -0600 |
commit | 32b8de20e6633f60ad24f2c8570b7474a5c45fb5 (patch) | |
tree | c436f0c3080cb26e9d518c322be42576e7f995de /debian | |
parent | 41259bd708b7c0bd7f3ffb8d5e44b865f7062b43 (diff) | |
parent | ed66db9f090b5f98338e1a47103b0106cc02d980 (diff) | |
download | ayatana-indicator-sound-32b8de20e6633f60ad24f2c8570b7474a5c45fb5.tar.gz ayatana-indicator-sound-32b8de20e6633f60ad24f2c8570b7474a5c45fb5.tar.bz2 ayatana-indicator-sound-32b8de20e6633f60ad24f2c8570b7474a5c45fb5.zip |
Pulling in the indicator integration test
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 |