Add instructions for bulding a deb

This commit is contained in:
Stephen Gelman 2015-05-15 11:19:03 -05:00
parent a5acd518f0
commit c6a6c684ac

@ -10,3 +10,10 @@ getting the right version of Ruby.
Earlier versions of CentOS and Debian/Ubuntu have trouble building go, so they
are non-starters.
## Building a deb
A debian package can be built by running `dpkg-buildpackage -us -uc` from the
root of the repo. It is currently confirmed to work on Debian jessie and
wheezy. On wheezy it requires `wheezy-backports` versions of `dh-golang`,
`git`, and `golang`.