Hi, On Tue, Nov 15, 2022 at 05:54:03AM +0000, Debian Bug Tracking System wrote: > - drop the "Testsuite: autopkgtest-pkg-go" field, as there is nothing in > the binary package to be tested "as installed"
I think you can add autopkgtest-pkg-go back. It does support when no source is installed, it will use the source package then. There are still benefits. For example, when xq's Build-Depends are updated, then CI is scheduled to test building xq with the new Build-Depends. This may sound abusing autopkgtest, as it's designed for testing the installed packages. But as Go is static linked language, and the libraries are often not properly versioned (no soname), we can only find the breakage during the testing migration by watching the autopkgtest result.