diff --git a/debian/control b/debian/control index 1cd8e98..1e12f8c 100644 --- a/debian/control +++ b/debian/control @@ -403,22 +403,6 @@ Description: nymea.io plugin for openweathermap This package will install the nymea.io plugin for openweathermap -Package: nymea-plugin-orderbutton -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - nymea-plugins-translations, -Replaces: guh-plugin-orderbutton -Description: nymea.io plugin for orderbutton - 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 orderbutton - - Package: nymea-plugin-osdomotics Architecture: any Depends: ${shlibs:Depends}, @@ -451,22 +435,6 @@ Description: nymea.io plugin for philipshue This package will install the nymea.io plugin for philipshue -Package: nymea-plugin-plantcare -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - nymea-plugins-translations, -Replaces: guh-plugin-plantcare -Description: nymea.io plugin for plantcare - 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 plantcare - - Package: nymea-plugin-pushbullet Architecture: any Depends: ${shlibs:Depends}, @@ -577,22 +545,6 @@ Description: nymea.io plugin for wemo This package will install the nymea.io plugin for wemo -Package: nymea-plugin-ws2812 -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - nymea-plugins-translations, -Replaces: guh-plugin-ws2812 -Description: nymea.io plugin for ws2812 - 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 ws2812 - - Package: nymea-plugin-tcpcommander Architecture: any Depends: ${shlibs:Depends}, @@ -829,9 +781,6 @@ Package: nymea-plugins-merkurboard Section: libs Architecture: all Depends: nymea-plugin-osdomotics, - nymea-plugin-plantcare, - nymea-plugin-ws2812, - nymea-plugin-orderbutton, Replaces: guh-plugins-merkurboard Description: Plugins for nymea IoT server - Meta package for 6LoWPAN Merkur boards The nymea daemon is a plugin based IoT (Internet of Things) server. The diff --git a/debian/nymea-plugin-orderbutton.install.in b/debian/nymea-plugin-orderbutton.install.in deleted file mode 100644 index 0bcc6dc..0000000 --- a/debian/nymea-plugin-orderbutton.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginorderbutton.so \ No newline at end of file diff --git a/debian/nymea-plugin-plantcare.install.in b/debian/nymea-plugin-plantcare.install.in deleted file mode 100644 index 725d606..0000000 --- a/debian/nymea-plugin-plantcare.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginplantcare.so \ No newline at end of file diff --git a/debian/nymea-plugin-ws2812.install.in b/debian/nymea-plugin-ws2812.install.in deleted file mode 100644 index 64b21ec..0000000 --- a/debian/nymea-plugin-ws2812.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginws2812.so \ No newline at end of file diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 6296268..8985227 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -28,10 +28,8 @@ PLUGIN_DIRS = \ netatmo \ networkdetector \ openweathermap \ - orderbutton \ osdomotics \ philipshue \ - plantcare \ pushbullet \ remotessh \ senic \ @@ -46,7 +44,6 @@ PLUGIN_DIRS = \ unitec \ wakeonlan \ wemo \ - ws2812 \ message(============================================)