Hi, when building packages with debhelper-compat 14, dh-golang expects files to be in debian/$package instead of debian/tmp, thus the dh_install parts fail (or rather, don't do anything and dh_missing makes the build fail). It would be nice if you could update dh-golang to work with debhelper-compat 14. Regards, Daniel
Hi, neither adding dh-sequence-single-binary nor using '--with single-binary' works (seems dh-golang ignores both completely), it seems dh-golang currently doesn't work at all with debhelper-compat 14. Regards, Daniel