Added GO15VENDOREXPERIMENT=0 to dpkg dh build, follow-on from #1025.

Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
Brett Randall 2016-03-30 09:52:59 +11:00
parent cc41ca5413
commit 0b9609e326

1
debian/rules vendored

@ -1,6 +1,7 @@
#!/usr/bin/make -f
export DH_OPTIONS
export GO15VENDOREXPERIMENT=0
#dh_golang doesn't do this for you
ifeq ($(DEB_HOST_ARCH), i386)