From f62ff6826640fbf4ff8cc3d925de475ef12070a7 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Fri, 9 Feb 2024 15:06:34 +0100 Subject: [PATCH] Remove `zenoh-examples` Debian package (#723) --- 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"