diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2020-11-30 22:00:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 22:00:00 +0100 |
| commit | 491084e38ea9c3127f184f9e19e492157e99a334 (patch) | |
| tree | 52615782f79df649783c5ed5b258b30e26a36ec9 /debian/control | |
| parent | 37c63a0c22ccc73e60222335263c702873b6af2c (diff) | |
| parent | a7a6eb55811a234a46b650b77357f0589ba6a46b (diff) | |
Merge pull request #88 from GrammaticalFramework/build-binary-packages
Build binary packages
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index a07187983..12eb6b9d9 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ 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, autoconf, automake, libtool-bin, python-dev, java-sdk, txt2tags, pandoc +Build-Depends: debhelper (>= 5), haskell-platform (>= 2011.2.0.1), libghc-haskeline-dev, libghc-mtl-dev, libghc-json-dev, autoconf, automake, libtool-bin, python-dev, java-sdk Homepage: http://www.grammaticalframework.org/ Package: gf Architecture: any Depends: ${shlibs:Depends} Description: Tools for GF, a grammar formalism based on type theory - Grammatical Framework (GF) is a grammar formalism based on type theory. + Grammatical Framework (GF) is a grammar formalism based on type theory. It consists of a special-purpose programming language, a compiler of the language, and a generic grammar processor. . |
