Skip to content

Commit cf637d0

Browse files
committed
Merge pull request git-lfs#1115 from javabrett/debian-dpkg-go-1.6
Added GO15VENDOREXPERIMENT=0 to dpkg dh build, follow-on from git-lfs#1025.
2 parents cc41ca5 + 0b9609e commit cf637d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/make -f
22

33
export DH_OPTIONS
4+
export GO15VENDOREXPERIMENT=0
45

56
#dh_golang doesn't do this for you
67
ifeq ($(DEB_HOST_ARCH), i386)

0 commit comments

Comments
 (0)