File: changelog

package info (click to toggle)
golang-github-clbanning-mxj 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,200 kB
  • sloc: xml: 176; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,921 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
golang-github-clbanning-mxj (2.7.0-1) unstable; urgency=medium

  * New upstream version 2.7.0
  * Set XS-Go-Import-Path to github.com/clbanning/mxj/v2 as per go.mod
  * Add patch to use v2 in import paths, and run "go mod tidy";
    see https://github.com/clbanning/mxj/pull/116
  * Add missing build dependency: golang-github-google-go-cmp-dev

 -- Anthony Fok <foka@debian.org>  Mon, 09 Oct 2023 16:00:19 -0600

golang-github-clbanning-mxj (2.5.7-1) unstable; urgency=medium

  * New upstream version 2.5.7
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <foka@debian.org>  Mon, 23 Jan 2023 07:47:57 -0700

golang-github-clbanning-mxj (2.5.6-1) unstable; urgency=medium

  * New upstream version 2.5.6
  * Reorder fields in debian/control and debian/copyright
  * Bump Standards-Version to 4.6.1 (no change)
  * Remove the "rm -r deprecate" workaround in debian/rules
    as the directory has been renamed to _deprecate upstream

 -- Anthony Fok <foka@debian.org>  Thu, 23 Jun 2022 21:55:30 -0600

golang-github-clbanning-mxj (2.5.5-3) unstable; urgency=medium

  * debian/rules: Remove the "deprecate" directory outright.
    My previous "mv deprecate _deprecate" trick caused autopkgtest to fail
    as the rename is already stored in the binary deb package.
    deprecate/stuff.go is an incomplete Go file and causes "go list ./..."
    to fail with "deprecate/stuff.go:4:1: expected 'package', found 'func'"
    error.  Adding "deprecate" to DH_GOLANG_EXCLUDES does not help.

 -- Anthony Fok <foka@debian.org>  Fri, 17 Dec 2021 14:55:48 -0700

golang-github-clbanning-mxj (2.5.5-2) unstable; urgency=medium

  * Source-only upload for migration to testing

 -- Anthony Fok <foka@debian.org>  Thu, 16 Dec 2021 00:07:23 -0700

golang-github-clbanning-mxj (2.5.5-1) unstable; urgency=medium

  * Initial release (Closes: #1001089)

 -- Anthony Fok <foka@debian.org>  Fri, 03 Dec 2021 21:03:05 -0700