DH_GOLANG(1p) | User Contributed Perl Documentation | DH_GOLANG(1p) |
dh_golang - Generates Static-Built-Using substvar for Go programs
dh_golang [debhelper options]
dh_golang is a debhelper program which adds the misc:Static-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.
dh_golang started out in 2013 by generating the misc:Built-Using substvar, but it was clarified Debian Policy in 2017 that the Built-Using field was intended only for license-required dependencies, hence the switch to the new Static-Built-Using field in 2022.
For backward compatibility, dh_golang will continue to generate the misc:Built-Using substvar until all Go packages have transitioned to misc:Static-Built-Using.
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.
dh(1), Debian::Debhelper::Buildsystem::golang(1), deb-control(5).
2023-08-29 | perl v5.36.0 |