]> git.proxmox.com Git - pve-guest-common.git/commitdiff
add packaging for VZDump base plugin
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 25 Jan 2017 08:50:15 +0000 (09:50 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 25 Jan 2017 09:05:53 +0000 (10:05 +0100)
Makefile
debian/control

index bfb072d160c3b497f52c99919f6018fd8f2407bd..62c8cfa17ae4251f3486aa6aef83c4089545e321 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ install: PVE
        install -d ${PERL5DIR}/PVE
        install -m 0644 PVE/AbstractConfig.pm ${PERL5DIR}/PVE/
        install -m 0644 PVE/AbstractMigrate.pm ${PERL5DIR}/PVE/
+       install -d ${PERL5DIR}/PVE/VZDump
+       install -m 0644 PVE/VZDump/Plugin.pm ${PERL5DIR}/PVE/VZDump/
 
 .PHONY: upload
 upload: ${DEB}
index 5f0681b449c6a74ef66268bc339f8cf513b0fee1..2bf527bcf3f0120dc7adb5ce705297c066fb6092 100644 (file)
@@ -9,8 +9,8 @@ Homepage: http://www.proxmox.com
 Package: libpve-guest-common-perl
 Architecture: all
 Depends: ${perl:Depends}, libpve-common-perl (>= 4.0-89), pve-cluster, libpve-storage-perl
-Breaks: libpve-common-perl (<< 4.0-89)
-Replaces: libpve-common-perl (<< 4.0-89)
+Breaks: libpve-common-perl (<< 4.0-89), pve-manager (<< 4.4-10)
+Replaces: libpve-common-perl (<< 4.0-89), pve-manager (<< 4.4-10)
 Description: Proxmox VE common guest-related modules
  This package contains a common code base used by
  pve-container and qemu-server.