]> git.proxmox.com Git - vncterm.git/blobdiff - Makefile
bump version to 1.3-2
[vncterm.git] / Makefile
index d185103508433bc155c0167ff9836c66628aa145..81bccc9f0f4c0fde0f3098daa87cae2facf6e805 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,7 @@
-RELEASE=4.0
-
 PACKAGE=vncterm
 # Note: also change version in debian/control and debian/changelog
 VERSION=1.3
-PACKAGERELEASE=1
+PACKAGERELEASE=2
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 CDATE:=$(shell date +%F)
 
@@ -105,7 +103,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
 
 .PHONY: clean
 clean: