summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-03-21 10:25:40 +0000
committerbringert <bringert@cs.chalmers.se>2006-03-21 10:25:40 +0000
commitcf2c5641a26fa53178d5e9d8016fb606956b4e25 (patch)
treec9435311dfae048105410553b4ebbf137b9f0ee4 /debian/control
parent6d13bb9e3c93634a20f810d04484a221c495f16f (diff)
Added beginnings of debian packaging stuff.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..109c379da
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: gf
+Priority: optional
+Section: science
+Maintainer: Bjorn Bringert <bringert@cs.chalmers.se>
+Build-Depends: debhelper, autoconf, ghc6 (>= 6.4.1-1)
+Standards-Version: 3.6.2
+
+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.
+ It consists of a special-purpose programming language,
+ a compiler of the language, and a generic grammar processor.
+ .
+ Homepage: http://www.cs.chalmers.se/~aarne/GF/