Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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).
|
|
Gbp-Dch: Ignore
|
|
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.
|