File: changelog

package info (click to toggle)
golang-yaml.v2 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, experimental, sid
  • size: 452 kB
  • sloc: makefile: 3
file content (134 lines) | stat: -rw-r--r-- 4,641 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
golang-yaml.v2 (2.4.0-1) unstable; urgency=medium

  * New upstream version 2.4.0
  * debian/control: Change Section from devel to golang
  * Bump Standards-Version to 4.5.1 (no change)

 -- Anthony Fok <foka@debian.org>  Wed, 02 Dec 2020 00:47:03 -0700

golang-yaml.v2 (2.3.0-1) unstable; urgency=medium

  [ Helmut Grohne ]
  * Mark golang-gopkg-yaml.v2-dev Multi-Arch: foreign. (Closes: #961564)

  [ Anthony Fok ]
  * New upstream version 2.3.0

 -- Anthony Fok <foka@debian.org>  Wed, 08 Jul 2020 19:41:34 -0600

golang-yaml.v2 (2.2.8-2) unstable; urgency=medium

  * Team upload.
  * Remove golang-gopkg-check.v1-dev from Depends.
    Only used for testing

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 23 Mar 2020 01:37:56 +0800

golang-yaml.v2 (2.2.8-1) unstable; urgency=medium

  * Team upload
  * New upstream version 2.2.8
  * Drop transitional package golang-yaml.v2-dev (Closes: #939240)
  * Update debhelper-compat to 12
  * Update Standards-Version to 4.5.0 (no changes)
  * Add Rules-Requires-Root

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 07 Feb 2020 16:36:32 +0800

golang-yaml.v2 (2.2.2-1) unstable; urgency=medium

  [ Martina Ferrari ]
  * debian/gbp.conf: Update repo standard.
  * debian/control: Tidying by wrap-and-sort.

  [ Anthony Fok ]
  * New upstream version 2.2.2
  * Install go.mod
  * Update Maintainer email address to team+pkg-go@tracker.debian.org
  * Bump Standards-Version to 4.2.1 (no change)

 -- Anthony Fok <foka@debian.org>  Thu, 20 Dec 2018 11:23:24 -0700

golang-yaml.v2 (2.2.1-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Anthony Fok ]
  * New upstream release 2.2.1
  * Apply "cme fix dpkg" fixes:
    - Bump Standards-Version from 4.0.0 to 4.1.3
    - Change source Priority from "extra" to "optional"
    - Add "Testsuite: autopkgtest-pkg-go"
    - Remove unneeded versioned dependencies
    - Rename license key from "MIT" to "Expat"
  * Activate debian/watch: Upstream has started releasing tarballs
  * Use debhelper (>= 11)
  * Bump Standards-Version to 4.1.4: Remove gen-orig-tgz
    (akin to get-orig-source) debian/rules target, etc.
  * Install new NOTICE file as required by the Apache-2.0 License
    (Fixes Lintian missing-notice-file-for-apache-license error)

 -- Anthony Fok <foka@debian.org>  Wed, 11 Apr 2018 05:17:28 -0600

golang-yaml.v2 (0.0+git20170407.0.cd8b52f-1) unstable; urgency=medium

  * New upstream version, with decode test fix for Go 1.8, see
    https://github.com/go-yaml/yaml/pull/217. (Closes: #866091)
  * Remove unnecessary Built-Using field for non-compiled -dev package
  * Bump Standards-Version to 4.0.0:
    Use https form of the copyright-format URL in debian/copyright.

 -- Anthony Fok <foka@debian.org>  Tue, 27 Jun 2017 14:50:04 -0600

golang-yaml.v2 (0.0+git20160928.0.a5b47d3-2) unstable; urgency=medium

  * Update debian/copyright to reflect upstream license change.
    Upstream switched from LGPL-3.0 to Apache-2.0 in May 2016,
    see https://github.com/go-yaml/yaml/issues/160 for details.

 -- Anthony Fok <foka@debian.org>  Fri, 14 Oct 2016 18:58:38 -0600

golang-yaml.v2 (0.0+git20160928.0.a5b47d3-1) unstable; urgency=medium

  * New upstream version.

 -- Anthony Fok <foka@debian.org>  Fri, 14 Oct 2016 18:02:52 -0600

golang-yaml.v2 (0.0+git20160301.0.a83829b-2) unstable; urgency=medium

  [ Martina Ferrari ]
  * debian/rules: Update gen-orig-tgz target.
  * Require dh-golang 1.10, for XS-Go-Import-Path.

  [ Anthony Fok ]
  * 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
  * Rename golang-yaml.v2-dev to golang-gopkg-yaml.v2-dev
    for pkg-go policy compliance.

 -- Anthony Fok <foka@debian.org>  Sat, 11 Jun 2016 12:30:22 -0600

golang-yaml.v2 (0.0+git20160301.0.a83829b-1) unstable; urgency=medium

  * Update to latest upstream commit to pull in fixes for golang-1.6
  * Upgrade to latest standards version in d/control

 -- Tim Potter <tpot@hpe.com>  Tue, 05 Apr 2016 18:59:30 -0400

golang-yaml.v2 (0.0+git20150627.7ad95dd-1) unstable; urgency=medium

  * Update to latest upstream commit, and upload to Debian.

 -- Martina Ferrari <tincho@debian.org>  Sat, 27 Jun 2015 07:03:38 +0000

golang-yaml.v2 (0.0~git20150225-1) unstable; urgency=low

  * Initial package. (Closes: #779237)

 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Wed, 25 Feb 2015 09:31:29 -0300