Skip to content

Commit

Permalink
Fix Debian package for 0.10.1-rc (#641)
Browse files Browse the repository at this point in the history
* 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
fuzzypixelz committed Jan 10, 2024
1 parent 7f47a02 commit 15b36a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gen_zenoh_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -z "$1" -o -z "$2" ]; then
exit 1
fi

VERSION=`echo $1`
VERSION="$1-1"
ARCH=$2

PACKAGE_NAME="zenoh_${VERSION}_${ARCH}"
Expand Down
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=0.10.1-rc)"
depends = "zenohd (=0.10.1-rc-1)"
4 changes: 2 additions & 2 deletions plugins/zenoh-plugin-storage-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -73,4 +73,4 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=0.10.1-rc)"
depends = "zenohd (=0.10.1-rc-1)"

0 comments on commit 15b36a0

Please sign in to comment.