diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-09-24 00:25:34 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-09-24 00:25:34 +0200 |
commit | f309e67acbb80afa02ad3bdf256e727f40abc17c (patch) | |
tree | 8419a3283a31212af8865e36a413bab87821fac3 | |
parent | bc08635cf916f46d3cf95ccaef3dcf56eef5a98d (diff) | |
download | zsh-f309e67acbb80afa02ad3bdf256e727f40abc17c.tar.gz zsh-f309e67acbb80afa02ad3bdf256e727f40abc17c.zip |
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.
-rw-r--r-- | debian/control | 4 |
1 files 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 <pkg-zsh-devel@lists.alioth.debian.org> |