summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2016-06-16debian: add txt2tags to Build-Depends and run 'make html' as part of the buildhallgren
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-04-25Fix a problem building the Java binding when creating binary packageshallgren
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-12Changes to include the Java binding in binary distribution packageshallgren
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-12debian/rules: workaround for a problem on Ubuntu 15.10 and 16.04hallgren
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
2014-06-19debian/rules: a hack to put the python binding in the right directoryhallgren
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-19debian/rules: fix bug that prevented the Python binding from being includedhallgren
2014-06-19Include the Python binding to the C run-time system in Debian packageshallgren
2014-06-16debian/rules: include the C run-time system when building .deb packageshallgren
2012-08-22Add 'make deb' to Makefile, for creating Debian packageshallgren
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-21Debian package: build and install gfdoc.bringert
2006-03-21Debian package: use install-gfbringert
2006-03-21Debian package: use prefix in isntall rule.bringert
2006-03-21Debian package: run configure and make in src/.bringert
2006-03-21Added beginnings of debian packaging stuff.bringert