From 3ddbdeeaab92406fc9fc67e5925368f53b45d592 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Feb 2014 15:38:35 -0600 Subject: Grabbing build deps for our new library friends --- debian/control | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 55aae86..06acb09 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,13 @@ XSBC-Original-Maintainer: Conor Curran Build-Depends: debhelper (>= 9.0), cmake, dbus, + dbus-test-runner, dh-translations, gnome-common, autotools-dev, valac (>= 0.20), + libaccountsservice-dev, + libdbustest1-dev, libglib2.0-dev (>= 2.22.3), libgtest-dev, liburl-dispatcher1-dev, -- cgit v1.2.3 From 89a949038a591fae3b55b2a7865a5d93057accf8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Feb 2014 16:17:32 -0600 Subject: Need the accounts service GIR file --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 06acb09..eb0dad6 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9.0), dbus, dbus-test-runner, dh-translations, + gir1.2-accountsservice-1.0, gnome-common, autotools-dev, valac (>= 0.20), -- cgit v1.2.3 From 3c019c7c7593ed3c7f1050b1499c53f590cc0e5e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Feb 2014 17:03:33 -0600 Subject: Would have thought that was implied --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index eb0dad6..f9b535a 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9.0), valac (>= 0.20), libaccountsservice-dev, libdbustest1-dev, + libgirepository1.0-dev, libglib2.0-dev (>= 2.22.3), libgtest-dev, liburl-dispatcher1-dev, -- cgit v1.2.3 From 10757562302a8b757d10d3106513e440914a0a84 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 13 Feb 2014 09:58:21 -0600 Subject: The mocker of choice --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f9b535a..84d3727 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Build-Depends: debhelper (>= 9.0), libnotify-dev, libgee-dev, libxml2-dev, + python3-dbusmock, Standards-Version: 3.9.4 Homepage: https://launchpad.net/indicator-sound # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From 5857ca8b2f70630a298ac19aaf8a60668badbb53 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 4 Mar 2014 23:19:09 -0600 Subject: Make sure we have a new dbus-test-runner --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f026240..4278f7a 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ XSBC-Original-Maintainer: Conor Curran Build-Depends: debhelper (>= 9.0), cmake, dbus, - dbus-test-runner, + dbus-test-runner (>= 14.04.0+14.04.20140226), dh-translations, gir1.2-accountsservice-1.0, gnome-common, -- cgit v1.2.3