summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: e185fa60ce264e6514bb056e3f58f14890762744 (plain)
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
Source: golang-github-vbauerster-mpb
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-acarl005-stripansi-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-mattn-go-runewidth-dev,
               golang-github-vividcortex-ewma-dev,
               golang-github-rivo-uniseg-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.6.0
Homepage: https://github.com/vbauerster/mpb
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbauerster-mpb
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vbauerster-mpb.git
XS-Go-Import-Path: github.com/vbauerster/mpb
Testsuite: autopkgtest-pkg-go

Package: golang-github-vbauerster-mpb-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-acarl005-stripansi-dev,
         golang-github-mattn-go-isatty-dev,
         golang-github-mattn-go-runewidth-dev,
         golang-github-rivo-uniseg-dev,
         golang-github-vividcortex-ewma-dev,
Breaks: golang-github-containers-image (<< 5.25)
Description: multi progress bar for Go cli applications
 mpb is a golang library for rendering progress bars in terminal
 applications.