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