]> git.proxmox.com Git - vncterm.git/commitdiff
compile for debian wheezy, bump version to 1.2-1
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 19:00:46 +0000 (20:00 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 19:00:46 +0000 (20:00 +0100)
Makefile
debian/control

index ce6f24b2098e2e99d39092a36abd955341ba2165..abb85a68b6e19b05a86c74c33f86b49a990a5e73 100644 (file)
--- 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/
index 65101c5d683169af689866d4cd412f0d4bbf4943..e5f2e291079fccccf18039b21d8595bf1eba43da 100644 (file)
@@ -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 <support@proxmox.com>
 Description: VNC Terminal Emulator
  With vncterm you can start commands and export its standard input and