~mwhudson/ubuntu/xenial/juju-core/mwhudson

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Hudson-Doyle
  • Date: 2016-04-19 04:11:19 UTC
  • Revision ID: michael.hudson@canonical.com-20160419041119-gulqkm5ypd08da65
just to be clear, this is what i tested and it passed

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
%:
26
26
        dh $@ --with=golang
27
27
 
28
 
COMMON_FLAGS:= -x -v -work
 
28
COMMON_FLAGS:= -v
29
29
golang_archs:= amd64 i386 armhf s390x ppc64el arm64
30
30
ifeq (,$(filter $(DEB_HOST_ARCH), $(golang_archs)))
31
31
# NOTE(james-page) statically link libgo for the jujud binary for gccgo