]> git.proxmox.com Git - pve-docs.git/commitdiff
fix build dependencies (asciidoc-dblatex, source-highlight)
authorroot <root@lola.maurer-it.com>
Mon, 13 Mar 2017 11:21:18 +0000 (12:21 +0100)
committerroot <root@lola.maurer-it.com>
Mon, 13 Mar 2017 11:21:18 +0000 (12:21 +0100)
Do not depend on pve-doc-generator, so that we can bootstrap.

Makefile
debian/pve-doc-generator.control

index 7b3c806cd6c3dd9407153f105557a267aba4956f..300a18b194d1ff5c9a274d2d26d411c50961704c 100644 (file)
--- 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
 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
 
 
 all: index.html
index ebe5a9ea8c0782bcdc7d944f36477e85923b4be7..2c73fb9ae635ef1c3152836574f1ca6e5851b1ab 100644 (file)
@@ -1,7 +1,7 @@
 Package: pve-doc-generator
 Section: perl
 Architecture: any
 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
 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