From cdd76a83d31891503367216ffcb5f8016714e739 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 27 Jun 2015 16:42:19 +0200 Subject: [PATCH] update to pve-manager 4.0-20 include several new manual pages --- Makefile | 4 ++-- data/Makefile | 24 +++++++++++++++++++++++- debian/changelog | 6 ++++++ debian/control | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0978583..f68aabc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -RELEASE=3.2 +RELEASE=4.0 -VERSION=3.2 +VERSION=4.0 PKGREL=1 PACKAGE=pve2-api-doc diff --git a/data/Makefile b/data/Makefile index 3455d3a..37cc908 100644 --- a/data/Makefile +++ b/data/Makefile @@ -9,13 +9,20 @@ MANPAGES= \ datacenter.cfg.5.html \ vm.conf.5.html \ vzdump.1.html \ - pvectl.1.html + pve-firewall.1.html \ + pve-ha-lrm.1.html \ + pve-ha-crm.1.html \ + ha-manager.1.html \ + pct.1.html PVECLUSTERPODDIR=/usr/share/doc/pve-cluster/pod PVEMANAGERPODDIR=/usr/share/doc/pve-manager/pod QEMUSERVERPODDIR=/usr/share/doc/qemu-server/pod +PVECONTAINERPODDIR=/usr/share/doc/pve-container/pod PVESTORAGEPODDIR=/usr/share/doc/libpve-storage-perl/pod PVEACCESSPODDIR=/usr/share/doc/libpve-access-control/pod +PVEFIREWALLPODDIR=/usr/share/doc/pve-firewall/pod +PVEHAMANAGERPODDIR=/usr/share/doc/pve-ha-manager/pod all: ${MANPAGES} apidoc.js @@ -39,6 +46,21 @@ datacenter.cfg.5.html: ${PVECLUSTERPODDIR}/datacenter.cfg.5.pod qm.1.html: ${QEMUSERVERPODDIR}/qm.1.pod cat $<|pod2html --noindex > $@ +pct.1.html: ${PVECONTAINERPODDIR}/pct.1.pod.gz + zcat $<|pod2html --noindex > $@ + +pve-firewall.1.html: ${PVEFIREWALLPODDIR}/pve-firewall.1.pod + cat $<|pod2html --noindex > $@ + +pve-ha-lrm.1.html: ${PVEHAMANAGERPODDIR}/pve-ha-lrm.1.pod + cat $<|pod2html --noindex > $@ + +pve-ha-crm.1.html: ${PVEHAMANAGERPODDIR}/pve-ha-crm.1.pod + cat $<|pod2html --noindex > $@ + +ha-manager.1.html: ${PVEHAMANAGERPODDIR}/ha-manager.1.pod.gz + zcat $<|pod2html --noindex > $@ + pvesm.1.html: ${PVESTORAGEPODDIR}/pvesm.1.pod cat $<|pod2html --noindex > $@ diff --git a/debian/changelog b/debian/changelog index 7b84f46..aa5a98e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve2-api-doc (4.0-1) unstable; urgency=medium + + * update to pve-manager 4.0-20 + + -- Proxmox Support Team Sat, 27 Jun 2015 16:07:08 +0200 + pve2-api-doc (3.2-1) unstable; urgency=low * update to pve-manager 3.2-1 diff --git a/debian/control b/debian/control index ad9523f..9d414a7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pve2-api-doc Section: doc Priority: extra Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 7.0.50~), pve-manager (= 3.2-1) +Build-Depends: debhelper (>= 7.0.50~), pve-manager (= 4.0-20) Standards-Version: 3.8.4 Package: pve2-api-doc -- 2.39.2