diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-06-10 08:57:02 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-06-10 08:57:02 -0500 |
commit | 806a7bb9c61ca761b532ebdbf4dd5e1f4a563661 (patch) | |
tree | 9aeade0ad5f90cf7a389c99ea0049b80da3725d8 /debian | |
parent | 27b500307fe8035defb510a0d694fa1fa7fa3950 (diff) | |
download | ayatana-indicator-datetime-806a7bb9c61ca761b532ebdbf4dd5e1f4a563661.tar.gz ayatana-indicator-datetime-806a7bb9c61ca761b532ebdbf4dd5e1f4a563661.tar.bz2 ayatana-indicator-datetime-806a7bb9c61ca761b532ebdbf4dd5e1f4a563661.zip |
in debianl/control, add libplatform-hardware-api pieces to Depends and Build-Depends
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
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, |