summaryrefslogtreecommitdiff
path: root/debian/control
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-13debian/control: dependency change from libtool to libtool-binhallgren
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-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.
2014-06-19Include the Python binding to the C run-time system in Debian 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-21Added beginnings of debian packaging stuff.bringert