diff --git a/debian/control b/debian/control index ea89a12..34fb91c 100644 --- a/debian/control +++ b/debian/control @@ -986,11 +986,15 @@ Description: nymea.io plugin for keba This package will install the nymea.io plugin for keba -Package: nymea-plugin-remotessh +Package: nymea-plugin-reversessh Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + sshpass, nymea-plugins-translations, +Recommends: openssh-server +Replaces: nymea-plugin-remotessh +Conflicts: nymea-plugin-remotessh Description: nymea.io plugin to configure remotessh for your nymea:core The nymea daemon is a plugin based IoT (Internet of Things) server. The server works like a translator for devices, things and services and diff --git a/debian/nymea-plugin-remotessh.install.in b/debian/nymea-plugin-reversessh.install.in similarity index 77% rename from debian/nymea-plugin-remotessh.install.in rename to debian/nymea-plugin-reversessh.install.in index 294ceb7..b4d37fb 100644 --- a/debian/nymea-plugin-remotessh.install.in +++ b/debian/nymea-plugin-reversessh.install.in @@ -1 +1 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginremotessh.so +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginreversessh.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index e32bd80..91c50e3 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -48,7 +48,7 @@ PLUGIN_DIRS = \ shelly \ solarlog \ systemmonitor \ - remotessh \ + reversessh \ senic \ serialportcommander \ simulation \