diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-02-06 04:04:07 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-02-06 04:48:57 +0100 |
commit | cb12cbb7eee96c345db38fe7b3630601a1bbd0cf (patch) | |
tree | 2a15527a9755e719cac239230f5cfff3938c6c57 /debian/zsh-common.doc-base | |
parent | 9c643520007cfc710d70db73b6bb6294edf2dd9b (diff) | |
download | zsh-cb12cbb7eee96c345db38fe7b3630601a1bbd0cf.tar.gz zsh-cb12cbb7eee96c345db38fe7b3630601a1bbd0cf.zip |
Install text-only FAQ into zsh-doc, too, for now. See #980903
debhelper currently has a bug when dh_installdocs is called with
-p<pkg> and the documents for a doc-base registration are split over
multiple packages (https://bugs.debian.org/980903) which is exactly
what I did in the previous commit.
So lets skip splitting the FAQ over two packages and install it only
into zsh-doc until #980903 is fixed in debhelper.
Once #980903 is fixed in debhelper, please do the following:
* Revert this commit.
* Add according Breaks and Replaces headers against zsh-doc to
zsh-common.
* Add a build-dependency on debhelper >= the fixed version.
* Refer to #961757 in the debian/changelog entry (aka first line of
a commit message).
Diffstat (limited to 'debian/zsh-common.doc-base')
-rw-r--r-- | debian/zsh-common.doc-base | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/zsh-common.doc-base b/debian/zsh-common.doc-base deleted file mode 100644 index 2b719364e..000000000 --- a/debian/zsh-common.doc-base +++ /dev/null @@ -1,13 +0,0 @@ -Document: zsh-faq -Title: Z Shell FAQ -Author: Peter Stephenson <coordinator@zsh.org> -Abstract: This document contains a list of frequently-asked (or - otherwise significant) questions concerning the Z-shell, a command - interpreter for many UNIX systems which is freely available to anyone - with FTP access. Zsh is among the most powerful freely available - Bourne-like shells for interactive use. -Section: Shells - -Format: Text -Index: /usr/share/doc/zsh-common/FAQ.gz -Files: /usr/share/doc/zsh-common/FAQ.gz |