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 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: glab
Section: vcs
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Unit 193 <unit193@debian.org>,
Nicolas Schier <nicolas@fjasle.eu>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-acarl005-stripansi-dev,
golang-github-alecaivazis-survey-dev,
golang-github-avast-retry-go-dev,
golang-github-briandowns-spinner-dev,
golang-github-charmbracelet-glamour-dev,
golang-github-cyphar-filepath-securejoin-dev,
golang-github-dustin-go-humanize-dev,
golang-github-gdamore-tcell-dev,
golang-github-google-renameio-dev,
golang-github-google-shlex-dev,
golang-github-gosuri-uilive-dev,
golang-github-hashicorp-go-multierror-dev,
golang-github-hashicorp-go-retryablehttp-dev,
golang-github-hashicorp-go-version-dev,
golang-github-kballard-go-shellquote-dev,
golang-github-lunixbochs-vtclean-dev,
golang-github-makenowjust-heredoc-dev,
golang-github-makenowjust-heredoc-v2-dev,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-mgutz-ansi-dev,
golang-github-mitchellh-go-homedir-dev,
golang-github-muesli-termenv-dev,
golang-github-otiai10-copy-dev,
golang-github-pkg-errors-dev,
golang-github-rivo-tview-dev,
golang-github-spf13-cast-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-github-tidwall-pretty-dev,
golang-github-zalando-go-keyring-dev,
golang-gitlab-gitlab-org-api-client-go-dev,
golang-go.uber-mock-dev,
golang-golang-x-crypto-dev,
golang-golang-x-exp-dev,
golang-golang-x-net-dev,
golang-golang-x-oauth2-dev,
golang-golang-x-oauth2-google-dev,
golang-golang-x-sync-dev,
golang-golang-x-sys-dev,
golang-golang-x-term-dev,
golang-golang-x-text-dev,
golang-golang-x-time-dev,
golang-gopkg-yaml.v3-dev,
golang-k8s-apimachinery-dev,
golang-k8s-client-go-dev,
golang-k8s-sigs-json-dev,
golang-k8s-sigs-structured-merge-diff-dev,
golang-k8s-utils-dev,
golang-uber-goleak-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://gitlab.com/gitlab-org/cli
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: gitlab.com/gitlab-org/cli
Vcs-Browser: https://salsa.debian.org/go-team/packages/glab/
Vcs-Git: https://salsa.debian.org/go-team/packages/glab.git
Package: glab
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: commandline interface for gitlab instances
GLab is an open source GitLab CLI tool bringing GitLab to your terminal next
to where you are already working with git and your code without switching
between windows and browser tabs. Work with issues, merge requests, watch
running pipelines directly from your CLI among other features.
.
glab is available for repositories hosted on GitLab.com and self-managed
GitLab instances. glab supports multiple authenticated GitLab instances and
automatically detects the authenticated hostname from the remotes available
in the working Git directory.
|