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-doc.doc-base.faq | |
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-doc.doc-base.faq')
-rw-r--r-- | debian/zsh-doc.doc-base.faq | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/zsh-doc.doc-base.faq b/debian/zsh-doc.doc-base.faq index 841205324..f2b9641e5 100644 --- a/debian/zsh-doc.doc-base.faq +++ b/debian/zsh-doc.doc-base.faq @@ -11,3 +11,7 @@ Section: Shells Format: HTML Index: /usr/share/doc/zsh-common/html/FAQ.html Files: /usr/share/doc/zsh-common/html/FAQ*.html + +Format: Text +Index: /usr/share/doc/zsh-common/FAQ.gz +Files: /usr/share/doc/zsh-common/FAQ.gz |