summaryrefslogtreecommitdiff
path: root/deb
Commit message (Collapse)AuthorAge
* Fixed typo in deb, osx stack.yaml.John MacFarlane2016-03-19
|
* Build vs pandoc-citeproc 0.9.1.1.John MacFarlane2016-03-19
|
* Build pandoc-citeproc 0.9.1 for binary pkgs.John MacFarlane2016-03-19
|
* Build binary packages with with latest texmath.John MacFarlane2016-03-19
|
* Depend on most recent aeson, highlighting-kate.John MacFarlane2016-03-19
| | | | These aren't in stackage yet.
* Use lts-5.8 resolver.John MacFarlane2016-03-19
|
* Removed aeson extra-dep from stack.yaml.John MacFarlane2016-02-09
|
* Changed aeson version in stack.yaml to 0.11.0.0.John MacFarlane2016-02-09
|
* Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.John MacFarlane2016-02-09
|
* Fixed typo in deb/stack.yaml.John MacFarlane2016-01-09
|
* deb/stack.yaml - use older aeson to avoid excessive memory use in compile.John MacFarlane2016-01-07
| | | | | With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM.
* deb/Makefile - make DEBPKGVER work.John MacFarlane2016-01-07
|
* debpkg - back to lts-3.20.John MacFarlane2016-01-07
| | | | | We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10.
* More deb packaging tweaks.John MacFarlane2016-01-07
|
* Minor tweak in how make_deb.sh is called.John MacFarlane2016-01-07
|
* deb/make_deb.sh - removed 'stack clean'.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
|
* Updated binary package stack.yamls to ensure pandoc-citeproc...John MacFarlane2016-01-03
| | | | | is built with embed_data_files. This fixes a problem with the original 1.16 binary packages.
* Updated stack.yaml files.John MacFarlane2016-01-02
| | | | | Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
* 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.