1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: golang-github-pborman-uuid
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sergio Schvezov <sergio.schvezov@canonical.com>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11~), dh-golang, golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/pborman/uuid
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pborman-uuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pborman-uuid.git
XS-Go-Import-Path: github.com/pborman/uuid
Testsuite: autopkgtest-pkg-go
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~)
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.
|