-
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.
debian: make jaeger package installation as default
jaeger opentelemetry deps that will be installed by default now: libyaml-dev > 0.6 libthrift-dev (thift deps: libevent-dev, bison, flex, boost(we use ceph compiled boost)) nlohmann-json3-dev removes: pkg.ceph.jaeger build package optional option Signed-off-by: Deepika Upadhyay <[email protected]>
- Loading branch information
Deepika Upadhyay
authored and
Omri Zeneva
committed
May 17, 2022
1 parent
7be8be6
commit bee4d99
Showing
2 changed files
with
6 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ Maintainer: Ceph Maintainers <[email protected]> | |
Uploaders: Ken Dreyer <[email protected]>, | ||
Alfredo Deza <[email protected]>, | ||
Build-Depends: automake, | ||
bison <pkg.ceph.jaeger>, | ||
bison, | ||
cmake (>= 3.10.2), | ||
cpio, | ||
cython3, | ||
debhelper (>= 10), | ||
default-jdk, | ||
dh-exec, | ||
dh-python, | ||
flex <pkg.ceph.jaeger>, | ||
flex, | ||
git, | ||
golang, | ||
gperf, | ||
|
@@ -37,7 +37,7 @@ Build-Depends: automake, | |
libcap-ng-dev, | ||
libcunit1-dev, | ||
libcurl4-openssl-dev, | ||
libevent-dev <pkg.ceph.jaeger>, | ||
libevent-dev, | ||
libexpat1-dev, | ||
libffi-dev [!amd64] <pkg.ceph.check>, | ||
libfmt-dev (>= 6.1.2), | ||
|
@@ -72,14 +72,14 @@ Build-Depends: automake, | |
librdkafka-dev, | ||
luarocks, | ||
libthrift-dev (>= 0.13.0), | ||
libyaml-cpp-dev (>= 0.6) <pkg.ceph.crimson> <pkg.ceph.jaeger>, | ||
libyaml-cpp-dev (>= 0.6), | ||
libzstd-dev <pkg.ceph.check>, | ||
libxmlsec1 <pkg.ceph.check>, | ||
libxmlsec1-nss <pkg.ceph.check>, | ||
libxmlsec1-openssl <pkg.ceph.check>, | ||
libxmlsec1-dev <pkg.ceph.check>, | ||
ninja-build, | ||
nlohmann-json3-dev <pkg.ceph.jaeger>, | ||
nlohmann-json3-dev, | ||
patch, | ||
pkg-config, | ||
prometheus <pkg.ceph.check>, | ||
|
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