diff --git a/changelog b/changelog new file mode 100644 index 0000000..32c9fea --- /dev/null +++ b/changelog @@ -0,0 +1,47 @@ +golang-github-vbauerster-mpb (7.3.2-1) unstable; urgency=medium + + * Team upload. + * New upstream version + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Rules-Requires-Root: no (routine-update) + * (Build-)Depends: golang-github-mattn-go-runewidth-dev + + -- Andreas Tille Wed, 26 Jan 2022 20:33:53 +0100 + +golang-github-vbauerster-mpb (5.0.3-2) unstable; urgency=low + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update standards version to 4.5.0, no changes needed. + + [ Reinhard Tartler ] + * Upload to unstable + + -- Reinhard Tartler Sun, 19 Jul 2020 09:53:22 -0400 + +golang-github-vbauerster-mpb (5.0.3-1) experimental; urgency=medium + + [ Dmitry Smirnov ] + * Added myself to Uploaders + * DH to version 12 + * Standards-Version: 4.4.1 + + [ Reinhard Tartler ] + * New upstream version 5.0.3 + + -- Reinhard Tartler Tue, 21 Apr 2020 07:52:29 -0400 + +golang-github-vbauerster-mpb (3.4.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + -- Dmitry Smirnov Tue, 10 Sep 2019 12:33:06 +1000 + +golang-github-vbauerster-mpb (3.3.4-1) unstable; urgency=medium + + * Initial release (Closes: #925184) + + -- Reinhard Tartler Wed, 20 Mar 2019 17:58:37 -0400 diff --git a/control b/control new file mode 100644 index 0000000..c876d21 --- /dev/null +++ b/control @@ -0,0 +1,33 @@ +Source: golang-github-vbauerster-mpb +Section: devel +Priority: optional +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler , + Dmitry Smirnov , +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-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-vividcortex-ewma-dev, + golang-golang-x-crypto-dev +Description: multi progress bar for Go cli applications + mpb is a golang library for rendering progress bars in terminal + applications. diff --git a/copyright b/copyright new file mode 100644 index 0000000..5d97390 --- /dev/null +++ b/copyright @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mpb +Source: https://github.com/vbauerster/mpb +Files-Excluded: + Godeps/_workspace + +Files: * +Copyright: 2016 Vladimir Bauer +License: BSD-3-clause + +Files: debian/* +Copyright: 2019 Reinhard Tartler +License: BSD-3-clause +Comment: Debian packaging is licensed under the same terms as upstream + +License: BSD-3-clause + BSD 3-Clause License + . + Copyright (C) 2016-2018 Vladimir Bauer + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 0000000..cec628c --- /dev/null +++ b/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True diff --git a/gitlab-ci.yml b/gitlab-ci.yml new file mode 100644 index 0000000..594e14e --- /dev/null +++ b/gitlab-ci.yml @@ -0,0 +1,6 @@ +# auto-generated, DO NOT MODIFY. +# The authoritative copy of this file lives at: +# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go +--- +include: + - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml diff --git a/golang-github-vbauerster-mpb-dev.docs b/golang-github-vbauerster-mpb-dev.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/golang-github-vbauerster-mpb-dev.docs @@ -0,0 +1 @@ +README.md diff --git a/rules b/rules new file mode 100755 index 0000000..4cf8694 --- /dev/null +++ b/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# We want to build only the library packages themselves, not the accompanying +# example binaries. +export DH_GOLANG_EXCLUDES := examples/ + +%: + dh $@ --buildsystem=golang --with=golang diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..b1cebef --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/vbauerster/mpb/issues +Bug-Submit: https://github.com/vbauerster/mpb/issues/new +Repository: https://github.com/vbauerster/mpb.git +Repository-Browse: https://github.com/vbauerster/mpb diff --git a/watch b/watch new file mode 100644 index 0000000..fce75e7 --- /dev/null +++ b/watch @@ -0,0 +1,4 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-vbauerster-mpb-\$1\.tar\.gz/,\ +uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \ + https://github.com/vbauerster/mpb/tags .*/v?(\d\S*)\.tar\.gz