diff --git a/.gitignore b/.gitignore index 745c4dd..67809ed 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,4 @@ Thumbs.db *.exe coverage-html +client/nymea-remoteproxy-client diff --git a/debian/control b/debian/control index f59b7ed..e33ab80 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,13 @@ Depends: ${shlibs:Depends}, Description: The nymea remote proxy server The nymea remote proxy server +Package: nymea-remoteproxy-client +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Description: The nymea remote proxy client for testing + The nymea remote proxy client for testing + Package: libnymea-remoteproxyclient Architecture: any Depends: ${shlibs:Depends}, diff --git a/debian/nymea-remoteproxy-client.install.in b/debian/nymea-remoteproxy-client.install.in new file mode 100644 index 0000000..ad9aba1 --- /dev/null +++ b/debian/nymea-remoteproxy-client.install.in @@ -0,0 +1 @@ +usr/bin/nymea-remoteproxy-client