Add proxy client application to debian package
This commit is contained in:
parent
2605e7a78a
commit
37499a3142
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ Thumbs.db
|
|||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
coverage-html
|
coverage-html
|
||||||
|
client/nymea-remoteproxy-client
|
||||||
|
|||||||
7
debian/control
vendored
7
debian/control
vendored
@ -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},
|
||||||
|
|||||||
1
debian/nymea-remoteproxy-client.install.in
vendored
Normal file
1
debian/nymea-remoteproxy-client.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/bin/nymea-remoteproxy-client
|
||||||
Reference in New Issue
Block a user