Provided by: dh-golang_1.53_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 dependencies of the package being built. It uses go list to determine the packages imported and dpkg-query to find the source package and version that provided that package.
NOTES
The best way to invoke dh_golang is by adding dh-sequence-golang to the package build dependencies and using dh or by using dh --with=golang.
SEE ALSO
dh(1), Debian::Debhelper::Buildsystem::golang(1).
AUTHORS
Michael Stapelberg <stapelberg@debian.org>