Add proxy client application to debian package

more-debug
Simon Stürz 2018-08-14 19:06:21 +02:00
parent 2605e7a78a
commit 37499a3142
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -72,3 +72,4 @@ Thumbs.db
*.exe *.exe
coverage-html coverage-html
client/nymea-remoteproxy-client

7
debian/control vendored
View File

@ -13,6 +13,13 @@ Depends: ${shlibs:Depends},
Description: The nymea remote proxy server Description: The nymea remote proxy server
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 Package: libnymea-remoteproxyclient
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},

View File

@ -0,0 +1 @@
usr/bin/nymea-remoteproxy-client