aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2015-07-09 00:28:41 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2015-07-09 00:28:41 +0100
commit80804e57372671e594bff9e0c4c3f434b4f79b03 (patch)
tree0443ca1cb080330f9d7502015d9ac1ece290d64a
parentd95456376a1ad4d5292bb1609dbe83e8c8060a22 (diff)
downloadlibconfig-80804e57372671e594bff9e0c4c3f434b4f79b03.tar.gz
d/control: add build depends on texlive-fonts-recommended
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b0f36fd..6c10d39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libconfig (1.5-1) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.6
- No changes required
* d/control: various fixes found by libconfig-model-dpkg-perl
+ * d/control: add build depends on texlive-fonts-recommended
-- Jonathan McCrohan <jmccrohan@gmail.com> Thu, 02 Oct 2014 23:14:30 +0100
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/