diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-07-29 13:38:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-07-29 13:38:04 +0200 |
commit | 4f55cb8d1f8f1ba7fe52e1d0035d13638ff25a00 (patch) | |
tree | 6cc2debd228e2df27f77fd3e97852d560b228785 /debian/control | |
parent | b3b34342a2276619d321392e0f06114e13a6d46d (diff) |
Fix manpage generation with pandoc >=1.18.
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 fdadbb1..7f05fab 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: interimap Section: mail Priority: optional Maintainer: Guilhem Moulin <guilhem@guilhem.org> -Build-Depends: debhelper (>= 9), jq, pandoc +Build-Depends: debhelper (>= 9), jq, pandoc (>= 1.18~) Standards-Version: 3.9.8 Vcs-Git: https://git.guilhem.org/interimap Vcs-Browser: https://git.guilhem.org/interimap |