Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-07 | deb/Makefile - make DEBPKGVER work. | John MacFarlane | 1 | -1/+1 | |
2016-01-07 | debpkg - back to lts-3.20. | John MacFarlane | 1 | -1/+1 | |
We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10. | |||||
2016-01-07 | More deb packaging tweaks. | John MacFarlane | 2 | -3/+1 | |
2016-01-07 | Minor tweak in how make_deb.sh is called. | John MacFarlane | 1 | -1/+1 | |
2016-01-07 | deb/make_deb.sh - removed 'stack clean'. | John MacFarlane | 1 | -2/+1 | |
2016-01-07 | make_deb.sh - use --install-ghc flag instead of stack setup. | John MacFarlane | 2 | -4/+3 | |
2016-01-07 | deb pkg generation improvements. | John MacFarlane | 3 | -3/+70 | |
Allow setting DEBPKGVER. Bump to stack lts-4.0. Make output verbose. | |||||
2016-01-07 | deb/Makefile: Renamed COMMIT -> TREE | John MacFarlane | 1 | -2/+2 | |
2016-01-03 | Updated binary package stack.yamls to ensure pandoc-citeproc... | John MacFarlane | 1 | -1/+1 | |
is built with embed_data_files. This fixes a problem with the original 1.16 binary packages. | |||||
2016-01-02 | Updated stack.yaml files. | John MacFarlane | 1 | -2/+3 | |
Use latest resolver. Use latest pandoc-citeproc and pandoc-types release. | |||||
2015-12-30 | stack.yaml - use simpler extra-deps field. | John MacFarlane | 1 | -2/+2 | |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -0/+2 | |
Closes #2605. | |||||
2015-12-13 | Use lts-3.18 in stack.yamls. | John MacFarlane | 1 | -1/+1 | |
2015-12-01 | Use lts-3.16. | John MacFarlane | 1 | -1/+1 | |
2015-11-15 | Build deb pkg on wheezy so we require a lower libc version. | John MacFarlane | 3 | -4/+4 | |
2015-11-15 | deb/Vagrantfile improvements. | John MacFarlane | 1 | -2/+3 | |
- Reduce memory size. - Retrieve key. | |||||
2015-11-15 | Vagrantfile: Install certificates needed for stack to work. | John MacFarlane | 3 | -0/+57 | |
2015-11-14 | Use latest pandoc-citeproc in deb and osx packages. | John MacFarlane | 1 | -1/+1 | |
2015-11-14 | Use latest pandoc-citeproc in osx, deb packages. | John MacFarlane | 1 | -2/+2 | |
2015-11-13 | Use current pandoc-citeproc for deb and osx packages. | John MacFarlane | 1 | -1/+1 | |
2015-11-12 | Debian: added configurable VAGRANTBOX env variable. | John MacFarlane | 2 | -2/+3 | |
This should make it easy to build in different virtual machines, e.g. 32-bit. | |||||
2015-10-24 | deb/Makefile: added 'clean'. | John MacFarlane | 1 | -1/+4 | |
2015-10-24 | deb/Vagrantfile: share .., so we can put the deb there. | John MacFarlane | 1 | -1/+1 | |
2015-10-24 | Added Vagrantfile for building deb in vm. | John MacFarlane | 2 | -0/+81 | |
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. | |||||
2015-10-24 | Changed path . to .. in deb/osx stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2015-10-24 | Changes for deb and osx package generators. | John MacFarlane | 1 | -0/+17 | |
- Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options. | |||||
2015-01-26 | Add Installed-Size to debian package control file. | John MacFarlane | 1 | -0/+1 | |
This should help with warnings from Ubuntu 14.04 Software Center. See #1900. | |||||
2014-12-19 | Removed extra spaces in deb/control.in. | John MacFarlane | 1 | -11/+11 | |
2014-12-17 | More improvements to debpkg target. | John MacFarlane | 1 | -1/+1 | |
The generated deb has been confirmed to install and run on a fresh ubuntu/trusty64 vagrant box. | |||||
2014-12-17 | Improved make_deb.sh. | John MacFarlane | 1 | -1/+1 | |
2014-12-17 | Changed make_binary_package -> make_deb. | John MacFarlane | 1 | -0/+19 | |
Added deb/control.in. |