diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:19:55 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:23:02 +0200 |
commit | 61727c93687f1a3b730112c52d136c92c970ef3b (patch) | |
tree | b873a19933dbc8fd72899df46f09e59f8232100a | |
parent | 0198064fb10532c8fe8657082d6ffc3eeb85bbb9 (diff) |
Add jq(1) and pandoc(1) to Build-Depends.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 722d840..533ea03 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lacme Section: utils Priority: optional Maintainer: Guilhem Moulin <guilhem@guilhem.org> -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), jq, pandoc Standards-Version: 3.9.6 Vcs-Git: https://git.guilhem.org/lacme Vcs-Browser: https://git.guilhem.org/lacme |