summaryrefslogtreecommitdiff
path: root/deb
Commit message (Collapse)AuthorAge
...
* stack.yaml - use simpler extra-deps field.John MacFarlane2015-12-30
|
* Use cmark 0.5.John MacFarlane2015-12-29
| | | | Closes #2605.
* Use lts-3.18 in stack.yamls.John MacFarlane2015-12-13
|
* Use lts-3.16.John MacFarlane2015-12-01
|
* Build deb pkg on wheezy so we require a lower libc version.John MacFarlane2015-11-15
|
* deb/Vagrantfile improvements.John MacFarlane2015-11-15
| | | | | - Reduce memory size. - Retrieve key.
* Vagrantfile: Install certificates needed for stack to work.John MacFarlane2015-11-15
|
* Use latest pandoc-citeproc in deb and osx packages.John MacFarlane2015-11-14
|
* Use latest pandoc-citeproc in osx, deb packages.John MacFarlane2015-11-14
|
* Use current pandoc-citeproc for deb and osx packages.John MacFarlane2015-11-13
|
* 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
|
* deb/Vagrantfile: share .., so we can put the deb there.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.
* Changed path . to .. in deb/osx stack.yaml.John MacFarlane2015-10-24
|
* Changes for deb and osx package generators.John MacFarlane2015-10-24
| | | | | | - Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options.
* Add Installed-Size to debian package control file.John MacFarlane2015-01-26
| | | | | This should help with warnings from Ubuntu 14.04 Software Center. See #1900.
* Removed extra spaces in deb/control.in.John MacFarlane2014-12-19
|
* More improvements to debpkg target.John MacFarlane2014-12-17
| | | | | The generated deb has been confirmed to install and run on a fresh ubuntu/trusty64 vagrant box.
* Improved make_deb.sh.John MacFarlane2014-12-17
|
* Changed make_binary_package -> make_deb.John MacFarlane2014-12-17
Added deb/control.in.