File: control

package info (click to toggle)
gitlab-shell 14.35.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,652 kB
  • sloc: ruby: 1,129; makefile: 583; sql: 391; sh: 384
file content (75 lines) | stat: -rw-r--r-- 3,218 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: gitlab-shell
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Utkarsh Gupta <guptautkarsh2102@gmail.com>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any (>= 2:1.17~),
               golang-golang-x-crypto-dev (>= 1:0.0~git20180513.94e3fad~),
               golang-golang-x-net-dev (>= 1:0.0+git20220728.c7608f3~),
               golang-golang-x-text-dev,
               golang-golang-x-sys-dev (>= 0.0~git20180510.7dfd129~),
               golang-github-sirupsen-logrus-dev (>= 1.0~),
# protobuf 1.5
#               golang-google-grpc-dev (>= 1.38~),
#               golang-google-genproto-dev,
               golang-gopkg-yaml.v2-dev,
               golang-github-client9-reopen-dev,
               golang-github-davecgh-go-spew-dev,
               golang-github-gogo-protobuf-dev,
               golang-github-golang-jwt-jwt-dev,
               golang-github-golang-protobuf-1-5-dev,
# protobuf 1.5
#               golang-github-grpc-ecosystem-go-grpc-prometheus-dev,
               golang-github-hashicorp-yamux-dev (>= 0.0+git20210316.a95892c~),
	       golang-github-hashicorp-go-retryablehttp-dev,
               golang-github-opentracing-opentracing-go-dev,
               golang-github-otiai10-copy-dev,
               golang-github-pmezard-go-difflib-dev,
               golang-github-mattn-go-shellwords-dev,
               golang-github-pires-go-proxyproto-dev (>= 0.6~),
# protobuf 1.5
#               golang-github-prometheus-client-golang-dev (>= 1.9~),
               golang-github-sebest-xff-dev,
# protobuf 1.5
#               golang-gitlab-gitlab-org-labkit-dev (>= 1.16~),
               golang-gitlab-gitlab-org-gitaly-dev (>= 15.5~),
# required by vendored labkit and prometheus
	       golang-github-beevik-ntp-dev,
               golang-github-beorn7-perks-dev,
	       golang-github-cespare-xxhash-dev,
	       golang-github-oklog-ulid-dev,
               golang-procfs-dev,
	       libkrb5-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab-shell
Vcs-Git: https://salsa.debian.org/ruby-team/gitlab-shell.git
Homepage: https://gitlab.com/gitlab-org/gitlab-shell/
XS-Go-Import-Path: gitlab.com/gitlab-org/gitlab-shell/v14
Rules-Requires-Root: no

Package: gitlab-shell
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Breaks: gitlab (<< 15.6~)
Built-Using: ${misc:Built-Using}
Description: handles git commands for GitLab
 GitLab Shell handles git commands for GitLab and modifies the list of
 authorized keys. GitLab Shell is not a Unix shell nor a replacement for Bash
 or Zsh.

Package: golang-gitlab-gitlab-org-gitlab-shell-v14-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
# for gitaly's vendor modules
         golang-gitlab-gitlab-org-gitaly-dev (>= 15.5~)
Description: gitlab-shell golang module
 GitLab Shell handles git commands for GitLab and modifies the list of
 authorized keys. GitLab Shell is not a Unix shell nor a replacement for Bash
 or Zsh.
 .
 This package provides golang module of gitlab-shell.