Closed ctdk closed 10 years ago
Once I get all your dependencies packaged, I've pretty much got debian packaging down. Should make ubuntu and debian installation as simple as adding a ppa and apt-getting.
@josephholsten why are the deps a required package ? they are built into the binary. do the ubuntu packages actually build from source on the install ?
@spheromak yep. they use a crazy GOPATH
of /usr/share/gocode
, see http://pkg-go.alioth.debian.org/packaging.html for more excitement!
If I just wanted a deb, I could use FPM. But since I want stuff like this to really get into the distros, I'm jumping through hoops to make them happy. I think part of it is ensuring that if a dependency has a security fix, they can make sure they rebuild using their patched version, not whatever happens to be available through go get.
ah it makes sense in that regard thanks for the clarification @josephholsten
Binaries are attached now, and will be from here on out.
:+1: