golang-github-google-wire (0.5.0-2) unstable; urgency=medium * Update record/replay files for Go 1.18. This fixes error message mismatch in TestWire/InterfaceBindingNotEnoughArgs and TestWire/InterfaceValueNotEnoughArgs which caused FTBFS with Go 1.18. Thanks to Lucas Nussbaum for the bug report! (Closes: #1008413) * Reorder fields in debian/control -- Anthony Fok Tue, 12 Apr 2022 07:26:05 -0600 golang-github-google-wire (0.5.0-1) unstable; urgency=medium * New upstream version 0.5.0 * Fix filenamemangle error in debian/watch * Refresh 0001-update-record-replay-files-for-go1.17.patch to the original commit by Robert van Gent in https://github.com/google/wire/pull/310 * Limit concurrency in tests on armhf with GOMAXPROCS=32 which was tested to work on the 160-core armhf autopkgtest worker in golang-github-google-wire/0.5.0-1~exp3. This fixes my failed attempt in 0.4.0-5 because I foolishly deviated from Reinhard Tartler’s solution in #995277 by not setting GOMAXPROCS. "dh_auto_test --max-parallel=32", which translates to "go test -p 32", does not work because there is only one test package/binary, wire.test. -- Anthony Fok Wed, 01 Dec 2021 12:11:02 -0700 golang-github-google-wire (0.4.0-5) unstable; urgency=medium * Use dh-sequence-golang instead of dh-golang and --with=golang * Limit concurrency in tests. This is to avoid out-of-memory error on the armhf autopkgtest worker "ci-worker-armel-01" which has 160 cores (See discussions at #995277) Thanks to Reinhard Tartler for the solution! -- Anthony Fok Tue, 30 Nov 2021 04:38:50 -0700 golang-github-google-wire (0.4.0-4) unstable; urgency=medium * Update record/play files for Go 1.17 to resolve FTBFS. This is equivalent to https://github.com/google/wire/pull/310 but backported or regenerated for v0.4.0 using the command "go test ./... -record" (Closes: #997562) * Change Section from devel to golang * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)" * List usr/bin/wire, which is renamed to usr/bin/google-wire, in debian/not-installed to avoid dh_missing error with debhelper compatibility level 13 * Bump Standards-Version to 4.6.0 (no change) * Mark library package with "Multi-Arch: foreign" -- Anthony Fok Sun, 28 Nov 2021 04:53:24 -0700 golang-github-google-wire (0.4.0-3) unstable; urgency=medium * Rename /usr/bin/wire to /usr/bin/google-wire to avoid filename clash with the wire binary package from the go-wire source package, from github.com/tendermint/go-wire (Closes: #953360) -- Anthony Fok Sun, 08 Mar 2020 13:38:08 -0600 golang-github-google-wire (0.4.0-2) unstable; urgency=medium * Source-only upload for migration to testing -- Anthony Fok Sun, 08 Mar 2020 06:03:45 -0600 golang-github-google-wire (0.4.0-1) unstable; urgency=medium * Initial release (Closes: #952490) -- Anthony Fok Mon, 24 Feb 2020 17:02:55 -0700