debian/0000755000000000000000000000000012254771732007200 5ustar debian/changelog0000644000000000000000000000026112254771677011061 0ustar golang-pb (0.0~git20131219-1) unstable; urgency=low * Initial release (Closes: #732636) -- Sergio Schvezov Thu, 19 Dec 2013 12:55:59 -0300 debian/source/0000755000000000000000000000000012254771677010510 5ustar debian/source/lintian-overrides0000644000000000000000000000015412254771677014071 0ustar # There are no tarball releases or tags on upstream project # to easily parse. debian-watch-file-is-missing debian/source/format0000644000000000000000000000001412254771677011716 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000006512254771677012127 0ustar tar-ignore = .hg tar-ignore = .git tar-ignore = .bzr debian/control0000644000000000000000000000112012254771677010605 0ustar Source: golang-pb Section: devel Priority: extra Maintainer: Sergio Schvezov Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 3.9.4 Homepage: https://github.com/cheggaaa/pb Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-pb.git;a=summary Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-pb.git Package: golang-pb-dev Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Description: Simple progress bar for console programs This Go package provides a simple progress bar for console programs. debian/rules0000755000000000000000000000040412254771677010266 0ustar #!/usr/bin/make -f # -*- makefile -*- export DH_OPTIONS export DH_GOPKG := github.com/cheggaaa/pb %: dh $@ --buildsystem=golang --with=golang override_dh_auto_install: dh_auto_install -O--buildsystem=golang rm -rf ${CURDIR}/debian/golang-pb-dev/usr/bin debian/compat0000644000000000000000000000000212254771677010406 0ustar 9 debian/golang-pb-dev.lintian-overrides0000644000000000000000000000002612254771677015210 0ustar no-upstream-changelog debian/copyright0000644000000000000000000000335212254771677011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: debian/* Copyright: Copyright (C) 2013 Canonical, Ltd. License: BSD-3-Clause Files: * Copyright: Copyright (c) 2012, Sergey Cherepanov License: BSD-3-Clause License: BSD-3-Clause 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 author 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.