From f309e67acbb80afa02ad3bdf256e727f40abc17c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 24 Sep 2013 00:25:34 +0200 Subject: Require texinfo >= 5, it no more builds properly with older versions The package uses "makeinfo --split=chapter" and that feature doesn't seem to be available in any stable releases before 5.0. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 45b973cc6..67a52d83c 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: bsdmainutils, libcap-dev [linux-any], libncursesw5-dev, libpcre3-dev, - texinfo, - texlive-latex-recommended | texinfo (<< 5~), + texinfo (>= 5~), + texlive-latex-recommended, texlive-latex-base, yodl Maintainer: Debian Zsh Maintainers -- cgit v1.2.3