forked from eclipse-zenoh/zenoh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Debian package for
0.10.1-rc
(eclipse-zenoh#641)
* fix: Set revision "1" for toplevel debian pkg * fix: zenoh-plugin-rest debian pkg zenohd dep version * fix: zenoh-plugin-storage-manager debian pkg zenohd dep version
- Loading branch information
1 parent
7f47a02
commit 15b36a0
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,4 @@ maintainer = "[email protected]" | |
copyright = "2022 ZettaScale Technology" | ||
section = "net" | ||
license-file = ["../../LICENSE", "0"] | ||
depends = "zenohd (=0.10.1-rc)" | ||
depends = "zenohd (=0.10.1-rc-1)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 } | ||
|
@@ -73,4 +73,4 @@ maintainer = "[email protected]" | |
copyright = "2022 ZettaScale Technology" | ||
section = "net" | ||
license-file = ["../../LICENSE", "0"] | ||
depends = "zenohd (=0.10.1-rc)" | ||
depends = "zenohd (=0.10.1-rc-1)" |