Codebase list golang-github-vbauerster-mpb / c527f48
golang-github-vbauerster-mpb (3.4.0-1) unstable; urgency=medium * Team upload. * New upstream release. [dgit import unpatched golang-github-vbauerster-mpb 3.4.0-1] Dmitry Smirnov 6 years ago
9 changed file(s) with 102 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-vbauerster-mpb (3.4.0-1) unstable; urgency=medium
1
2 * Team upload.
3 * New upstream release.
4
5 -- Dmitry Smirnov <onlyjob@debian.org> Tue, 10 Sep 2019 12:33:06 +1000
6
7 golang-github-vbauerster-mpb (3.3.4-1) unstable; urgency=medium
8
9 * Initial release (Closes: #925184)
10
11 -- Reinhard Tartler <siretart@tauware.de> Wed, 20 Mar 2019 17:58:37 -0400
0 Source: golang-github-vbauerster-mpb
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Reinhard Tartler <siretart@tauware.de>
5 Build-Depends: debhelper (>= 11),
6 dh-golang,
7 golang-any,
8 golang-github-mattn-go-isatty-dev,
9 golang-github-vividcortex-ewma-dev,
10 golang-golang-x-crypto-dev
11 Standards-Version: 4.2.1
12 Homepage: https://github.com/vbauerster/mpb
13 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbauerster-mpb
14 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vbauerster-mpb.git
15 XS-Go-Import-Path: github.com/vbauerster/mpb
16 Testsuite: autopkgtest-pkg-go
17
18 Package: golang-github-vbauerster-mpb-dev
19 Architecture: all
20 Depends: ${misc:Depends},
21 golang-github-mattn-go-isatty-dev,
22 golang-github-vividcortex-ewma-dev,
23 golang-golang-x-crypto-dev
24 Description: multi progress bar for Go cli applications
25 mpb is a golang library for rendering progress bars in terminal
26 applications.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mpb
2 Source: https://github.com/vbauerster/mpb
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files: *
7 Copyright: 2016 Vladimir Bauer
8 License: BSD-3-clause
9
10 Files: debian/*
11 Copyright: 2019 Reinhard Tartler <siretart@tauware.de>
12 License: BSD-3-clause
13 Comment: Debian packaging is licensed under the same terms as upstream
14
15 License: BSD-3-clause
16 BSD 3-Clause License
17 .
18 Copyright (C) 2016-2018 Vladimir Bauer
19 All rights reserved.
20 .
21 Redistribution and use in source and binary forms, with or without
22 modification, are permitted provided that the following conditions are met:
23 .
24 * Redistributions of source code must retain the above copyright notice, this
25 list of conditions and the following disclaimer.
26 .
27 * Redistributions in binary form must reproduce the above copyright notice,
28 this list of conditions and the following disclaimer in the documentation
29 and/or other materials provided with the distribution.
30 .
31 * Neither the name of the copyright holder nor the names of its
32 contributors may be used to endorse or promote products derived from
33 this software without specific prior written permission.
34 .
35 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
36 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
39 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
41 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
42 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 # We want to build only the library packages themselves, not the accompanying
3 # example binaries.
4 export DH_GOLANG_EXCLUDES := examples/
5
6 %:
7 dh $@ --buildsystem=golang --with=golang
8
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-vbauerster-mpb-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/vbauerster/mpb/tags .*/v?(\d\S*)\.tar\.gz