GO!
Packaging DEB
sudo apt install git-buildpackage
- Create directory
./debian
- Create changelog with
dch --create
sudo apt install dh-golang
Example rules:
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --builddirectory=_build
Check out Debian Go-Team Packaging