Skip to content
Snippets Groups Projects
Select Git revision
  • c2ee0fedce84b5988c515d697aa7b7fa4ba6fa75
  • master default protected
  • lintian-fixes
  • renovate/github.com-miekg-dns-1.x
  • renovate/golang.org-x-crypto-digest
5 results

rules

Blame
  • Forked from ai3 / tools / acmeserver
    76 commits behind the upstream repository.
    rules 351 B
    #!/usr/bin/make -f
    
    export DH_GOPKG = git.autistici.org/ai3/tools/acmeserver
    export DH_GOLANG_EXCLUDES = vendor
    
    
    %:
    	dh $@ --with systemd --with golang --buildsystem golang
    
    override_dh_auto_install:
    	dh_auto_install -- --no-source
    
    override_dh_systemd_enable:
    	dh_systemd_enable --no-enable
    
    override_dh_systemd_start:
    	dh_systemd_start --no-start