diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2018-12-03 15:52:52 +0100 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2018-12-03 15:52:52 +0100 |
| commit | 52bc0f566ee37e8837e823b31b953ae239aacb59 (patch) | |
| tree | a0c12122c2703b7861ee76129659236d7c0197e0 | |
| parent | d06539c35cbc4e8010f2f49cffb89b8a0cf51706 (diff) | |
debian/control: new dependency: pandoc
This should have been added before the 3.10 release
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 76853e7f8..a07187983 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, txt2tags +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 Homepage: http://www.grammaticalframework.org/ Package: gf |
