]> git.proxmox.com Git - pve-guest-common.git/blobdiff - Makefile
refactor parse_pending_delete to sane implemenation
[pve-guest-common.git] / Makefile
index 80bde820d2c2d036e085d79889ad0522b1c93341..79653effa509789d24190f745b9164007f6481aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
 include /usr/share/dpkg/pkg-info.mk
-include /usr/share/dpkg/architecture.mk
 
 PACKAGE=libpve-guest-common-perl
 
@@ -42,10 +41,15 @@ install: PVE
        install -m 0644 PVE/Replication.pm ${PERL5DIR}/PVE/
        install -d ${PERL5DIR}/PVE/VZDump
        install -m 0644 PVE/VZDump/Plugin.pm ${PERL5DIR}/PVE/VZDump/
+       install -m 0644 PVE/VZDump/Common.pm ${PERL5DIR}/PVE/VZDump/
+
+.PHONY: check
+check:
+       $(MAKE) -C tests check
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster
 
 distclean: clean