eclipse-zenoh/zenoh-plugin-dds

Debian packaging and service

JEnoch opened this issue · 1 comments

Package both zplugin-dds and zenoh-bridge-dds as Debian packages.
And for next release, make them available on https://download.eclipse.org/zenoh/debian-repo/

Also, make zenoh-bridge-dds a Linux service (not active by default), with an example of config under /etc.

Debian packages can now be built via:

  • cargo deb -p zplugin-dds for the plugin library
  • cargo deb -p zenoh-bridge-dds for zenoh-bridge-dds

cargo-deb 1.35.0 minimum is required