Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 06f793648f7ec76e5320476bd3627674f8337a1d)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
we rely on d/changelog through the dpkg makefile fragments helper
since a while..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 0f96d2f2dd)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
in pmg-copyright.adoc and pmg-admin-guide-docinfo.xml
ported from pve-docs:742e92ef45cb1a8b6b98946959f6d36abc5ac9e9
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
to improve reproducibility of pve-docs, pve-doc-generator and
pve-doc-mediawiki builds, as well as man pages generated by
pve-doc-generator when called via dpkg-buildpackage.
timestamps embedded in the documentation now always reflect the last changelog
entry of the package to which the documentation belongs (pve-docs for html,
epub and pdf, individual packages for man pages).
ported from pve-docs:b965ad63ad80b5967f5bc1f0327eb548b6049045
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
a2x only supports destination folders for HTML based variants, but fortunately
that is enough in our case without needing extra workarounds.
ported from pve-docs:959bc81c13cd84c3227a466afc981af37092f70e
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
build packages in one go by moving individual .deb targets into install
targets called by dpkg-buildpackage.
ported from pve-docs:fa764571f6a0c5bfc62ee1cda6bffcfae40e9ec9
and pve-docs:60955877b11cde0865a258ece040bd124fb07bdc
Additionally I added the fixups from Thomas in
pve-docs:2d11c86883c4b1150afcc97eedfbf1b2a07de105
pve-docs:fd880d44c7d3876add7acd659641668bfa09c71b
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This is an analogous change to what was done in pve-docs last year.
The Build-Depends has been adjusted to list all required ones, there
were some missing. Also, the compat level is set to 9 so bump
debhelper Build-Depends to >= 9~.
Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>