Add proxy client application to debian package
parent
2605e7a78a
commit
37499a3142
|
|
@ -72,3 +72,4 @@ Thumbs.db
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
coverage-html
|
coverage-html
|
||||||
|
client/nymea-remoteproxy-client
|
||||||
|
|
|
||||||
|
|
@ -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},
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
usr/bin/nymea-remoteproxy-client
|
||||||
Loading…
Reference in New Issue