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
|
Source: tea-cli
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-code-gitea-sdk-dev,
golang-gitea-noerw-unidiff-comments-dev,
golang-github-alecaivazis-survey-dev,
golang-github-adrg-xdg-dev,
golang-github-araddon-dateparse-dev,
golang-github-charmbracelet-glamour-dev,
golang-github-enescakir-emoji-dev,
golang-github-go-git-go-git-dev,
golang-github-muesli-termenv-dev,
golang-github-olekukonko-tablewriter-dev (>= 1.0.9),
golang-github-skratchdot-open-golang-dev,
golang-github-urfave-cli-v2-dev,
golang-golang-x-crypto-dev,
golang-gopkg-yaml.v2-dev,
golang-github-stretchr-testify-dev <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/gtea
Vcs-Git: https://salsa.debian.org/go-team/packages/gtea.git
Homepage: https://gitea.com/gitea/tea
Rules-Requires-Root: no
XS-Go-Import-Path: code.gitea.io/tea
Package: tea-cli
Architecture: any
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: command line tool to interact with Gitea
tea is a productivity helper for Gitea. It can be used to manage most
entities on one or multiple Gitea instances & provides local helpers
like 'tea pr checkout'.
.
The package and the program have been renamed to tea-cli to avoid
conflicts with the tea package.
|