mirror of
git://git.proxmox.com/git/vncterm.git
synced 2025-01-03 09:17:37 +03:00
bump version to 1.4-1, recompile for debian stretch
This commit is contained in:
parent
42516b519f
commit
0870c4f87d
6
Makefile
6
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:
|
||||
|
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -1,3 +1,9 @@
|
||||
vncterm (1.4-1) unstable; urgency=medium
|
||||
|
||||
* recompile for Debian Stretch / PVE 5
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 10:19:48 +0100
|
||||
|
||||
vncterm (1.3-2) unstable; urgency=medium
|
||||
|
||||
* bound check utf8 characters
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user