Skip to content

Commit

Permalink
Remove zenoh-examples Debian package (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Feb 9, 2024
1 parent 8433384 commit f62ff68
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 f62ff68

Please sign in to comment.