From 37499a314211319af86237c6eaaa2b1f7433daaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 14 Aug 2018 19:06:21 +0200 Subject: [PATCH] Add proxy client application to debian package --- .gitignore | 1 + debian/control | 7 +++++++ debian/nymea-remoteproxy-client.install.in | 1 + 3 files changed, 9 insertions(+) create mode 100644 debian/nymea-remoteproxy-client.install.in 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