From: root Date: Mon, 13 Mar 2017 11:21:18 +0000 (+0100) Subject: fix build dependencies (asciidoc-dblatex, source-highlight) X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=d757d1942342893f0b818c90ce9d1d995280abe9 fix build dependencies (asciidoc-dblatex, source-highlight) Do not depend on pve-doc-generator, so that we can bootstrap. --- diff --git a/Makefile b/Makefile index 7b3c806..300a18b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GEN_DEB=${GEN_PACKAGE}_${DOCRELEASE}-${PKGREL}_${ARCH}.deb DOC_DEB=${DOC_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb MEDIAWIKI_DEB=${MEDIAWIKI_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb -DOC_BUILDDEPS := pve-doc-generator, dblatex, source-highlight, inkscape, imagemagick +DOC_BUILDDEPS := asciidoc-dblatex, source-highlight, inkscape, imagemagick all: index.html diff --git a/debian/pve-doc-generator.control b/debian/pve-doc-generator.control index ebe5a9e..2c73fb9 100644 --- a/debian/pve-doc-generator.control +++ b/debian/pve-doc-generator.control @@ -1,7 +1,7 @@ Package: pve-doc-generator Section: perl Architecture: any -Depends: ${perl:Depends}, libpve-common-perl, asciidoc, xmlto +Depends: ${perl:Depends}, libpve-common-perl, asciidoc-dblatex, source-highlight, xmlto Description: Proxmox VE Documentation helpers Tool to auto-generate various Proxmox VE Documentation files and manual pages. This package is required to build most other Proxmox VE