Codebase list golang-yaml.v2 / bf88d01
Refresh debian/control - Replace golang-go with golang-any in Build-Depends - Replace golang-check.v1 with golang-gopkg-check.v1 in dependencies - Bump Standards-Version to 3.9.8 (no change) - Use secure https URLs for Vcs-* fields too - Add XS-Go-Import-Path: gopkg.in/yaml.v2 - Add myself to the list of Uploaders Anthony Fok 7 years ago
1 changed file(s) with 9 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
22 Priority: extra
33 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
44 Uploaders: Sergio Schvezov <sergio.schvezov@canonical.com>,
5 Martín Ferrari <tincho@debian.org>
5 Martín Ferrari <tincho@debian.org>,
6 Anthony Fok <foka@debian.org>
67 Build-Depends: debhelper (>= 9.0.0),
78 dh-golang (>= 1.10),
8 golang-go (>= 1.6),
9 golang-check.v1-dev,
10 Standards-Version: 3.9.7
11 Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-yaml.v2.git
12 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-yaml.v2.git/
9 golang-any (>= 2:1.6),
10 golang-gopkg-check.v1-dev
11 Standards-Version: 3.9.8
12 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-yaml.v2.git
13 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-yaml.v2.git
1314 Homepage: https://github.com/go-yaml/yaml/tree/v2
15 XS-Go-Import-Path: gopkg.in/yaml.v2
1416
1517 Package: golang-yaml.v2-dev
1618 Architecture: all
17 Depends: ${shlibs:Depends}, ${misc:Depends}, golang-check.v1-dev
19 Depends: ${shlibs:Depends}, ${misc:Depends}, golang-gopkg-check.v1-dev
1820 Built-Using: ${misc:Built-Using}
1921 Description: YAML support for the Go language
2022 The yaml package enables Go programs to very comfortably encode and