From e2fd6e620ce7f18c2cbf7c7b353d7cb5f86dce11 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 22 Jan 2014 11:56:49 -0600 Subject: remove the local snapshot of properties-cpp and add a dependency for it in debian/control and CMakeLists.txt --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 357b099..3dc61c6 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends: cmake, libgnome-control-center-dev, libtimezonemap1-dev, liburl-dispatcher1-dev, + libproperties-cpp-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-datetime # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From 9aae79c60f0f8feed65ae5526ad1b02bb86900e6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 28 Jan 2014 10:39:44 -0600 Subject: add libdbustest1-dev to debian/control's Build-Depends to pick up dbus-test-runner's dbusmock interface for the geoclue unit tests. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 1788381..d28f086 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Build-Depends: cmake, libtimezonemap1-dev, liburl-dispatcher1-dev, libproperties-cpp-dev, + libdbustest1-dev, locales, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-datetime -- cgit v1.2.3 From 81d4a2586eb9ff910b6df45569ad8574573a60eb Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 28 Jan 2014 21:38:57 -0600 Subject: add dbus-test-runner and python3-dbusmock to Build-Depends; they're needed by the unit tests. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index d28f086..175684f 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Ubuntu Desktop Team # language-pack-en-base is for the unit tests s.t. we can test in 12h and 24h locales Build-Depends: cmake, dbus, + dbus-test-runner, + python3-dbusmock, debhelper (>= 9), dh-translations, intltool (>= 0.35.0), -- cgit v1.2.3