diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-09 00:28:41 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-09 00:28:41 +0100 |
commit | 80804e57372671e594bff9e0c4c3f434b4f79b03 (patch) | |
tree | 0443ca1cb080330f9d7502015d9ac1ece290d64a /debian/control | |
parent | d95456376a1ad4d5292bb1609dbe83e8c8060a22 (diff) | |
download | libconfig-80804e57372671e594bff9e0c4c3f434b4f79b03.tar.gz |
d/control: add build depends on texlive-fonts-recommended
Diffstat (limited to '')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index db2e272..60f3368 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo -Build-Depends-Indep: texlive-latex-base +Build-Depends-Indep: texlive-latex-base, + texlive-fonts-recommended Standards-Version: 3.9.6 Homepage: http://www.hyperrealm.com/libconfig/ |