summaryrefslogtreecommitdiff
path: root/debian/zsh-doc.doc-base.faq
AgeCommit message (Collapse)AuthorFilesLines
2021-08-25Install text-only FAQ into zsh-common. See #961757 + #980903Axel Beckert1-4/+0
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
2021-02-06Install text-only FAQ into zsh-doc, too, for now. See #980903Axel Beckert1-0/+4
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).
2021-02-06Fix grammar issue in previous commit found by Daniel ShahafAxel Beckert1-1/+1
Gbp-Dch: Ignore
2021-01-24Also install the Zsh FAQ. Thanks Daniel Shahaf! (Closes: #961757)Axel Beckert1-0/+13
Build it by also running a build (dh_auto_build, defacto make) in obj/Etc/. Install the compressed plain text version into zsh-common and the HTML version into zsh-doc. Update debian/zsh-common.docs accordingly. Install the HTML version of the via debian/zsh-doc.install instead of debian/zsh-doc.docs to be able to install it into the "html" subfolder, too. Rename debian/zsh-common.doc-base into debian/zsh-doc.doc-base.manual to distinguish it clearly from the new debian/zsh-doc.doc-base.faq. Add a debian/zsh-common.doc-base. Uses the split control file feature of doc-base.