File: control

package info (click to toggle)
ruby-jaeger-client 0.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 548 kB
  • sloc: ruby: 2,470; makefile: 8; sh: 4
file content (33 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: ruby-jaeger-client
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Manas Kashyap <manaskashyaptech@gmail.com>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-opentracing (>= 0.3),
               ruby-thrift,
               ruby-rspec,
               ruby-timecop
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jaeger-client.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jaeger-client
Homepage: https://github.com/salemove/jaeger-client-ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-jaeger-client
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-opentracing (>= 0.3),
         ruby-thrift,
         ${misc:Depends}
Description: OpenTracing Tracer implementation for Jaeger
 This package is Opentracing Tracer implementation in Ruby for Jaeger
 In order to understand this implementation, one must first be familiar with
 the OpenTracing API and terminology.
 .
 With this package the user can easily use this implementation of Opentracing
 API using keywords like .global_tracer , .start_active_span .