From 806a7bb9c61ca761b532ebdbf4dd5e1f4a563661 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 10 Jun 2014 08:57:02 -0500 Subject: in debianl/control, add libplatform-hardware-api pieces to Depends and Build-Depends --- debian/control | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 30b71e9..5ccd0ff 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,8 @@ Build-Depends: cmake, libedataserver1.2-dev (>= 3.5), liburl-dispatcher1-dev, libproperties-cpp-dev, + libplatform-hardware-api-headers, + libplatform-hardware-api1-dev, libdbustest1-dev, locales, Standards-Version: 3.9.3 @@ -35,6 +37,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, systemd-services, systemd-shim, + libubuntu-platform-hardware-api1, Recommends: indicator-applet | indicator-renderer, evolution-data-server, geoclue-ubuntu-geoip | geoclue-provider, -- cgit v1.2.3 From 49772635dc8dddeaea5a8f209bd7aac030a8a132 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 10 Jun 2014 14:21:58 -0500 Subject: in debian/control, remove 'Depends: libubuntu-platform-hardware-api1' as per ted's suggestion --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5ccd0ff..4ba02e4 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, systemd-services, systemd-shim, - libubuntu-platform-hardware-api1, Recommends: indicator-applet | indicator-renderer, evolution-data-server, geoclue-ubuntu-geoip | geoclue-provider, -- cgit v1.2.3 From 3f7fad001e4fe74a89b60d2e217750baaf3b0392 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 10 Jun 2014 23:04:52 -0500 Subject: Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4ba02e4..96498ec 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: cmake, libedataserver1.2-dev (>= 3.5), liburl-dispatcher1-dev, libproperties-cpp-dev, - libplatform-hardware-api-headers, - libplatform-hardware-api1-dev, + libplatform-hardware-api-headers [armhf i386 amd64], + libplatform-hardware-api1-dev [armhf i386 amd64], libdbustest1-dev, locales, Standards-Version: 3.9.3 -- cgit v1.2.3