Thomas Hallgren
2d85550e54
Final changes before the release of GF 3.9
2017-08-11 21:11:24 +02:00
hallgren
ee9fcef787
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
e608a63f80
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
41171be5a6
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
83d878a636
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
1454953391
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
94b8ebf402
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
1b2dfbb6d8
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
2643f3cee6
Documentation updates for the release of GF 3.7
2015-06-25 12:10:47 +00:00
hallgren
03274b76d3
debian/changelog: updated for the release of GF 3.6
2014-06-21 17:10:24 +00:00
hallgren
f743217a54
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
5b325659f8
debian/rules: fix bug that prevented the Python binding from being included
2014-06-19 13:39:03 +00:00
hallgren
2feb552925
Include the Python binding to the C run-time system in Debian packages
2014-06-19 00:43:53 +00:00
hallgren
6c40e0ac37
debian/rules: include the C run-time system when building .deb packages
2014-06-16 20:12:44 +00:00
hallgren
824fbee593
Update to version 3.5 in gf.cabal and debian/changelog
2013-08-06 15:42:57 +00:00
hallgren
9c63cb9e2c
debian/changelog: updated for GF 3.4
2013-01-30 17:20:46 +00:00
hallgren
46b634f256
update debian/changelog
2012-12-07 14:22:14 +00:00
hallgren
098ddc129e
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
789ce01032
Added release number in debian/changelog.
2006-03-21 13:49:42 +00:00
bringert
385774a6b7
Debian package: build and install gfdoc.
2006-03-21 13:01:58 +00:00
bringert
1b28230449
Debian package: use install-gf
2006-03-21 10:49:59 +00:00
bringert
9cb1998948
Debian package: use prefix in isntall rule.
2006-03-21 10:48:54 +00:00
bringert
b87b82fbd9
Debian package: run configure and make in src/.
2006-03-21 10:30:19 +00:00
bringert
cf2c5641a2
Added beginnings of debian packaging stuff.
2006-03-21 10:25:40 +00:00