diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..159ccf0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,12 @@ +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/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..de94e19 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: golang-github-vbauerster-mpb +Section: devel +Priority: optional +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Build-Depends: debhelper (>= 11), + dh-golang, + golang-any, + golang-github-mattn-go-isatty-dev, + golang-github-vividcortex-ewma-dev, + golang-golang-x-crypto-dev +Standards-Version: 4.2.1 +Homepage: https://github.com/vbauerster/mpb +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-mattn-go-isatty-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/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5d97390 --- /dev/null +++ b/debian/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/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..cec628c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True diff --git a/debian/golang-github-vbauerster-mpb-dev.docs b/debian/golang-github-vbauerster-mpb-dev.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/golang-github-vbauerster-mpb-dev.docs @@ -0,0 +1 @@ +README.md diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..13867b4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/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/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..fce75e7 --- /dev/null +++ b/debian/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