File: control

package info (click to toggle)
gitlab-agent 16.1.3-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 6,324 kB
  • sloc: makefile: 175; sh: 52; ruby: 3
file content (27 lines) | stat: -rw-r--r-- 1,076 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
Source: gitlab-agent
Section: contrib/ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.1~),
               ruby-grpc (>= 1.0)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/gitlab-agent.git
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab-agent
Homepage: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-kas-grpc
Architecture: all
X-DhRuby-Root: pkg/ruby/
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Auto-generated gRPC client for KAS
 The Kubernetes Agent Server (KAS) is a GitLab backend service dedicated to
 managing Kubernetes Agents. This gem is the auto-generated gRPC client for it.
 .
 gitlab-agent source package has code for both GitLab Kubernetes Agent and
 GitLab Kubernetes Agent Server. This binary package include part of KAS.