diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-08-25 01:11:06 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-08-25 01:35:23 +0200 |
commit | e868fe11131fe99da7a3a36948d58a13f151531b (patch) | |
tree | 0c06e4b4b57fe7d501443208436f5430a6c9dbd4 /debian/control | |
parent | 9ddb0116cadbf7096e136ac421b505695a3607d3 (diff) | |
download | zsh-e868fe11131fe99da7a3a36948d58a13f151531b.tar.gz zsh-e868fe11131fe99da7a3a36948d58a13f151531b.zip |
Install text-only FAQ into zsh-common. See #961757 + #980903
This actually reverts "Install text-only FAQ into zsh-doc, too, for
now. See #980903" (commit cb12cbb7eee96c345db38fe7b3630601a1bbd0cf) as
documented in that commit:
Add according Breaks and Replaces headers against zsh-doc to
zsh-common.
Add a build-dependency on debhelper >= 13.4
Gbp-Dch: Full
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c76a426a9..a27158c4d 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: shells Priority: optional Build-Depends: bsdextrautils | bsdmainutils (<< 12~), debhelper-compat (= 13), + debhelper (>= 13.4), dpkg-dev (>= 1.16.2~), groff, groff-base, @@ -34,7 +35,8 @@ Package: zsh-common Architecture: all Depends: ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} -Replaces: zsh (<= 5.0.2-1) +Replaces: zsh (<= 5.0.2-1), zsh-doc (>= 5.8-7~) +Breaks: zsh-doc (>= 5.8-7~) Recommends: zsh Suggests: zsh-doc Multi-Arch: foreign |