<div dir="ltr">I think the problem might be <a href="https://github.com/Debian/dh-make-golang/blob/1221041fd15c552f370d14fbb1dc24699d57a467/make.go#L239">https://github.com/Debian/dh-make-golang/blob/1221041fd15c552f370d14fbb1dc24699d57a467/make.go#L239</a> — can you try what happens if you just comment out <a href="https://github.com/Debian/dh-make-golang/blob/1221041fd15c552f370d14fbb1dc24699d57a467/make.go#L239-L245">https://github.com/Debian/dh-make-golang/blob/1221041fd15c552f370d14fbb1dc24699d57a467/make.go#L239-L245</a>?<div><br></div><div>If that helps, we should just call git config <a href="http://user.name/user.email">user.name/user.email</a> when getDebianName and getDebianEmail return "TODO".</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 30, 2015 at 1:49 AM, Jacob Marble <span dir="ltr"><<a href="mailto:jacobmarble@google.com" target="_blank">jacobmarble@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From a fresh unstable VM, I tried to get some practice using<br>
dh-make-golang so that I can eventually package my own project. This<br>
seems like the kind of thing that is obvious to someone, but I'm<br>
stumped.<br>
<br>
I'm following Michael's guide at<br>
<a href="https://people.debian.org/~stapelberg/2015/07/27/dh-make-golang.html" rel="noreferrer" target="_blank">https://people.debian.org/~stapelberg/2015/07/27/dh-make-golang.html</a><br>
<br>
<quote><br>
user@debian:/tmp$ git config --get user.email<br>
<a href="mailto:jacobmarble@google.com">jacobmarble@google.com</a><br>
user@debian:/tmp$ git config --get <a href="http://user.name" rel="noreferrer" target="_blank">user.name</a><br>
Jacob Marble<br>
user@debian:/tmp$ dh-make-golang <a href="http://github.com/golang/example" rel="noreferrer" target="_blank">github.com/golang/example</a><br>
2015/10/29 17:31:58 Downloading "<a href="http://github.com/golang/example/.." rel="noreferrer" target="_blank">github.com/golang/example/..</a>."<br>
2015/10/29 17:31:59 Determining upstream version number<br>
2015/10/29 17:31:59 Package version is "0.0~git20150610.0.fef4da8"<br>
2015/10/29 17:31:59 Determining package type<br>
2015/10/29 17:31:59 Determining dependencies<br>
gbp:error: Failed to commit tree:<br>
*** Please tell me who you are.<br>
<br>
Run<br>
<br>
  git config --global user.email "<a href="mailto:you@example.com">you@example.com</a>"<br>
  git config --global <a href="http://user.name" rel="noreferrer" target="_blank">user.name</a> "Your Name"<br>
<br>
to set your account's default identity.<br>
Omit --global to set the identity only in this repository.<br>
<br>
fatal: empty ident name (for <@debian>) not allowed<br>
<br>
2015/10/29 17:31:59 Could not create git repository: exit status 1<br>
user@debian:/tmp$<br>
</quote><br>
<br>
Jacob<br>
<br>
_______________________________________________<br>
Pkg-go-maintainers mailing list<br>
<a href="mailto:Pkg-go-maintainers@lists.alioth.debian.org">Pkg-go-maintainers@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers" rel="noreferrer" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Best regards,<br>Michael</div>
</div>