From 0b9609e326d1f10df564acc124d98058f7a312db Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Wed, 30 Mar 2016 09:52:59 +1100 Subject: [PATCH] Added GO15VENDOREXPERIMENT=0 to dpkg dh build, follow-on from #1025. Signed-off-by: Brett Randall --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 44e65ea7..85555c35 100755 --- a/debian/rules +++ b/debian/rules @@ -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)