From 0870c4f87d3c6b2727f2a6bd6cb1681247a6d333 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 10 Mar 2017 10:20:28 +0100 Subject: [PATCH] bump version to 1.4-1, recompile for debian stretch --- Makefile | 6 +++--- debian/changelog.Debian | 6 ++++++ debian/control | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 81bccc9..20c6cc7 100644 --- 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: diff --git a/debian/changelog.Debian b/debian/changelog.Debian index 5c22add..3bd102b 100644 --- a/debian/changelog.Debian +++ b/debian/changelog.Debian @@ -1,3 +1,9 @@ +vncterm (1.4-1) unstable; urgency=medium + + * recompile for Debian Stretch / PVE 5 + + -- Proxmox Support Team Fri, 10 Mar 2017 10:19:48 +0100 + vncterm (1.3-2) unstable; urgency=medium * bound check utf8 characters diff --git a/debian/control b/debian/control index ef51c4d..7b68389 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: vncterm -Version: 1.3-2 +Version: 1.4-1 Section: x11 Priority: optional Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1),libgnutls-deb0-28 | libgnutls30 -- 2.39.2