File: control

package info (click to toggle)
ruby-gitlab-labkit 0.28.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 428 kB
  • sloc: ruby: 1,674; makefile: 7
file content (40 lines) | stat: -rw-r--r-- 1,488 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
34
35
36
37
38
39
40
Source: ruby-gitlab-labkit
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@debian.org>,
 Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               quilt,
               ruby-actionpack (>= 2:5.2.0~),
               ruby-activesupport (>= 2:5.2.0~),
               ruby-grpc (>= 1.37~),
               ruby-jaeger-client (>= 1.3~),
               ruby-opentracing (>= 0.4~),
               ruby-redis (>= 3.0~),
               ruby-pg-query (>= 2.1~)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab-labkit.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab-labkit
Homepage: https://gitlab.com/gitlab-org/labkit-ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-gitlab-labkit
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Instrumentation for GitLab
 LabKit-Ruby is minimalist library to provide functionality for Ruby services
 at GitLab.
 .
 LabKit-Ruby is the Ruby companion for LabKit, a minimalist library to provide
 functionality for Go services at GitLab.
 .
 LabKit-Ruby and LabKit are intended to provide similar functionality, but use
 the semantics of their respective languages, so are not intended to provide
 identical APIS.