--- golang-gopkg-tomb.v2-0.0~git20140626.14b3d72.orig/debian/changelog +++ golang-gopkg-tomb.v2-0.0~git20140626.14b3d72/debian/changelog @@ -0,0 +1,5 @@ +golang-gopkg-tomb.v2 (0.0~git20140626.14b3d72-1) unstable; urgency=low + + * Initial release. (Closes: #792798) + + -- Alexandre Viau Fri, 27 Mar 2015 14:47:24 -0400 --- golang-gopkg-tomb.v2-0.0~git20140626.14b3d72.orig/debian/compat +++ golang-gopkg-tomb.v2-0.0~git20140626.14b3d72/debian/compat @@ -0,0 +1 @@ +9 --- golang-gopkg-tomb.v2-0.0~git20140626.14b3d72.orig/debian/control +++ golang-gopkg-tomb.v2-0.0~git20140626.14b3d72/debian/control @@ -0,0 +1,21 @@ +Source: golang-gopkg-tomb.v2 +Section: devel +Priority: extra +Homepage: https://github.com/go-tomb/tomb +Maintainer: Debian Go Packaging Team +Uploaders: Alexandre Viau +Build-Depends: debhelper (>= 9), + dh-golang, + golang-go +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-gopkg-tomb.v2.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-tomb.v2.git + +Package: golang-gopkg-tomb.v2-dev +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: ${misc:Built-Using} +Description: API to track the lifecyle of Golang goroutines, and provide clean termination + Conventional API for clean goroutine termination. A Tomb tracks the + lifecycle of a goroutine as alive, dying or dead, and the reason for + its death. --- golang-gopkg-tomb.v2-0.0~git20140626.14b3d72.orig/debian/copyright +++ golang-gopkg-tomb.v2-0.0~git20140626.14b3d72/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tomb +Source: https://github.com/go-tomb/tomb + +Files: * +Copyright: 2010-2011 Gustavo Niemeyer +License: BSD-3-clause + +Files: debian/* +Copyright: 2015 Alexandre Viau +License: BSD-3-clause + +License: BSD-3-clause + 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 owner 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 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. --- golang-gopkg-tomb.v2-0.0~git20140626.14b3d72.orig/debian/rules +++ golang-gopkg-tomb.v2-0.0~git20140626.14b3d72/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_GOPKG := gopkg.in/tomb.v2 + +%: + dh $@ --buildsystem=golang --with=golang