Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |