5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-02-25 17:57:25 +03:00

add packaging for VZDump base plugin

This commit is contained in:
Fabian Grünbichler 2017-01-25 09:50:15 +01:00
parent a19d93a25d
commit bbcd936ea8
2 changed files with 4 additions and 2 deletions

View File

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

4
debian/control vendored
View 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.