Man page - dh_golang(1)

Packages contains this manual

Manual

DH_GOLANG

NAME
SYNOPSIS
DESCRIPTION
NOTES
SEE ALSO
AUTHORS

NAME

dh_golang - Generates Static-Built-Using substvar for Go programs

SYNOPSIS

dh_golang [ debhelper options ]

DESCRIPTION

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.

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

Debian::Debhelper::Buildsystem::golang (3pm), dh-make-golang (1), dh (1), deb-control (5)

AUTHORS

Michael Stapelberg <stapelberg@debian.org>
Debian Go Packaging Team <team+pkg-go@tracker.debian.org>