Skip to content

Instantly share code, notes, and snippets.

@HouzuoGuo
Created August 31, 2018 12:29
Show Gist options
  • Save HouzuoGuo/07023ea2aa584c13fc4539d29ca2effc to your computer and use it in GitHub Desktop.
Save HouzuoGuo/07023ea2aa584c13fc4539d29ca2effc to your computer and use it in GitHub Desktop.
Example rules file of laitos software package for Debian
#!/usr/bin/make -f
export DH_VERBOSE = 1
export DH_GOPKG := github.com/HouzuoGuo/laitos
%:
dh $@ --buildsystem=golang --with=golang
override_dh_auto_install:
dh_auto_install -- --no-source
override_dh_auto_test:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment