From 066fe1a113814a200e699de525abb65c0452a034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 14 Mar 2018 09:22:09 +0100 Subject: [PATCH] Add remote ssh plugin --- debian/control | 16 ++++++++++++++++ debian/nymea-plugin-remotessh.install.in | 1 + nymea-plugins.pro | 3 ++- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 debian/nymea-plugin-remotessh.install.in diff --git a/debian/control b/debian/control index a46e619..70074af 100644 --- a/debian/control +++ b/debian/control @@ -557,6 +557,21 @@ Description: nymea.io plugin for keba This package will install the nymea.io plugin for keba +Package: nymea-plugin-remotessh +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for remote ssh connection + The nymea daemon is a plugin based IoT (Internet of Things) server. The + server works like a translator for devices, things and services and + allows them to interact. + With the powerful rule engine you are able to connect any device available + in the system and create individual scenes and behaviors for your environment. + . + This package will install the nymea.io plugin for remote ssh connection + + Package: nymea-plugins-translations Section: misc Architecture: all @@ -611,6 +626,7 @@ Depends: nymea-plugin-commandlauncher, nymea-plugin-genericelements, nymea-plugin-avahimonitor, nymea-plugin-gpio, + nymea-plugin-remotessh, Replaces: guh-plugins-maker Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers The nymea daemon is a plugin based IoT (Internet of Things) server. The diff --git a/debian/nymea-plugin-remotessh.install.in b/debian/nymea-plugin-remotessh.install.in new file mode 100644 index 0000000..aa3836c --- /dev/null +++ b/debian/nymea-plugin-remotessh.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginremotessh.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 60118e7..b40ea03 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -34,7 +34,8 @@ PLUGIN_DIRS = \ gpio \ snapd \ simulation \ - keba \ + keba \ + remotessh \ CONFIG+=all