summaryrefslogtreecommitdiff
path: root/deb/Makefile
Commit message (Collapse)AuthorAge
* deb/Makefile - make DEBPKGVER work.John MacFarlane2016-01-07
|
* More deb packaging tweaks.John MacFarlane2016-01-07
|
* Minor tweak in how make_deb.sh is called.John MacFarlane2016-01-07
|
* make_deb.sh - use --install-ghc flag instead of stack setup.John MacFarlane2016-01-07
|
* deb pkg generation improvements.John MacFarlane2016-01-07
| | | | | | Allow setting DEBPKGVER. Bump to stack lts-4.0. Make output verbose.
* deb/Makefile: Renamed COMMIT -> TREEJohn MacFarlane2016-01-07
|
* Build deb pkg on wheezy so we require a lower libc version.John MacFarlane2015-11-15
|
* Debian: added configurable VAGRANTBOX env variable.John MacFarlane2015-11-12
| | | | | This should make it easy to build in different virtual machines, e.g. 32-bit.
* deb/Makefile: added 'clean'.John MacFarlane2015-10-24
|
* Added Vagrantfile for building deb in vm.John MacFarlane2015-10-24
This should help in automating binary package creation. 'make package' will make the package. 'make package COMMIT=blah' will make the package from commit blah.