diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-01-23 23:28:15 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-01-24 00:21:25 +0100 |
commit | d0a05770cfa5a88d1279f6128c5bd3136d4429ec (patch) | |
tree | 90bbf42f216c9568fdeb66ada66728af008638d9 | |
parent | 12746f0ac9132d4f8032309de6445645bb4538a7 (diff) | |
download | zsh-d0a05770cfa5a88d1279f6128c5bd3136d4429ec.tar.gz zsh-d0a05770cfa5a88d1279f6128c5bd3136d4429ec.zip |
Demote documentation dependencies to B-D-I. (Closes: #980895)
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 66d2d2fbb..bd5b38902 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,8 @@ Source: zsh Section: shells Priority: optional Build-Depends: bsdextrautils | bsdmainutils (<< 12~), - cm-super-minimal, debhelper-compat (= 13), dpkg-dev (>= 1.16.2~), - ghostscript, groff, groff-base, libcap-dev [linux-any], @@ -13,6 +11,9 @@ Build-Depends: bsdextrautils | bsdmainutils (<< 12~), libgdbm-dev, libncursesw5-dev, libpcre3-dev, +Build-Depends-Indep: + cm-super-minimal, + ghostscript, texinfo (>= 5~), texlive-fonts-recommended, texlive-latex-base, |