From 221f5b0d3d99ec3ba8a02ff4315e6af7879e8795 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 8 Feb 2024 11:51:02 +0100 Subject: [PATCH] fix: Remove cargo-deb metadata section in `zenoh-examples` --- examples/Cargo.toml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 0330972caa..190894fb18 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -58,21 +58,6 @@ rand = { workspace = true, features = ["default"] } [build-dependencies] rustc_version = { workspace = true } -[package.metadata.deb] -name = "zenohd" -maintainer = "zenoh-dev@eclipse.org" -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"