diff options
| author | hallgren <hallgren@chalmers.se> | 2016-06-16 13:54:15 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2016-06-16 13:54:15 +0000 |
| commit | e608a63f808cd062a2485dbd3aea157f014d3582 (patch) | |
| tree | 868938aade1bd31c3ddce1add27f8c76fc04dd32 /debian/control | |
| parent | 041b1b24e5d46716056af00de31281398421c923 (diff) | |
debian: add txt2tags to Build-Depends and run 'make html' as part of the build
This is to make sure that gf-web-api.html gets included in the .deb package
and is available locally in the GF cloud when running gf -server.
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 f11312a55..76853e7f8 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, autoconf, automake, libtool-bin, python-dev, java-sdk +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 Homepage: http://www.grammaticalframework.org/ Package: gf |
