<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 26, 2021 at 10:44 AM Shengjing Zhu <<a href="mailto:zhsj@debian.org">zhsj@debian.org</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
So for podman, it can either keep this line and drop<br>
autopkgtest-pkg-go, or write Makefile in a way that autopkgtest-pkg-go<br>
can recognize.<br></blockquote><div><br></div><div class="gmail_default" style="font-family:"courier new",monospace">I suppose the issue is around here:</div><div class="gmail_default" style="font-family:"courier new",monospace"><a href="https://salsa.debian.org/go-team/packages/dh-golang/-/blob/21002d72bfeab16a7f86696a585e04aa12803585/script/dh_golang_autopkgtest#L40-45">https://salsa.debian.org/go-team/packages/dh-golang/-/blob/21002d72bfeab16a7f86696a585e04aa12803585/script/dh_golang_autopkgtest#L40-45</a><br></div><div class="gmail_default" style="font-family:"courier new",monospace"><br></div><div class="gmail_default" style="font-family:"courier new",monospace">the issue is that the testsuite is literally invoking debian/rules (with the options -pRfq), and the `$(info ...)` statement is producing additional output that confuses the awk script from the debhelper.</div><div class="gmail_default" style="font-family:"courier new",monospace"><br></div><div class="gmail_default" style="font-family:"courier new",monospace">I don't see a good solution to that other than rewriting dh_golang_autopkgtest.<br><br>-rt</div></div></div>