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
|
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
|