From 5b061aac08bfb1931b1a52eb8439937ff66d8d80 Mon Sep 17 00:00:00 2001
From: Ted Gould <ted@gould.cx>
Date: Mon, 17 Nov 2014 15:00:12 -0600
Subject: Increasing dbustest requirement to 15.04.0

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'debian')

diff --git a/debian/control b/debian/control
index d6c52bf..eb9edff 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9.0),
                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,
-- 
cgit v1.2.3


From 7e93bd7292a2570aa8625da07b03f0256722eb26 Mon Sep 17 00:00:00 2001
From: Ted Gould <ted@gould.cx>
Date: Fri, 30 Jan 2015 10:54:33 -0600
Subject: Make sure we have the system bus fixes in dbus-test-runner

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'debian')

diff --git a/debian/control b/debian/control
index eb9edff..15b47f1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ 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,
-- 
cgit v1.2.3


From 8838bd8e4e95f1da3bcc85324e924e782a434c4e Mon Sep 17 00:00:00 2001
From: Ted Gould <ted@gould.cx>
Date: Wed, 4 Feb 2015 08:29:43 -0600
Subject: Make the testing verbose

---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'debian')

diff --git a/debian/rules b/debian/rules
index 8fb0f91..8ef6c72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,5 @@ override_dh_install:
 	install -m 644 debian/indicator-sound-crashdb.conf debian/indicator-sound/etc/apport/crashdb.conf.d/
 	dh_install --fail-missing
 
+override_dh_auto_test:
+	ARGS=-V dh_auto_test
-- 
cgit v1.2.3


From 34f0c7f82246fb16be2e3de0e1bee68dd31c83a6 Mon Sep 17 00:00:00 2001
From: Ted Gould <ted@gould.cx>
Date: Wed, 4 Feb 2015 14:25:00 -0600
Subject: Make sure that we have the com.ubuntu.sound settings

---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

(limited to 'debian')

diff --git a/debian/control b/debian/control
index 15b47f1..cdb1267 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9.0),
                dh-translations,
                gir1.2-accountsservice-1.0,
                gnome-common,
+               gsettings-ubuntu-schemas,
                autotools-dev,
                valac (>= 0.20),
                libaccountsservice-dev,
-- 
cgit v1.2.3


From ed66db9f090b5f98338e1a47103b0106cc02d980 Mon Sep 17 00:00:00 2001
From: Ted Gould <ted@gould.cx>
Date: Wed, 4 Feb 2015 14:43:51 -0600
Subject: Stop overriding in the rules

---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'debian')

diff --git a/debian/rules b/debian/rules
index 8ef6c72..7e4e4ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +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
 
-override_dh_auto_test:
-	ARGS=-V dh_auto_test
+# For live test logs:
+#override_dh_auto_test:
+#	ARGS=-V dh_auto_test
-- 
cgit v1.2.3