diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 01:15:16 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 01:15:52 +0200 |
commit | 63067fcd949c47b427edf402bb164103b5033cca (patch) | |
tree | d844020ca2d6448351055c61e0e78ffa5d906cb6 /debian/control | |
parent | 98aa4bf1b7e58a92f069dafc8a58fe4fa8fc738a (diff) |
Fix manpage generation with pandoc >=2.1.
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 7f05fab..d1446da 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 (>= 1.18~) +Build-Depends: debhelper (>= 9), jq, pandoc (>= 2.1~) Standards-Version: 3.9.8 Vcs-Git: https://git.guilhem.org/interimap Vcs-Browser: https://git.guilhem.org/interimap |