Provided by: dh-golang_1.13~0ubuntu0~14.04.1_all
NAME
dh_golang - Generates Built-Using substvar
SYNOPSIS
dh_golang [debhelper options]
DESCRIPTION
dh_golang is a debhelper program which adds the misc:Built-Using substvar based on the Build-Dependencies of your packages. Every package starting with golang is queried for the precise version number. As an example, if you Build-Depend on golang-pq-dev, the resulting misc:Built-Using value (aside from the precise version number) will look like this: golang (= 2:1.1.1-1), golang-pq-dev (= 0.0~git20130606-1),
NOTES
The best way to invoke dh_golang is by using dh --with=golang.
SEE ALSO
dh(1)
AUTHORS
Michael Stapelberg <stapelberg@debian.org>