From 098ddc129ea31f5708ffa5a333fea563e16336f2 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 22 Aug 2012 17:25:10 +0000 Subject: 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. --- debian/control | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/control') 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 -Build-Depends: debhelper, autoconf, ghc6 (>= 6.4.1-1) -Standards-Version: 3.6.2 +Maintainer: Thomas Hallgren +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/ -- cgit v1.2.3