summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-05-10 12:30:19 +0200
committerAxel Beckert <abe@deuxchevaux.org>2013-05-10 12:30:19 +0200
commiteca34308764bffa5ea1eeaa49ebab86ed06195b7 (patch)
tree83e8b6e16907a45c0ea5ab97dbc6b0e014a0c61a
parentcb87cc19c77f61873ccbbf2b8d37c5ea8a593432 (diff)
downloadzsh-eca34308764bffa5ea1eeaa49ebab86ed06195b7.tar.gz
zsh-eca34308764bffa5ea1eeaa49ebab86ed06195b7.zip
Reorder alternative build dependencies
sbuild solely uses the first build dependencies if alternatives are given. Hence texlive-latex-recommended should come before texinfo (<< 5~). Thanks to Sebastian Ramacher for the hint!
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f1f985ca3..e54f20a28 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: bsdmainutils,
libpcre3-dev,
texi2html (>= 1.76-3),
texinfo,
- texinfo (<< 5~) | texlive-latex-recommended,
+ texlive-latex-recommended | texinfo (<< 5~),
texlive-latex-base,
yodl
Maintainer: Debian Zsh Maintainers <pkg-zsh-devel@lists.alioth.debian.org>