Commit Graph

24 Commits

Author SHA1 Message Date
Thomas Hallgren
445aeb5f6b Final changes before the release of GF 3.9 2017-08-11 21:11:24 +02:00
hallgren
f051dcc613 Final changes for the GF 3.8 release
News item on the home page
Put the download page and release notes in place.
Add an entry in debian/changelog.
Update the version number in gf.cabal.
2016-06-22 11:13:06 +00:00
hallgren
9b1be2dd2c debian: add txt2tags to Build-Depends and run 'make html' as part of the build
This is to make sure that gf-web-api.html gets included in the .deb package
and is available locally in the GF cloud when running gf -server.
2016-06-16 13:54:15 +00:00
hallgren
1c2ab94ec5 Fix a problem building the Java binding when creating binary packages
Pass -I and -L flags to gcc so that the C run-time system can be found.

Also added a line in src/runtime/java/Makefile to install jpgf.jar.
2016-04-25 14:21:04 +00:00
hallgren
8905fb19db debian/control: dependency change from libtool to libtool-bin
It seems that nowadays the libtool executable is not included in the package
named libtool, instead it is in the libtool-bin package.
2016-04-13 14:39:33 +00:00
hallgren
7b6cf8e854 Changes to include the Java binding in binary distribution packages
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 15:01:11 +00:00
hallgren
ee78d566e2 debian/rules: workaround for a problem on Ubuntu 15.10 and 16.04
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
2016-04-12 13:25:17 +00:00
hallgren
74d8e9c6cf Bump version number to 3.7.1 and finalize documentation
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-10-02 10:15:02 +00:00
hallgren
4e9e7c2bdd Documentation updates for the release of GF 3.7 2015-06-25 12:10:47 +00:00
hallgren
e8ceba35b0 debian/changelog: updated for the release of GF 3.6 2014-06-21 17:10:24 +00:00
hallgren
8ba34cb652 debian/rules: a hack to put the python binding in the right directory
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 15:45:55 +00:00
hallgren
b953e782f6 debian/rules: fix bug that prevented the Python binding from being included 2014-06-19 13:39:03 +00:00
hallgren
e9869da5e2 Include the Python binding to the C run-time system in Debian packages 2014-06-19 00:43:53 +00:00
hallgren
7cc07b755b debian/rules: include the C run-time system when building .deb packages 2014-06-16 20:12:44 +00:00
hallgren
c836e04764 Update to version 3.5 in gf.cabal and debian/changelog 2013-08-06 15:42:57 +00:00
hallgren
75389953b8 debian/changelog: updated for GF 3.4 2013-01-30 17:20:46 +00:00
hallgren
f64009fbb3 update debian/changelog 2012-12-07 14:22:14 +00:00
hallgren
461b5d2f39 Add 'make deb' to Makefile, for creating Debian packages
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.
2012-08-22 17:25:10 +00:00
bringert
b307f86496 Added release number in debian/changelog. 2006-03-21 13:49:42 +00:00
bringert
e6686af2a6 Debian package: build and install gfdoc. 2006-03-21 13:01:58 +00:00
bringert
76b2fd19d3 Debian package: use install-gf 2006-03-21 10:49:59 +00:00
bringert
5ef05b0a92 Debian package: use prefix in isntall rule. 2006-03-21 10:48:54 +00:00
bringert
7b0d807422 Debian package: run configure and make in src/. 2006-03-21 10:30:19 +00:00
bringert
2734507e84 Added beginnings of debian packaging stuff. 2006-03-21 10:25:40 +00:00