diff options
| author | hallgren <hallgren@chalmers.se> | 2016-04-12 15:01:11 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2016-04-12 15:01:11 +0000 |
| commit | 145495339155ac97c4dfb4e3401fdca635980311 (patch) | |
| tree | 758edffc5a9ee21851e845e0d9fb5941d2ae90ce /debian/control | |
| parent | 94b8ebf40215e477cf625d55e83b1c718e406e08 (diff) | |
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.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index dd688bc3f..fa7b7a1b1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Thomas Hallgren <hallgren@chalmers.se> Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 5), haskell-platform (>= 2011.2.0.1), libghc-haskeline-dev, libghc-mtl-dev, libghc-json-dev, python-dev, autoconf, libtool +Build-Depends: debhelper (>= 5), haskell-platform (>= 2011.2.0.1), libghc-haskeline-dev, libghc-mtl-dev, libghc-json-dev, autoconf, automake, libtool, python-dev, java-sdk Homepage: http://www.grammaticalframework.org/ Package: gf |
