]> git.proxmox.com Git - pve-apiclient.git/blobdiff - Makefile
buildsys: also cleanup *.buildinfo files
[pve-apiclient.git] / Makefile
index 08b1ce4ba77109c2025a16cbdab02bfff37a36b6..799722ac895aeccb040d81418dec209b8166b483 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE=libpve-apiclient-perl
-PKGVER=1.0
+PKGVER=2.0
 PKGREL=2
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
@@ -24,15 +24,16 @@ install:
        install -d -m 755 ${DOCDIR}/examples
        install -m 0755 examples/example1.pl ${DOCDIR}/examples
        install -m 0755 examples/example2.pl ${DOCDIR}/examples
+       install -m 0755 examples/perftest1.pl ${DOCDIR}/examples
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist stretch
 
 distclean: clean
 
 clean:
-       rm -rf ./build *.deb *.changes
+       rm -rf ./build *.deb *.changes *.buildinfo
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall