From a6eb8377343abad047a59f4526a6cf3073b864f1 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Sun, 5 Jan 2020 00:15:15 +0100 Subject: [PATCH 1/4] added dynatrace ufo --- debian/control | 15 +++++++++++++++ debian/nymea-plugin-dynatrace.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 17 insertions(+) create mode 100644 debian/nymea-plugin-dynatrace.install.in diff --git a/debian/control b/debian/control index 6efef76..8c06dd3 100644 --- a/debian/control +++ b/debian/control @@ -215,6 +215,21 @@ Description: nymea.io plugin for dweet.io This package will install the nymea.io plugin for dweet.io +Package: nymea-plugin-dynatrace +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for dynatrace + 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 dynatrace + + Package: nymea-plugin-elgato Architecture: any Depends: ${shlibs:Depends}, diff --git a/debian/nymea-plugin-dynatrace.install.in b/debian/nymea-plugin-dynatrace.install.in new file mode 100644 index 0000000..80cc26d --- /dev/null +++ b/debian/nymea-plugin-dynatrace.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugindynatrace.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 23d78cd..7814a71 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -13,6 +13,7 @@ PLUGIN_DIRS = \ daylightsensor \ denon \ dweetio \ + dynatrace \ elgato \ elro \ eq-3 \ From 978b3a2a328604c14cf563dabca0240bd93121fa Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 24 Mar 2020 23:40:52 +0100 Subject: [PATCH 2/4] Add to maker plugins --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 8c06dd3..d6f3b5e 100644 --- a/debian/control +++ b/debian/control @@ -1035,6 +1035,7 @@ Depends: nymea-plugin-boblight, nymea-plugin-serialportcommander, nymea-plugin-systemmonitor, nymea-plugin-onewire, + nymea-plugin-ufo, 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 From 01a2fb10eb8bc65c901b5ea8705e695b733c8876 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 25 Mar 2020 00:28:09 +0100 Subject: [PATCH 3/4] fix dpkg install file --- debian/nymea-plugin-dynatrace.install.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/nymea-plugin-dynatrace.install.in b/debian/nymea-plugin-dynatrace.install.in index 80cc26d..428b30a 100644 --- a/debian/nymea-plugin-dynatrace.install.in +++ b/debian/nymea-plugin-dynatrace.install.in @@ -1 +1 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugindynatrace.so +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationplugindynatrace.so From f7b91c1fe52f81a199100dcbea9871d9acf21521 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 25 Mar 2020 19:11:24 +0100 Subject: [PATCH 4/4] Fix maker plugin deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d6f3b5e..e4cc6f3 100644 --- a/debian/control +++ b/debian/control @@ -1035,7 +1035,7 @@ Depends: nymea-plugin-boblight, nymea-plugin-serialportcommander, nymea-plugin-systemmonitor, nymea-plugin-onewire, - nymea-plugin-ufo, + nymea-plugin-dynatrace, 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