diff --git a/debian/patches/0687-opentracing-embed.patch b/debian/patches/0687-opentracing-embed.patch new file mode 100644 index 0000000000..258c27232d --- /dev/null +++ b/debian/patches/0687-opentracing-embed.patch @@ -0,0 +1,11 @@ +--- a/Gemfile ++++ b/Gemfile +@@ -309,7 +309,7 @@ + + group :tracing do + # OpenTracing +- gem 'opentracing', '~> 0.4.3' ++ gem 'opentracing', '0.4.3', path: 'vendor/gems/opentracing-0.4.3' + gem 'jaeger-client', '~> 0.10.0' + end + diff --git a/debian/patches/series b/debian/patches/series index b616387a2f..fa25916fa3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -24,5 +24,6 @@ 0680-rails-5_2.patch 0685-bump-fog.patch 0686-rails-5.1-embed.patch +0687-opentracing-embed.patch 0690-debian-usage-ping.patch 0700-add-salsa-link-to-help.patch