X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=abb85a68b6e19b05a86c74c33f86b49a990a5e73;hb=ee05330200649d6e7067f92d8f960c12ea527a8a;hp=81b11d87eceb1e3c4a223e90cc01108325c16428;hpb=2b83813dca00b42072a129203980d0cfbc32566f;p=vncterm.git diff --git a/Makefile b/Makefile index 81b11d8..abb85a6 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -RELEASE=3.1 +RELEASE=4.0 PACKAGE=vncterm # Note: also change version in debian/control and debian/changelog -VERSION=1.1 -PACKAGERELEASE=6 +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 @@ -47,7 +47,7 @@ jar: tigervnc.org ln -s ../tigerpatches tigervnc/patches cd tigervnc; quilt push -a cd tigervnc/java/src/com/tigervnc/vncviewer; make clean; make - jarsigner -keystore ${KEYSTORE} -signedjar VncViewer.jar tigervnc/java/src/com/tigervnc/vncviewer/VncViewer.jar "proxmox server solutions gmbh's comodo ca limited id" + jarsigner -keystore ${KEYSTORE} -signedjar VncViewer.jar tigervnc/java/src/com/tigervnc/vncviewer/VncViewer.jar "dc475d72-124a-11e4-a53f-005056c00008" # this is for version 1.2 # ln -s ../newtigerpatches tigervnc/patches @@ -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/