Bug#793829:

2015-07-27 Thread Michael Hudson-Doyle
Here's a patch which fixes things in my testing. diff -Nru gocode-20150303/debian/changelog gocode-20150303/debian/changelog --- gocode-20150303/debian/changelog2015-05-27 21:25:48.0 + +++ gocode-20150303/debian/changelog2015-07-27 22:58:17.0 + @@ -1,3 +1,9 @@

Bug#793829: gocode: fails to build with Go 1.5

2015-07-27 Thread Michael Hudson-Doyle
Source: gocode Version: 20150303-2 Severity: normal Dear Maintainer, The package fails to build with Go 1.5 because debian/rules appears to think make is shell and sets GOPATH to '`pwd`'. Go 1.5 is stricter about detecting bogus GOPATH values and the build fails. The fix is to remove chunks of