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
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

View File

@ -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