Skip to content

Commit

Permalink
fix: Remove cargo-deb metadata section in zenoh-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 8, 2024
1 parent 2bd4518 commit 221f5b0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,6 @@ rand = { workspace = true, features = ["default"] }
[build-dependencies]
rustc_version = { workspace = true }

[package.metadata.deb]
name = "zenohd"
maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["../LICENSE", "0"]
depends = "$auto"
maintainer-scripts = "zenoh/.deb"
assets = [
# binary
["target/release/zenohd", "/usr/bin/", "755"],
# service
[".service/zenohd.service", "/lib/systemd/system/zenohd.service", "644"],
]

[[example]]
name = "z_scout"
path = "examples/z_scout.rs"
Expand Down

0 comments on commit 221f5b0

Please sign in to comment.