summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-08-22 17:25:10 +0000
committerhallgren <hallgren@chalmers.se>2012-08-22 17:25:10 +0000
commit098ddc129ea31f5708ffa5a333fea563e16336f2 (patch)
tree14f8661a2a7b973d9510248cd7947c543f38777a /debian/control
parent59c97c72b08d5c1fcdcf392c4eda90fcc2a2e2fa (diff)
Add 'make deb' to Makefile, for creating Debian packages
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.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 109c379da..8a27f49fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,10 @@
Source: gf
+Section: devel
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
+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
+Homepage: http://www.grammaticalframework.org/
Package: gf
Architecture: any
@@ -13,4 +14,3 @@ Description: Tools for GF, 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/