diff options
| author | David Bremner <david@tethera.net> | 2018-06-28 20:58:04 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-06-28 20:58:04 -0300 |
| commit | 8964fad030df680a6e521a8e5de7b0f72c923196 (patch) | |
| tree | decc2bdfac66c0cc5e8ca1cf99203e57d008eda5 | |
| parent | 079826f124823f134e5877173e9380edc2eeb3dc (diff) | |
debian: add build depency on texinfo
This is needed to provide a makeinfo binary, to build the info version
of the documentation.
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ae4e6f00..883a1356 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,8 @@ Build-Depends: dtach (>= 0.8) <!nocheck>, gpgsm <!nocheck>, gnupg <!nocheck>, - bash-completion (>=1.9.0~) + bash-completion (>=1.9.0~), + texinfo Standards-Version: 4.1.3 Homepage: https://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch |
