github.com/tdcblockchain/tdcblockchain@v0.0.0-20191111034745-805c65ade158/build/deb/ethereum/deb.rules (about)

     1  #!/usr/bin/make -f
     2  # -*- makefile -*-
     3  
     4  # Uncomment this to turn on verbose mode.
     5  #export DH_VERBOSE=1
     6  
     7  # Launchpad rejects Go's access to $HOME/.cache, use custom folder
     8  export GOCACHE=/tmp/go-build
     9  
    10  override_dh_auto_build:
    11  	build/env.sh /usr/lib/go-1.11/bin/go run build/ci.go install -git-commit={{.Env.Commit}} -git-branch={{.Env.Branch}} -git-tag={{.Env.Tag}} -buildnum={{.Env.Buildnum}} -pull-request={{.Env.IsPullRequest}}
    12  
    13  override_dh_auto_test:
    14  
    15  %:
    16  	dh $@