debian/0000755000000000000000000000000012632126541007170 5ustar debian/changelog0000644000000000000000000000203212632126541011037 0ustar golang-github-pborman-uuid (0.0+git20150824.0.cccd189-1ubuntu1) xenial; urgency=medium * Re-enable the testsuite -- Stéphane Graber Wed, 09 Dec 2015 17:38:14 -0500 golang-github-pborman-uuid (0.0+git20150824.0.cccd189-1) unstable; urgency=medium * Team upload. * New upstream version. * Upstream moved from "https://code.google.com/p/go-uuid/" to "https://github.com/pborman/uuid". Renamed source and binary packages; added transitional package; updated Homepage URL. * Added "debian/watch" file; removed obsolete lintian override. * Added "debian/gbp.conf" * control: + Standards-Version: 3.9.6. + Updated Vcs-Browser URL. + Set Maintainer to "pkg-go-maintainers@lists.alioth.debian.org". * Ignore test failures (Closes: #795520). -- Dmitry Smirnov Fri, 04 Sep 2015 05:57:15 +1000 golang-uuid (0.0~hg20140512-1) unstable; urgency=low * Initial release (Closes: #747912) -- Sergio Schvezov Tue, 13 May 2014 11:17:31 -0300 debian/watch0000644000000000000000000000017112571531754010230 0ustar # uscan(1) configuration file. version=3 https://github.com/pborman/uuid/releases \ .*/archive/v?(\d[\d\.]+)\.tar\.gz debian/gbp.conf0000644000000000000000000000011712571532677010623 0ustar [dch] id-length = 0 [import-orig] pristine-tar = True merge = True debian/golang-github-pborman-uuid-dev.lintian-override0000644000000000000000000000002612571520620020264 0ustar no-upstream-changelog debian/control0000644000000000000000000000233512632126550010576 0ustar Source: golang-github-pborman-uuid Section: devel Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: pkg-go Uploaders: Sergio Schvezov Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 3.9.6 Homepage: https://github.com/pborman/uuid Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-uuid.git Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-uuid.git Package: golang-github-pborman-uuid-dev Provides: golang-uuid-dev Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: golang-uuid-dev (<< 0.0+git20150824.0.cccd189-1~) Replaces: golang-uuid-dev (<< 0.0+git20150824.0.cccd189-1~) Built-Using: ${misc:Built-Using} Description: Go bindings to work with UUIDs Generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. Package: golang-uuid-dev Section: oldlibs Architecture: all Depends: ${misc:Depends}, golang-github-pborman-uuid-dev Description: Transitional package for golang-github-pborman-uuid-dev This is a transitional package to ease upgrades to the golang-github-pborman-uuid-dev package. debian/source/0000755000000000000000000000000012571533020010464 5ustar debian/source/options0000644000000000000000000000006512571532677012124 0ustar tar-ignore = .hg tar-ignore = .git tar-ignore = .bzr debian/source/format0000644000000000000000000000001412571532677011713 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212571532676010402 0ustar 9 debian/golang-github-pborman-uuid-dev.links0000644000000000000000000000014412571537540016143 0ustar /usr/share/gocode/src/github.com/pborman/uuid /usr/share/gocode/src/code.google.com/p/go-uuid/uuid debian/copyright0000644000000000000000000000347312571536166011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: go-uuid Upstream-Contact: Paul Borman Source: https://github.com/pborman/uuid Files: * Copyright: 2009-2015 Google Inc. License: BSD-3-Clause Files: debian/* Copyright: 2014 Canonical, Ltd. License: BSD-3-Clause License: BSD-3-Clause Copyright (c) 2009 Google Inc. 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 Google Inc. 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 OWNER 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. debian/golang-github-pborman-uuid-dev.install0000644000000000000000000000002112571536166016466 0ustar usr/share/gocode debian/rules0000755000000000000000000000022312632126524010246 0ustar #!/usr/bin/make -f # -*- makefile -*- export DH_OPTIONS export DH_GOPKG := github.com/pborman/uuid %: dh $@ --buildsystem=golang --with=golang