File: control

package info (click to toggle)
golang-gitlab-gitlab-org-api-client-go 0.123.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,356 kB
  • sloc: makefile: 17
file content (41 lines) | stat: -rw-r--r-- 2,059 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
Source: golang-gitlab-gitlab-org-api-client-go
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Felix Lechner <felix.lechner@lease-up.com>,
           Julian Gilbey <jdg@debian.org>,
           Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.18~),
               golang-github-google-go-querystring-dev (>= 1.1.0),
               golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.2),
               golang-github-hashicorp-go-retryablehttp-dev (>= 0.7.1),
               golang-github-stretchr-testify-dev (>= 1.8.0),
               golang-golang-x-oauth2-dev (>= 0.0~git20220722.d3ed0bb),
               golang-golang-x-time-dev (>= 0.0~git20220722.e5dcc9c)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Homepage: https://gitlab.com/gitlab-org/api/client-go/
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gitlab-gitlab-org-api-client-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gitlab-gitlab-org-api-client-go.git
XS-Go-Import-Path: gitlab.com/gitlab-org/api/client-go

Package: golang-gitlab-gitlab-org-api-client-go-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-querystring-dev (>= 1.1.0),
         golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.2),
         golang-github-hashicorp-go-retryablehttp-dev (>= 0.7.1),
         golang-golang-x-oauth2-dev (>= 0.0~git20220722.d3ed0bb),
         golang-golang-x-time-dev (>= 0.0~git20220722.e5dcc9c),
         ${misc:Depends}
Description: GitLab API client enabling Go programs to interact with GitLab
 This package provides a GitLab API that enables Go programs to interact
 with GitLab in a simple and uniform way. It covers most of the existing
 Gitlab API calls and is updated regularly to add new or missing endpoints.
 .
 For complete usage of go-gitlab, see the package docs.
 .
 This golang package was formerly named golang-github-xanzy-go-gitlab.