fix build dependencies (asciidoc-dblatex, source-highlight)

Do not depend on pve-doc-generator, so that we can bootstrap.
This commit is contained in:
root 2017-03-13 12:21:18 +01:00
parent d33d2119bd
commit d757d19423
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
GEN_DEB=${GEN_PACKAGE}_${DOCRELEASE}-${PKGREL}_${ARCH}.deb GEN_DEB=${GEN_PACKAGE}_${DOCRELEASE}-${PKGREL}_${ARCH}.deb
DOC_DEB=${DOC_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb DOC_DEB=${DOC_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb
MEDIAWIKI_DEB=${MEDIAWIKI_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 all: index.html

View File

@ -1,7 +1,7 @@
Package: pve-doc-generator Package: pve-doc-generator
Section: perl Section: perl
Architecture: any 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 Description: Proxmox VE Documentation helpers
Tool to auto-generate various Proxmox VE Documentation files and Tool to auto-generate various Proxmox VE Documentation files and
manual pages. This package is required to build most other Proxmox VE manual pages. This package is required to build most other Proxmox VE