Fix debian packaging for nymea plugins

master
Simon Stürz 2018-03-15 08:41:14 +01:00 committed by Michael Zanetti
parent ffa73613ab
commit cbbb8321f3
7 changed files with 13 additions and 17 deletions

12
debian/control vendored
View File

@ -460,21 +460,21 @@ Description: nymea.io plugin for TCP commander
With the powerful rule engine you are able to connect any device available 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. in the system and create individual scenes and behaviors for your environment.
. .
This package will install the nymea.io plugin for TCP commander This package will install the nymea.io plugin for the TCP commander
Package: guh-plugin-httpcommander Package: nymea-plugin-httpcommander
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
guh-plugins-translations, nymea-plugins-translations,
Description: guh.io plugin for HTTP commander Description: nymea.io plugin for HTTP commander
The guh daemon is a plugin based IoT (Internet of Things) server. The The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and server works like a translator for devices, things and services and
allows them to interact. allows them to interact.
With the powerful rule engine you are able to connect any device available 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. in the system and create individual scenes and behaviors for your environment.
. .
This package will install the guh.io plugin for HTTP commander This package will install the nymea.io plugin for the HTPP commander
Package: nymea-plugin-simulation Package: nymea-plugin-simulation

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginhttpcommander.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginhttpcommander.so

View File

@ -21,8 +21,8 @@
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef DEVICEPLUGINDHTTPCOMMANDER_H #ifndef DEVICEPLUGINHTTPCOMMANDER_H
#define DEVICEPLUGINDHTTPCOMMANDER_H #define DEVICEPLUGINHTTPCOMMANDER_H
#include "plugin/deviceplugin.h" #include "plugin/deviceplugin.h"
#include "devicemanager.h" #include "devicemanager.h"

View File

@ -22,7 +22,7 @@
{ {
"id": "020f672e-cc9a-4b74-92dd-a92a93ab1d23", "id": "020f672e-cc9a-4b74-92dd-a92a93ab1d23",
"name": "url", "name": "url",
"displayName": "URL or IPv4 address", "displayName": "Address",
"type": "QString", "type": "QString",
"inputType": "None", "inputType": "None",
"defaultValue": "https://nymea.io" "defaultValue": "https://nymea.io"
@ -30,7 +30,7 @@
{ {
"id": "37830ea8-2249-46e6-aaca-12164928a81a", "id": "37830ea8-2249-46e6-aaca-12164928a81a",
"name": "port", "name": "port",
"displayName": "port", "displayName": "Port",
"type": "int", "type": "int",
"defaultValue": "443" "defaultValue": "443"
} }
@ -84,7 +84,7 @@
{ {
"id": "1a3fcb23-931b-4ba1-b134-c49b656c76f7", "id": "1a3fcb23-931b-4ba1-b134-c49b656c76f7",
"name": "url", "name": "url",
"displayName": "URL or IPv4 address", "displayName": "Address",
"type": "QString", "type": "QString",
"inputType": "None", "inputType": "None",
"defaultValue": "https://nymea.io" "defaultValue": "https://nymea.io"

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS> <!DOCTYPE TS>
<TS version="2.1"> <TS version="2.1">
</TS> </TS>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE">
</TS>