Bug#961755: dh-golang: dh_golang_autopkgtest no longer detects debian/rules targets with make-4.3

2020-05-28 Thread Michael Banck
On Thu, May 28, 2020 at 09:57:04PM +0200, Michael Banck wrote: > with make_4.2.3-1: I meant 4.2.1-1.3. > |# make -pRrq -f debian/rules : | awk -v RS= -F: '/^# File/,/^# Finished Make > data base/ { if ($1 !~ "^[#.]") {print $1} }' > | > |autopkgtest > |build > |override_dh_auto_test >

Bug#961755: dh-golang: dh_golang_autopkgtest no longer detects debian/rules targets with make-4.3

2020-05-28 Thread Michael Banck
Package: dh-golang Version: 1.48 Severity: important Dear Maintainer, dh_golang_autopkgtest's prepar() function tries to determine the targets in debian/rules. In current unstable, TARGETS= is empty and it exits out silently with return code 1 (due to set -e at the top I think). with