From: Dietmar Maurer Date: Fri, 27 Feb 2015 19:00:46 +0000 (+0100) Subject: compile for debian wheezy, bump version to 1.2-1 X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=commitdiff_plain;h=c39031e88393138b977e1e771f34b8ed6c04699d compile for debian wheezy, bump version to 1.2-1 --- diff --git a/Makefile b/Makefile index ce6f24b..abb85a6 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -RELEASE=3.2 +RELEASE=4.0 PACKAGE=vncterm # Note: also change version in debian/control and debian/changelog -VERSION=1.1 -PACKAGERELEASE=8 +VERSION=1.2 +PACKAGERELEASE=1 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) CDATE:=$(shell date +%F) @@ -38,7 +38,7 @@ ${VNCLIB} vnc: ${VNCSRC} cd ${VNCDIR}; make vncterm: vncterm.c glyphs.h ${VNCLIB} - gcc -O2 -g -o $@ vncterm.c -Wall -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls + gcc -O2 -g -o $@ vncterm.c -Wall -Wno-deprecated-declarations -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls jar: tigervnc.org if test ! -f /usr/share/icedtea-web/plugin.jar; then echo "please install package icedtea-netx-common"; exit 1; fi @@ -126,4 +126,4 @@ ${SNAP} dist: distclean .PHONY: uploaddist uploaddist: ${SNAP} - scp ${SNAP} pve.proxmox.com:/home/ftp/sources/ \ No newline at end of file + scp ${SNAP} pve.proxmox.com:/home/ftp/sources/ diff --git a/debian/control b/debian/control index 65101c5..e5f2e29 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Package: vncterm -Version: 1.1-8 +Version: 1.2-1 Section: x11 Priority: optional -Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1), libvncserver0 +Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1),libgnutls-deb0-28 Maintainer: Proxmox Support Team Description: VNC Terminal Emulator With vncterm you can start commands and export its standard input and