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