From d757d1942342893f0b818c90ce9d1d995280abe9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Mar 2017 12:21:18 +0100 Subject: [PATCH] fix build dependencies (asciidoc-dblatex, source-highlight) Do not depend on pve-doc-generator, so that we can bootstrap. --- Makefile | 2 +- debian/pve-doc-generator.control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2