Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gen_zenoh_deb.sh #659

Merged
merged 3 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions gen_zenoh_deb.sh

This file was deleted.

4 changes: 2 additions & 2 deletions plugins/zenoh-plugin-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ path = "examples/z_serve_sse.rs"
[package.metadata.deb]
name = "zenoh-plugin-rest"
maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=0.11.0-dev)"
depends = "zenohd (=0.11.0-dev-1)"
6 changes: 3 additions & 3 deletions plugins/zenoh-plugin-storage-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ log = { workspace = true }
serde = { workspace = true, features = ["default"] }
serde_json = { workspace = true }
urlencoding = { workspace = true }
zenoh = { workspace = true, features = [ "unstable" ] }
zenoh = { workspace = true, features = ["unstable"] }
zenoh-collections = { workspace = true }
zenoh-core = { workspace = true }
zenoh-keyexpr = { workspace = true }
Expand All @@ -70,7 +70,7 @@ async-global-executor = { workspace = true }
[package.metadata.deb]
name = "zenoh-plugin-storage-manager"
maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=0.11.0-dev)"
depends = "zenohd (=0.11.0-dev-1)"
10 changes: 10 additions & 0 deletions zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,13 @@ name = "zenoh"
# NOTE: if you change this, also change it in .github/workflows/release.yml in "doc" job.
[package.metadata.docs.rs]
features = ["unstable"]

[package.metadata.deb]
name = "zenoh"
maintainer = "[email protected]"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../LICENSE", "0"]
depends = "zenohd (=0.11.0-dev-1), zenoh-plugin-rest (=0.11.0-dev-1), zenoh-plugin-storage-manager (=0.11.0-dev-1)"
maintainer-scripts = ".deb"
assets = [["../README.md", "README.md", "644"]]
2 changes: 1 addition & 1 deletion zenohd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rustc_version = { workspace = true }
[package.metadata.deb]
name = "zenohd"
maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../LICENSE", "0"]
depends = "$auto"
Expand Down