Skip to content
Snippets Groups Projects
rules 211 B
Newer Older
  • Learn to ignore specific revisions
  • ale's avatar
    ale committed
    #!/usr/bin/make -f
    
    
    ale's avatar
    ale committed
    export DH_VERBOSE := 1
    
    export DH_GOLANG_EXCLUDES := vendor
    
    ale's avatar
    ale committed
    export GO111MODULE := off
    
    ale's avatar
    ale committed
    
    %:
    
    ale's avatar
    ale committed
    	dh $@ --with=golang --buildsystem=golang
    
    ale's avatar
    ale committed
    
    override_dh_auto_install:
    	dh_auto_install -- --no-source