| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-12 | Changes to include the Java binding in binary distribution packages | hallgren | |
| This means that you now need to have a Java SDK installed to build a Debian package. The bin/build-binary-dist.sh (which builds bintar packages and OS X installer packages) now skips the Python binding if python is not installed. Likewise it skips the Java binding if a Java SDK is not installed. | |||
| 2016-04-12 | debian/rules: workaround for a problem on Ubuntu 15.10 and 16.04 | hallgren | |
| dh_shlibdeps has a problem finding which package some of the Haskell libraries come from, even though dpkg-query -S has no problem finding them. But the gf executable is statically linked against the Haskell libraries, so it will work even if these shared libraries aren't installed. But there will be a problem if other shared libraries are missing (.e.g. libtinfo, libgmp), so we need a better solution than simply ignoring all dependency problems... See also http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for | |||
| 2015-10-02 | Bump version number to 3.7.1 and finalize documentation | hallgren | |
| Updated version number in gf.cabal and update debian/changelog News item on home page (index.html) Some last minute edits on the download page Move the new release notes and download page in place. | |||
| 2015-06-25 | Documentation updates for the release of GF 3.7 | hallgren | |
| 2014-06-21 | debian/changelog: updated for the release of GF 3.6 | hallgren | |
| 2014-06-19 | debian/rules: a hack to put the python binding in the right directory | hallgren | |
| The setup.py script puts it under site-packages, but python only looks under dist-packages... Also some minor changes for 'make deb' in Makefile | |||
| 2014-06-19 | debian/rules: fix bug that prevented the Python binding from being included | hallgren | |
| 2014-06-19 | Include the Python binding to the C run-time system in Debian packages | hallgren | |
| 2014-06-16 | debian/rules: include the C run-time system when building .deb packages | hallgren | |
| 2013-08-06 | Update to version 3.5 in gf.cabal and debian/changelog | hallgren | |
| 2013-01-30 | debian/changelog: updated for GF 3.4 | hallgren | |
| 2012-12-07 | update debian/changelog | hallgren | |
| 2012-08-22 | Add 'make deb' to Makefile, for creating Debian packages | hallgren | |
| Also updated the debian/* files. It should now be easy to create Debian packages under Ubuntu 11.10 & 12.04. See also the notes in the Makefile. | |||
| 2006-03-21 | Added release number in debian/changelog. | bringert | |
| 2006-03-21 | Debian package: build and install gfdoc. | bringert | |
| 2006-03-21 | Debian package: use install-gf | bringert | |
| 2006-03-21 | Debian package: use prefix in isntall rule. | bringert | |
| 2006-03-21 | Debian package: run configure and make in src/. | bringert | |
| 2006-03-21 | Added beginnings of debian packaging stuff. | bringert | |
